Skip to content

Commit 37bb455

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-16 Fix locationType and format issue
1 parent 00d6926 commit 37bb455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/StorageSystemSnapshotStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public SnapshotInfo backupSnapshot(SnapshotInfo snapshotInfo) {
141141

142142
boolean computeClusterSupportsResign = clusterDao.getSupportsResigning(host.getClusterId());
143143

144-
if (!computeClusterSupportsResign) {
144+
if (!computeClusterSupportsResign && host.getHypervisorType() != HypervisorType.KVM) {
145145
String msg = "Cannot archive snapshot: 'computeClusterSupportsResign' was false.";
146146
logger.info("backupSnapshot: {}", msg);
147147
logger.warn(msg);

0 commit comments

Comments
 (0)