| Summary: | Volume files for nfs xlator are generated wrongly | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Sachidananda Urs <sac> |
| Component: | core | Assignee: | Shehjar Tikoo <shehjart> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | nfs-alpha | CC: | amarts, gluster-bugs, vijay |
| 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: | RTP | Mount Type: | All |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Amar Tumballi
2010-09-27 04:55:17 UTC
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. |