Bug 1245924
Summary: | [Snapshot] Scheduler should check vol-name exists or not before adding scheduled jobs | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Avra Sengupta <asengupt> |
Component: | snapshot | Assignee: | Avra Sengupta <asengupt> |
Status: | CLOSED ERRATA | QA Contact: | Anoop <annair> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.1 | CC: | annair, ashah, asrivast, byarlaga, rhs-bugs, rjoseph, storage-qa-internal |
Target Milestone: | --- | Keywords: | Triaged, ZStream |
Target Release: | RHGS 3.1.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | SNAPSHOT | ||
Fixed In Version: | glusterfs-3.7.1-13 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1213349 | Environment: | |
Last Closed: | 2015-10-05 07:21:06 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: | 1213349 | ||
Bug Blocks: | 1186580, 1245923, 1251815 |
Description
Avra Sengupta
2015-07-23 06:49:24 UTC
Patch sent upstream at http://review.gluster.org/#/c/11830/ Upstream patch at http://review.gluster.org/#/c/11830/ Master URL: http://review.gluster.org/#/c/11830/ Release 3.7 URL: http://review.gluster.org/#/c/11917/ RHGS 3.1.1 URL: https://code.engineering.redhat.com/gerrit/#/c/56047/ [root@darkknight yum.repos.d]# gluster v info | grep Name Volume Name: ecvol Volume Name: gluster_shared_storage Volume Name: testvol [root@darkknight yum.repos.d]# snap_scheduler.py add job2 " * * * * * " vol0 snap_scheduler: Volume vol0 does not exist. Create vol0 and retry. [root@darkknightrises yum.repos.d]# snap_scheduler.py edit job1 " * * * * * " vol0 snap_scheduler: Volume vol0 does not exist. Create vol0 and retry. Bug verified on build glusterfs-3.7.1-13.el7rhgs.x86_64 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/RHSA-2015-1845.html |