Bug 1131158
| Summary: | OVF is not updated after adding a vm with a disk on block storage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Kevin Alon Goldblatt <kgoldbla> | ||||
| Component: | ovirt-engine-core | Assignee: | Liron Aravot <laravot> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Aharon Canan <acanan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.5 | CC: | acathrow, amureini, bugs, ecohen, gklein, iheim, tnisan, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 3.5.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-25 11:18:08 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: | |||||||
| Attachments: |
|
||||||
We've tested that scenario and it seemed to work fine. Please re-open or file a new bug if there's a problematic scenario. thanks. |
Created attachment 927943 [details] vdsm and engine and server logs Description of problem: Adding a VM with a disk to a block storage domain does not add or update an ovf to the ovf store Version-Release number of selected component (if applicable): ovirt-engine-3.5.0-0.0.master.20140804172041.git23b558e.el6.noarch vdsm-4.16.1-6.gita4a4614.el6.x86_64 How reproducible: happened 3 out of 3 times Steps to Reproduce: 1. Changed the polling for updating the OVF to every 3 minutes: UPDATE vdc_options SET option_value = '1' where option_name = 'OvfUpdateIntervalInMinutes' 2. Created a VM with a disk on a block storage domain 3. After 3 minutes checked to see in the log that the OVF store had been updated 4. When looking for the OVF file in the ovf store disk no ovf was found 5. Added a second vm with a disk on the same block domain with the same result Actual results: The ovf file was not created or updated Expected results: A new ovf file should be created with each creation of a disk and with each update of the vm Additional info: