Bug 1073780
| Summary: | [SNAPSHOT]: Cleanup unwanted snapshot CG code | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Vijaikumar Mallikarjuna <vmallika> |
| Component: | snapshot | Assignee: | Vijaikumar Mallikarjuna <vmallika> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | mzywusko, nlevinki, nsathyan, rhinduja, rhs-bugs, rjoseph, smohan, storage-qa-internal, vagarwal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | SNAPSHOT | ||
| Fixed In Version: | 3.4.1.6.snap.mar25.2014 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-10 07:47:32 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: | |||
|
Description
Vijaikumar Mallikarjuna
2014-03-07 08:11:28 UTC
Patch http://review.gluster.org/#/c/7204/ submitted Restoring the IWB back to Denali verified with build: glusterfs-3.4.1.9.snap.apr09.2014git-1.el6.x86_64 Didn't go through the code but did black box testing with CG older commands and help. [root@snapshot-09 ~]# gluster snapshot help | grep -i cg [root@snapshot-09 ~]# gluster snapshot create vol0 -name CG Creating multiple volume snapshot is not supported as of now Usage: snapshot create <snapname> <volname(s)> [description <description>] [force] [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot create vol0 -name CG -d description Creating multiple volume snapshot is not supported as of now Usage: snapshot create <snapname> <volname(s)> [description <description>] [force] [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot list -d Snapshot list : failed: Volume (-d) does not exist [root@snapshot-09 ~]# gluster snapshot list CG Snapshot list : failed: Volume (CG) does not exist [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot restore -c CG Usage: snapshot restore <snapname> [root@snapshot-09 ~]# [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot status -C CG Usage: snapshot status [(snapname | volume <volname>)] [root@snapshot-09 ~]# [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot status -c CG Usage: snapshot status [(snapname | volume <volname>)] [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot delete -c CG Usage: snapshot delete <snapname> [root@snapshot-09 ~]# [root@snapshot-09 ~]# gluster snapshot start -c CG unrecognized word: start (position 1) [root@snapshot-09 ~]# Moving the bug to verified. Marking snapshot BZs to RHS 3.0. BZs not targeted for Denali. Fixing RHS 3.0 flags. Fixing RHS 3.0 flags. |