Bug 1083882
Summary: | [SNAPSHOT]: snapshot config <vol> is to list the config, it should not acquire the volume lock to list. | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rahul Hinduja <rhinduja> | |
Component: | snapshot | Assignee: | Sachin Pandit <spandit> | |
Status: | CLOSED ERRATA | QA Contact: | Rahul Hinduja <rhinduja> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | rhgs-3.0 | CC: | nsathyan, rhs-bugs, spandit, ssamanta, storage-qa-internal, vagarwal | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | SNAPSHOT | |||
Fixed In Version: | glusterfs-3.6.0-3.0.el6rhs | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1087677 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-22 19:33:42 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: | 1087677 |
Description
Rahul Hinduja
2014-04-03 07:33:28 UTC
Marking snapshot BZs to RHS 3.0. The Patch which fixes this bug can be found in http://review.gluster.org/#/c/7458/ verified with build: glusterfs-3.6.0.1-1.el6rhs.x86_64 While the snapshot creation is in progress, able to list the config of a volume [root@snapshot09 ~]# for i in {1..10} ; do time gluster snapshot create snap$i vol0 ; done snapshot create: success: Snap snap1 created successfully real 0m10.914s user 0m0.135s sys 0m0.030s [root@snapshot10 ~]# gluster snapshot config vol0 Snapshot System Configuration: snap-max-hard-limit : 200 snap-max-soft-limit : 90% Snapshot Volume Configuration: Volume : vol0 snap-max-hard-limit : 256 Effective snap-max-hard-limit : 200 Effective snap-max-soft-limit : 180 (90%) [root@snapshot10 ~]# Moving the bug to verified Setting flags required to add BZs to RHS 3.0 Errata 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. http://rhn.redhat.com/errata/RHEA-2014-1278.html |