Bug 1218973

Summary: [SAP] Adding a custom property to a running vm causes all previously defined properties to be removed
Product: Red Hat Enterprise Virtualization Manager Reporter: Luca Miccini <lmiccini>
Component: ovirt-engineAssignee: Shmuel Melamud <smelamud>
Status: CLOSED CURRENTRELEASE QA Contact: Shira Maximov <mshira>
Severity: medium Docs Contact:
Priority: high    
Version: 3.5.1CC: gklein, istein, lpeer, lsurette, michal.skrivanek, rbalakri, rbinkhor, Rhev-m-bugs, srevivo, uwe.menges, ykaul
Target Milestone: ovirt-3.6.0-rc   
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously, when new custom property was added to a running VM, all other custom properties were removed on VM shutdown. Now existing custom properties are preserved and the newly defined property/ies are added.
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-20 01:11:49 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:
Bug Depends On:    
Bug Blocks: 1226314    

Description Luca Miccini 2015-05-06 10:26:35 UTC
Description of problem:

Adding a "Custom Property" to a running VM causes all the custom properties that have been previously defined to be removed (when the VM is shut down).

Version-Release number of selected component (if applicable):

3.5.1

How reproducible:

always

Steps to Reproduce:

1. create a vm and add "sap_agent=true" custom property, start the vm
2. edit the same vm and add one more custom property (like "viodiskcache=writeback" as an example)
3. shut down the vm to have the engine apply the new property

Actual results:

All "Custom Properties" are deleted.

Expected results:

Existing "Custom Properties" are preserved and the newly defined property/ies are added.

Additional info: