Bug 1720597
| Summary: | [REST-API] Start VM with cloud init enabled fails with java.lang.RuntimeException: Failed to build cloud-init data: (Failed with error ENGINE and code 5001) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Avihai <aefrat> | ||||
| Component: | BLL.Virt | Assignee: | Tomasz Barański <tbaransk> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | meital avital <mavital> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.3.4.3 | CC: | bugs, rbarry | ||||
| Target Milestone: | --- | Keywords: | Automation, Regression | ||||
| Target Release: | --- | Flags: | pm-rhel:
ovirt-4.4+
pm-rhel: blocker? |
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-06-17 09:23:14 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Avihai
2019-06-14 10:23:03 UTC
Version-Release number of selected component (if applicable): 4.3.4.3-0.1.el7 vdsm-4.30.17-1.el7ev.x86_64 libvirt-4.5.0-10.el7_6.10.x86_64 qemu-img-rhev-2.12.0-31.el7.x86_64 qemu-guest-agent-2.12.0-2.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Create VM from a template(with OS) 2. Try to start VM with cloud-init enabled with the flowing REST request: Method: POST URL: https://storage-ge-08.scl.lab.tlv.redhat.com/ovirt-engine/api/vms/c23c3411-d3db-47e5-b7c2-439b1a95fead/start Body: <action> <async>false</async> <grace_period> <expiry>10</expiry> </grace_period> <use_cloud_init>true</use_cloud_init> <use_sysprep>false</use_sysprep> <vm> <os/> </vm> </action> Actual results: Start VM does not work Expected results: Start VM should work as it did in 4.3.3 and 4.2 builds. Additional info: Same request works with 4.3.3 and 4.2 builds. Starting the same VM with cloud-init=false works. Start VM via Webadmin with cloud-init enabled works. This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. *** This bug has been marked as a duplicate of bug 1716932 *** |