slavkap commented on a change in pull request #3724:
URL: https://github.com/apache/cloudstack/pull/3724#discussion_r517984491
##########
File path: api/src/main/java/com/cloud/vm/snapshot/VMSnapshot.java
##########
@@ -31,7 +31,7 @@
enum State {
Allocated("The VM snapshot is allocated but has not been created
yet."), Creating("The VM snapshot is being created."), Ready(
"The VM snapshot is ready to be used."), Reverting("The VM
snapshot is being used to revert"), Expunging("The volume is being expunging"),
Removed(
- "The volume is destroyed, and can't be recovered."),
Error("The volume is in error state, and can't be recovered");
+ "The volume is destroyed, and can't be recovered."),
CreatingKVM("Creating KVM VM snapshot"), Error("The volume is in error state,
and can't be recovered");
Review comment:
I'll check if I can omit those changes, thanks @sureshanaparti
----------------------------------------------------------------
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]