| Summary: | [engine-backend] bad handling with code 205 response from vdsm to CopyImageVDS request in engine.log | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Elad <ebenahar> | ||||
| Component: | ovirt-engine | Assignee: | Maor <mlipchuk> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Elad <ebenahar> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3.0 | CC: | acathrow, amureini, iheim, lpeer, Rhev-m-bugs, scohen, sgotliv, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | ovirt-3.4.0-beta2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Elad
2013-12-03 07:38:56 UTC
If we're going to fix bz1037439 for the same version this bug won't manifested nor will we be able to verify. There are a bunch of error codes we don't handle there. Since bug 1037439 should block this from happening, and since there is no permanent damage, pushing out to 3.4 The issue here is at the CommandBase of the execution flow, which is the infrastructure all the vdc commands use. Moving the bug to infra Maor, Patch 23911 was merged. Does this completely solve the issue? If so, please move the bug to MODIFIED. If not, please explain what's missing. Please noticed that error 205 is misleading. The real error is captured by the engine from VDSM and override with code 205. I changed it also in the bug scope so the error that the engine will throw will be the original error from VDSM. Failure in CopyImage is handled correctly:
2014-02-17 15:46:58,144 ERROR [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (ajp--127.0.0.1-8702-5) [72a83231] Command org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand throw Vdc Bll exception. Wit
h error message VdcBLLException: org.ovirt.engine.core.vdsbroker.irsbroker.IRSErrorException: IRSGenericException: IRSErrorException: Failed to CopyImageVDS, error = Storage domain does not exist: ('14bf0af4-4264-
47e6-a18f-690f574a0827',), code = 358 (Failed with error StorageDomainDoesNotExist and code 358)
Verified on ovirt-engine-3.4.0-0.7.beta2.el6.noarch
Closing as part of 3.4.0 |