Skip to content

Commit c59c122

Browse files
Update server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java
1 parent 6442663 commit c59c122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public VMSnapshot allocVMSnapshot(Long vmId, String vsDisplayName, String vsDesc
381381
if (snapshotStrategy == null) {
382382
String message;
383383
if (!SnapshotManager.VmStorageSnapshotKvm.value() && !snapshotMemory) {
384-
message = "KVM does not support instance snapshot without snapshot memory on a running instance";
384+
message = "Creating a snapshot of a running KVM instance without memory is not supported";
385385
} else {
386386
message = "KVM does not support the type of snapshot requested";
387387
}

0 commit comments

Comments
 (0)