Bug 844696 - Volume set help|help-xml should be a (lockless) non-cluster operation.
Summary: Volume set help|help-xml should be a (lockless) non-cluster operation.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: krishnan parthasarathi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-31 12:20 UTC by krishnan parthasarathi
Modified: 2015-11-03 23:04 UTC (History)
2 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:59:56 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description krishnan parthasarathi 2012-07-31 12:20:49 UTC
Description of problem:
"gluster volume set help (or help-xml)" is implemented as a cluster-wide operation. This makes querying for a static (and local) information more costly than it ought to be. This would make it prohibitive for any UI (eg. OVirt for glusterfs) built on top of glusterd.

Version-Release number of selected component (if applicable):
mainline

How reproducible:
Consistent

Steps to Reproduce:
1. Issue "gluster volume set help" (or help-xml)
2.
3.
  
Actual results:
 Must notice messages exchanged among glusterd peers (eg. lock op, stage op, etc)

Expected results:
 Must not see any messages exchanged among peers on issuing gluster volume set help (or help-xml)

Additional info:

Comment 1 krishnan parthasarathi 2012-08-08 07:16:51 UTC
Patch accepted on master - http://review.gluster.com/3761


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