rhtyd commented on a change in pull request #3659: Fix typo: the past tense of
shutdown is shutdown, not shutdowned
URL: https://github.com/apache/cloudstack/pull/3659#discussion_r343247947
##########
File path: api/src/main/java/com/cloud/vm/VirtualMachine.java
##########
@@ -52,7 +52,7 @@
Migrating(true, "VM is being migrated. host id holds to from host"),
Error(false, "VM is in error"),
Unknown(false, "VM state is unknown."),
- Shutdowned(false, "VM is shutdowned from inside");
+ Shutdown(false, "VM is shutdown from inside");
Review comment:
@GabrielBrascher Add database upgrade path to update any VMs in the old
state to the new state name. (just a rare edge case).
----------------------------------------------------------------
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