[Bugs] [Bug 1707700] maintain consistent values across for options when fetched at cluster level or volume level
bugzilla at redhat.com
bugzilla at redhat.com
Wed May 8 06:49:21 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1707700
Atin Mukherjee <amukherj at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1706776
Depends On|1706776 |
Assignee|bugs at gluster.org |amukherj at redhat.com
--- Comment #1 from Atin Mukherjee <amukherj at redhat.com> ---
Description of problem:
=====================
A few options are showing different values when they are fetched at cluster
level as against volume level.
A consistent representation would be nice to have
eg:
[root at dhcp42-80 ~]# gluster v get test350 all|egrep
"cluster.server-quorum-ratio|cluster.enable-shared-storage|cluster.op-version|cluster.max-op-version|cluster.brick-multiplex|cluster.max-bricks-per-process|glusterd.vol_count_per_thread|cluster.daemon-log-level"
cluster.server-quorum-ratio 0
cluster.enable-shared-storage disable
cluster.brick-multiplex off
glusterd.vol_count_per_thread 100
cluster.max-bricks-per-process 250
cluster.daemon-log-level INFO
[root at dhcp42-80 ~]# gluster v get all all
Option Value
------ -----
cluster.server-quorum-ratio 51
cluster.enable-shared-storage disable
cluster.op-version 70000
cluster.max-op-version 70000
cluster.brick-multiplex disable
cluster.max-bricks-per-process 250
glusterd.vol_count_per_thread 100
cluster.daemon-log-level INFO
In above example below are the descrepencies
1)It can be seen that "cluster.server-quorum-ratio"at cluster level shows 51%
as against 0 at volume level
2) and "cluster.brick-multiplex " shows disable at cluster level as against
off at volume level--> though both are effectively same, it would be good to
either use disable or off at both places. No functional impact, and more of a
cosmetic issue
Version-Release number of selected component (if applicable):
================
mainline
How reproducible:
================
always
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1706776
[Bug 1706776] maintain consistent values across for options when fetched at
cluster level or volume level
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list