Bug 762743 (GLUSTER-1011) - glusterfs-volgen server volfile problem with --nfs option
Summary: glusterfs-volgen server volfile problem with --nfs option
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-1011
Product: GlusterFS
Classification: Community
Component: scripts
Version: mainline
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Harshavardhana
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-18 21:45 UTC by Krishna Srinivas
Modified: 2015-12-01 16:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.