Bug 762743 (GLUSTER-1011)

Summary: glusterfs-volgen server volfile problem with --nfs option
Product: [Community] GlusterFS Reporter: Krishna Srinivas <krishna>
Component: scriptsAssignee: Harshavardhana <fharshav>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: mainlineCC: cww, gluster-bugs, tejas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Krishna Srinivas 2010-06-18 21:45:27 UTC
subvol of locks has to be access-control, not storag/posix:

volume posix2
    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 /export/home/dir2
end-volume

volume posix-ac2
    type features/access-control
    subvolumes posix2
end-volume

volume brick2
    type features/locks
#   option mandatory on # Default off, used in specific applications
    subvolumes posix2
end-volume

Comment 1 Tejas Bhise 2010-07-26 09:02:25 UTC
Krishna, Harsha - kindly add proper defect type and target release.

Comment 2 Harshavardhana 2010-10-05 12:30:08 UTC
Fixed in mainline and qa releases resolving here.