Hide Forgot
checked the volgen script of 3.0.5. That doesn't contain anything related to access-control. In mainline (3.1) this is handled properly. Seems that issues is present only in NFS-Beta branch.. Hence assigned it to Shehjar
glusterfs-volgen -n nfsexport --nfs 192.168.1.90:/exports/nfs 192.168.1.91:/exports/nfs 192.168.1.92:/exports/nfs 192.168.1.93:/exports/nfs Generate vol-file with a dangling volume: volume posix1 type storage/posix # option o-direct enable # (default: disable) boolean type only # option export-statfs-size no # (default: yes) boolean type only # option mandate-attribute off # (default: on) boolean type only # option span-devices 8 # (default: 0) integer value # option background-unlink yes # (default: no) boolean type option directory /exports/nfs end-volume volume posix-ac1 type features/access-control subvolumes posix1 end-volume volume locks1 type features/locks # option mandatory on # Default off, used in specific applications subvolumes posix1 end-volume ======== subvolumes for locks1 should be posix-ac1. posix-ac1 is dangling.
Please update the bug with current status
(In reply to comment #2) > Please update the bug with current status Only applicable for nfs-beta. No worries. I'll fix it for the next RC.
Changing target milestone because nfs-beta's volgen code is not relevant anymore for the mainline branch.
This is a nfs-beta volgen bug. Closing.