sudo87 commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2476468913


##########
api/src/main/java/com/cloud/vm/snapshot/VMSnapshot.java:
##########
@@ -29,10 +29,10 @@
 public interface VMSnapshot extends ControlledEntity, Identity, 
InternalIdentity, StateObject<VMSnapshot.State> {
 
     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(
+        Allocated("The Instance Snapshot is allocated but has not been created 
yet."), Creating("The Instance snapshot is being created."), Ready(

Review Comment:
   need to check functional impact.



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