anuragaw 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_r276565227
##########
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"),
+ AttachingFromAllocated("The volume is attaching to a VM from Allocated
State");
Review comment:
Looking back at the original patch, it seems that simple
Allocated->Attaching would suffice. I'll change.
----------------------------------------------------------------
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