Pearl1594 commented on code in PR #10443:
URL: https://github.com/apache/cloudstack/pull/10443#discussion_r1977826238


##########
plugins/storage/volume/linstor/src/main/java/org/apache/cloudstack/storage/datastore/driver/LinstorPrimaryDataStoreDriverImpl.java:
##########
@@ -1117,6 +1117,8 @@ private String restoreResourceFromSnapshot(
             String snapshotName,
             String restoredName) throws ApiException {
         final String rscGrp = getRscGrp(storagePoolVO);
+        // try to delete -rst resource, could happen if the copy failed and 
noone deleted it.

Review Comment:
   ```suggestion
           // try to delete -rst resource, could happen if the copy failed and 
no one deleted it.
   ```



-- 
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]

Reply via email to