Daniel Erez has uploaded a new change for review. Change subject: core: explicit warning on live snapshot failure ......................................................................
core: explicit warning on live snapshot failure On live snapshot failure, added an explicit warning stating that using the created snapshot might cause data inconsistency. Change-Id: Ib91c9d947a90e3b8fdd872bb3996dfb839e7767a Bug-Url: https://bugzilla.redhat.com/1119203 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/32580/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index a99f69f..8720df3 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -49,7 +49,7 @@ USER_CREATE_SNAPSHOT=Snapshot '${SnapshotName}' creation for VM '${VmName}' was initiated by ${UserName}. USER_CREATE_SNAPSHOT_FINISHED_SUCCESS=Snapshot '${SnapshotName}' creation for VM '${VmName}' has been completed. USER_CREATE_SNAPSHOT_FINISHED_FAILURE=Failed to complete snapshot '${SnapshotName}' creation for VM '${VmName}'. -USER_CREATE_LIVE_SNAPSHOT_FINISHED_FAILURE=Failed to create live snapshot '${SnapshotName}' for VM '${VmName}'. VM restart is recommended. +USER_CREATE_LIVE_SNAPSHOT_FINISHED_FAILURE=Failed to create live snapshot '${SnapshotName}' for VM '${VmName}'. VM restart is recommended. Note that using the created snapshot might cause data inconsistency. USER_REMOVE_SNAPSHOT=Snapshot '${SnapshotName}' deletion for VM '${VmName}' was initiated by ${UserName}. USER_REMOVE_SNAPSHOT_FINISHED_SUCCESS=Snapshot '${SnapshotName}' deletion for VM '${VmName}' has been completed. USER_REMOVE_SNAPSHOT_FINISHED_FAILURE=Failed to delete snapshot '${SnapshotName}' for VM '${VmName}'. -- To view, visit http://gerrit.ovirt.org/32580 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib91c9d947a90e3b8fdd872bb3996dfb839e7767a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
