Skip to content

Commit 315568a

Browse files
Rename variable
Co-authored-by: dahn <[email protected]>
1 parent af83477 commit 315568a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,8 +1784,8 @@ public Answer createSnapshot(final CreateObjectCommand cmd) {
17841784
}
17851785
} else {
17861786
snapshotPath = getSnapshotPathInPrimaryStorage(primaryPool.getLocalPath(), snapshotName);
1787-
String copyResult = convertBaseFileToSnapshotFileInPrimaryStorageDir(primaryPool, diskPath, snapshotPath, volume, cmd.getWait());
1788-
validateConvertResult(copyResult, snapshotPath);
1787+
String convertResult = convertBaseFileToSnapshotFileInPrimaryStorageDir(primaryPool, diskPath, snapshotPath, volume, cmd.getWait());
1788+
validateConvertResult(convertResult, snapshotPath);
17891789
}
17901790
}
17911791

0 commit comments

Comments
 (0)