This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 84b9b61  api: fix typo in Volume Destroy state - volume can be 
recovered (#5833)
84b9b61 is described below

commit 84b9b61b9ba079406e2c0c57e07153cff2a44b76
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Jan 7 08:49:26 2022 +0100

    api: fix typo in Volume Destroy state - volume can be recovered (#5833)
    
    * api: fix type Destroy volume can be recovered
    
    * Update api/src/main/java/com/cloud/storage/Volume.java
    
    Co-authored-by: dahn <[email protected]>
---
 api/src/main/java/com/cloud/storage/Volume.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/src/main/java/com/cloud/storage/Volume.java 
b/api/src/main/java/com/cloud/storage/Volume.java
index 9036fa5..a863c3e 100644
--- a/api/src/main/java/com/cloud/storage/Volume.java
+++ b/api/src/main/java/com/cloud/storage/Volume.java
@@ -47,8 +47,8 @@ public interface Volume extends ControlledEntity, Identity, 
InternalIdentity, Ba
         RevertSnapshotting("There is a snapshot created on this volume, the 
volume is being reverting from snapshot"),
         Resizing("The volume is being resized"),
         Expunging("The volume is being expunging"),
-        Expunged("The volume has been expunged"),
-        Destroy("The volume is destroyed, and can't be recovered."),
+        Expunged("The volume has been expunged, and can no longer be 
recovered"),
+        Destroy("The volume is destroyed, and can be recovered."),
         Destroying("The volume is destroying, and can't be recovered."),
         UploadOp("The volume upload operation is in progress or in short the 
volume is on secondary storage"),
         Copying("Volume is copying from image store to primary, in case it's 
an uploaded volume"),

Reply via email to