Bug 1278254
Summary: | [Snapshot]: Clone creation fails on tiered volume with pre-validation failed message | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Shashank Raj <sraj> | |
Component: | snapshot | Assignee: | Avra Sengupta <asengupt> | |
Status: | CLOSED ERRATA | QA Contact: | storage-qa-internal <storage-qa-internal> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | rhgs-3.1 | CC: | annair, asengupt, asrivast, nchilaka, rhs-bugs, rjoseph, sankarshan, sashinde, storage-qa-internal | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | RHGS 3.1.2 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | SNAPSHOT | |||
Fixed In Version: | glusterfs-3.7.5-9 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1279327 (view as bug list) | Environment: | ||
Last Closed: | 2016-03-01 05:51:21 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: | 1260783, 1279327, 1287538 |
Description
Shashank Raj
2015-11-05 05:51:48 UTC
FIx sent for master (upstream) http://review.gluster.org/#/c/12548/2 Master URL : http://review.gluster.org/#/c/12548 Release 3.7 URL : http://review.gluster.org/#/c/12846/ RHGS 3.1.2 URL : https://code.engineering.redhat.com/gerrit/#/c/62894/ Verified this bug with latest build glusterfs-3.7.5-9 and it is working as expected. Output as below: [root@dhcp35-228 ~]# gluster --version glusterfs 3.7.5 built on Dec 3 2015 13:01:46 [root@dhcp35-228 ~]# rpm -qa|grep glusterfs glusterfs-libs-3.7.5-9.el7rhgs.x86_64 glusterfs-fuse-3.7.5-9.el7rhgs.x86_64 glusterfs-rdma-3.7.5-9.el7rhgs.x86_64 glusterfs-3.7.5-9.el7rhgs.x86_64 glusterfs-api-3.7.5-9.el7rhgs.x86_64 glusterfs-cli-3.7.5-9.el7rhgs.x86_64 glusterfs-geo-replication-3.7.5-9.el7rhgs.x86_64 glusterfs-debuginfo-3.7.5-9.el7rhgs.x86_64 glusterfs-client-xlators-3.7.5-9.el7rhgs.x86_64 glusterfs-server-3.7.5-9.el7rhgs.x86_64 [root@dhcp35-228 ~]# gluster snapshot create test_snap tiervolume no-timestamp snapshot create: success: Snap test_snap created successfully [root@dhcp35-228 ~]# gluster snapshot activate test_snap Snapshot activate: test_snap: Snap activated successfully [root@dhcp35-228 ~]# gluster snapshot clone test_clone test_snap snapshot clone: success: Clone test_clone created successfully [root@dhcp35-228 ~]# gluster snapshot clone test_clone2 test_snap snapshot clone: success: Clone test_clone2 created successfully [root@dhcp35-228 ~]# gluster snapshot clone test_clone3 test_snap snapshot clone: success: Clone test_clone3 created successfully [root@dhcp35-228 ~]# gluster snapshot clone test_clone4 test_snap snapshot clone: success: Clone test_clone4 created successfully [root@dhcp35-228 ~]# gluster snapshot clone test_clone5 test_snap snapshot clone: success: Clone test_clone5 created successfully Note: Clone creation has been performed while promotion/demotion of files are going on. Since we are not facing this bug now, Hence marking this bug as Verified. 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://rhn.redhat.com/errata/RHBA-2016-0193.html |