wido commented on a change in pull request #3502: Rbd snapshot rollback
URL: https://github.com/apache/cloudstack/pull/3502#discussion_r304969017
##########
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:
This seems like a very generic message. Can't we add something like the
volume name?
----------------------------------------------------------------
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