Bug 1443950
| Summary: | [Brick Multiplexing] "cluster.brick-multiplex" volume set option should only take boolean value as input | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Prasad Desala <tdesala> |
| Component: | core | Assignee: | Atin Mukherjee <amukherj> |
| Status: | CLOSED ERRATA | QA Contact: | Nag Pavan Chilakam <nchilaka> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.3 | CC: | amukherj, asoman, nchilaka, rhs-bugs, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | brick-multiplexing | ||
| Fixed In Version: | glusterfs-3.8.4-24 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-21 04:39:40 UTC | Type: | Bug |
| 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: | 1417151 | ||
|
Description
Prasad Desala
2017-04-20 10:23:34 UTC
upstream patch : https://review.gluster.org/#/c/16704/ *** Bug 1444784 has been marked as a duplicate of this bug. *** downstream patch : https://code.engineering.redhat.com/gerrit/#/c/104133/ on_qa validation: 1)tested with different sets of options. only boolean values were allowed as below [root@dhcp35-45 ~]# gluster v set all cluster.brick-multiplex asdsdj volume set: failed: asdsdj is not a valid boolean value. cluster.brick-multiplex expects a valid boolean value. [root@dhcp35-45 ~]# gluster v set all cluster.brick-multiplex enable volume set: success [root@dhcp35-45 ~]# gluster v set all cluster.brick-multiplex 111 volume set: failed: 111 is not a valid boolean value. cluster.brick-multiplex expects a valid boolean value. [root@dhcp35-45 ~]# gluster v set all cluster.brick-multiplex asdsad volume set: failed: asdsad is not a valid boolean value. cluster.brick-multiplex expects a valid boolean value. [root@dhcp35-45 ~]# [root@dhcp35-45 ~]# gluster v get all all Option Value ------ ----- cluster.server-quorum-ratio 51 cluster.enable-shared-storage disable cluster.op-version 31100 cluster.brick-multiplex enable [root@dhcp35-45 ~]# gluster v set all cluster.brick-multiplex false volume set: success [root@dhcp35-45 ~]# gluster v get all all Option Value ------ ----- cluster.server-quorum-ratio 51 cluster.enable-shared-storage disable cluster.op-version 31100 cluster.brick-multiplex false boolean values tried: true/false 1/0 enable/disable on/off also saw that the above boolean were functionally effective, hence moving to verified build:3.8.4-24 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2774 |