Omer Frenkel has submitted this change and it was merged.
Change subject: core: use GuidUtils for spliting memory volumes representation
......................................................................
core: use GuidUtils for spliting memory volumes representation
Memory volumes, either for hibernation or for snapshots with memory,
are represented as comma-separated String of Guids. This patch changes
the way this kind of representation is split to Guids such that it would
use GuidUtils#getGuidListFromString at VmCommand#removeMemoryVolumes.
Change-Id: Id8a12ec75d09ce2369a5ccc68b384ce69a45d849
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
1 file changed, 11 insertions(+), 14 deletions(-)
Approvals:
Omer Frenkel: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/16706
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id8a12ec75d09ce2369a5ccc68b384ce69a45d849
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server