You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/03/16 09:54:24 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #3965: server: Honor vm.destroy.forcestop when expunge a vm

weizhouapache commented on issue #3965: server: Honor vm.destroy.forcestop when expunge a vm
URL: https://github.com/apache/cloudstack/pull/3965#issuecomment-599442985
 
 
   > Usually we would expunged a destroyed VM which must be already stopped?
   > LGTM nonetheless.
   
   actually there are two apis doing the same thing.
   
   ```
   expunge virtualmachine id=<vm id>
   destroy virtualmachine id=<vm id> expunge=True
   ```
   
   vm can be Running, Stopped, Destroyed.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services