nfs icon indicating copy to clipboard operation
nfs copied to clipboard

Rook storage provider for NFS

Results 19 nfs issues
Sort by recently updated
recently updated
newest added

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Allow for the NFS service, generated implicitly by the NFS operator from the NFS...

**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** Set up SCC, PSP and RBAC very closely following examples in this repo and the...

bug

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Allow the user to specify resources.requests and resources.limits for the NFS Server Statefulset. **What...

> I created the Storageclass using rook NFS > I created RabbitMQ using rook NFS Storageclass, > Creation failed, prompting no permission to write to the mount point directory >After...

bug

**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** I've deployed rook-nfs using the [quick-start](https://rook.io/docs/nfs/v1.7/quickstart.html#deploy-nfs-operator) guide, then followed [create and initialize nfs server](https://rook.io/docs/nfs/v1.7/quickstart.html#create-and-initialize-nfs-server) section...

bug

NFS Provisioner: Changing provisioned volume mode to 0777 **Description of your changes:** Changing provisioned volume mode to 0777 by adding a chmod call after the dir is created This is...

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Add tolerations to NFSServer StatefulSet **What is use case behind this feature:** NFSServer node...

**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** `make -j4` produces an error message on go mod command ``` === ensuring modules are...

bug

I am using rook/nfs in a small k3s cluster. I am following [these ](https://github.com/rook/rook/blob/master/Documentation/nfs.md#default-storageclass-example)instructions. I saw this error message: ![image](https://user-images.githubusercontent.com/48793689/128855701-afd51bbd-b50a-4d80-ad25-7714c61f68e1.png) The fix was to replace ReadWriteMany with ReadWriteOnce. ![image](https://user-images.githubusercontent.com/48793689/128856203-6377d494-90fe-41bd-ab5c-2da440d33541.png) Now...

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** If you specify a nodeSelector in `NFSServer.spec.nodeSelector` it should be passed to the pod...