You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We do not have a test for validating CSI NFS interface for Datashim. We cannot update NFS dependencies without knowing the effects of this change.
Describe the solution you'd like
Create a test harness using Docker/Kind/Minikube where we install an NFS server and validate that we can
create volumes
create PVCs
create Datasets
using Datashim
Describe alternatives you've considered
Not using tests means that updating the currently deprecated code will lead to Datashim not being able to create NFS-based datasets
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We do not have a test for validating CSI NFS interface for Datashim. We cannot update NFS dependencies without knowing the effects of this change.
Describe the solution you'd like
Create a test harness using Docker/Kind/Minikube where we install an NFS server and validate that we can
using Datashim
Describe alternatives you've considered
Not using tests means that updating the currently deprecated code will lead to Datashim not being able to create NFS-based datasets
The text was updated successfully, but these errors were encountered: