rhtyd commented on a change in pull request #3276: [DO NOT MERGE WIP] Add more
states for attaching disk in allocated state
URL: https://github.com/apache/cloudstack/pull/3276#discussion_r276170754
##########
File path: api/src/com/cloud/storage/Volume.java
##########
@@ -52,7 +52,8 @@
UploadInProgress("Volume upload is in progress"),
UploadError("Volume upload encountered some error"),
UploadAbandoned("Volume upload is abandoned since the upload was never
initiated within a specificed time"),
- Attaching("The volume is attaching to a VM");
+ AttachingFromReady("The volume is attaching to a VM from Ready State"),
Review comment:
@anuragaw don't change the original state `Attaching` to honour db volume
states that may already be in `Attaching` state in db. This may cause usage
issues post an upgrade.
----------------------------------------------------------------
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