Bug 782424
Summary: | export-dir set option takes invalid boolean values. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijaykumar Koppad <vkoppad> |
Component: | cli | Assignee: | kaushik <kbudiger> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bbandari, gluster-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:48:43 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 817967 |
Description
Vijaykumar Koppad
2012-01-17 12:57:36 UTC
export-dir is not a boolean option to show it as an invalid boolean value, it is actually a path, however PATH validation is not correct in this case, this bug would be used to validate option export-dir as a valid PATH CHANGE: http://review.gluster.com/2667 (nfs: export-dir option changed to type GF_OPTION_TYPE_PATH) merged in master by Vijay Bellur (vijay) Verified on 3.3.0qa42. Its working fine now |