GabrielBrascher commented on a change in pull request #3502: Rbd snapshot 
rollback
URL: https://github.com/apache/cloudstack/pull/3502#discussion_r304980014
 
 

 ##########
 File path: 
engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/StorageSystemSnapshotStrategy.java
 ##########
 @@ -354,10 +362,9 @@ public boolean revertSnapshot(SnapshotInfo snapshotInfo) {
 
                 s_logger.error(errMsg);
 
-                throw new CloudRuntimeException(errMsg);
+                throw new CloudRuntimeException("Failed to revert a volume to 
a snapshot state");
 
 Review comment:
   Good point, I will update this soon. Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to