Shahar Havivi has uploaded a new change for review. Change subject: engine: wrong logging on stateless snapshot ......................................................................
engine: wrong logging on stateless snapshot Change-Id: I43a368e9298544e280afcc755f74bbfc645b77e1 Bug-Url: https://bugzilla.redhat.com/976205 Signed-off-by: Shahar Havivi <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/16427/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java index 807b95c..5f8929a 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java @@ -354,7 +354,7 @@ if (isStatelessSnapshotExistsForVm()) { log.errorFormat( - "RunVmAsStateless - {0} - found existing vm images in stateless_vm_image_map table - skipped creating snapshots.", + "RunVmAsStateless - {0} - found stateless snapshots for this vm - skipped creating snapshots.", getVm().getName()); removeVmStatlessImages(); } else { -- To view, visit http://gerrit.ovirt.org/16427 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43a368e9298544e280afcc755f74bbfc645b77e1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
