weizhouapache commented on code in PR #13468:
URL: https://github.com/apache/cloudstack/pull/13468#discussion_r3551398884
##########
plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImpl.java:
##########
@@ -437,16 +437,10 @@ public void revertSnapshot(SnapshotInfo snapshot,
SnapshotInfo snapshotOnPrimary
try {
EndPoint ep = null;
VolumeInfo volumeInfo =
volFactory.getVolume(snapshot.getVolumeId(), DataStoreRole.Primary);
Review Comment:
@Pearl1594
what I meant is, moving line 439 to line 443
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]