Liron Aravot has uploaded a new change for review. Change subject: core: HotUnplug - clear device logical name ......................................................................
core: HotUnplug - clear device logical name Change-Id: Ib770de4c901ad29badfdb2544865283bbf1a6e3b Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1063597 Signed-off-by: Liron Aravot <lara...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotUnPlugDiskFromVmCommand.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/34485/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotUnPlugDiskFromVmCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotUnPlugDiskFromVmCommand.java index 6be6789..0a8045c 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotUnPlugDiskFromVmCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotUnPlugDiskFromVmCommand.java @@ -19,6 +19,7 @@ protected void updateDeviceProperties() { oldVmDevice.setIsPlugged(false); oldVmDevice.setAddress(""); + oldVmDevice.setLogicalName(null); getVmDeviceDao().update(oldVmDevice); } -- To view, visit http://gerrit.ovirt.org/34485 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib770de4c901ad29badfdb2544865283bbf1a6e3b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Liron Aravot <lara...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches