Bug 1432079
| Summary: | Download an image while it's storage domain is in maintenance switches the disks status to "Paused by the system" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Natalie Gavrielov <ngavrilo> | ||||
| Component: | BLL.Storage | Assignee: | Daniel Erez <derez> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Natalie Gavrielov <ngavrilo> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.1.1.4 | CC: | amureini, bugs, lveyde, tnisan | ||||
| Target Milestone: | ovirt-4.1.2 | Flags: | rule-engine:
ovirt-4.1+
|
||||
| Target Release: | 4.1.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1432089 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-05-23 08:19:37 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1447023 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
Verified using builds: rhevm-4.1.2.2-0.1.el7.noarch vdsm-4.19.14-1.el7ev.x86_64 ovirt-imageio-common-1.0.0-0.el7ev.noarch ovirt-imageio-proxy-1.0.0-0.el7ev.noarch ovirt-imageio-daemon-1.0.0-0.el7ev.noarch |
Created attachment 1262960 [details] logs: engine, imageio-proxy, imageio-daemon, vdsm, sanlock Description of problem: Related to issue 1417903 fix. Trying to download an image when it's storage domain is in maintenance - switches disk state to "Paused by the system". Version-Release number of selected component (if applicable): rhevm-4.1.1.4-0.1.el7.noarch vdsm-4.19.7-1.el7ev.x86_64 ovirt-imageio-common-1.0.0-0.el7ev.noarch ovirt-imageio-proxy-1.0.0-0.el7ev.noarch ovirt-imageio-daemon-1.0.0-0.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. Put storage domain to maintenance 2. When storage domain is in maintenance, try to download an image (using python sdk). Actual results: When the storage domain is in maintenance - disk status changes to "Paused by the system". Expected results: For the download to just fail (gracefully) - and as for the disk's status to remain the same (not switch status to "paused").