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/07/05 01:58:32 UTC

[GitHub] [cloudstack] rhtyd opened a new issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

rhtyd opened a new issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201


   VM snapshot deletion may put the state in Expunging state indefinitely, originally logged here: https://github.com/apache/cloudstack-primate/issues/488
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VMware
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.14
   ~~~


----------------------------------------------------------------
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



[GitHub] [cloudstack] shwstppr commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-795126114


   @rhtyd @DaanHoogland are there any known reproduction steps?


----------------------------------------------------------------
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



[GitHub] [cloudstack] rhtyd commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-817439789


   Fixed in https://github.com/apache/cloudstack/pull/4898 


-- 
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



[GitHub] [cloudstack] rhtyd closed issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201


   


-- 
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



[GitHub] [cloudstack] DaanHoogland commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-796598378


   @shwstppr not reliably, that I know of. I happens regularly though. usually after a full smoke test run, there will be some remnant VMs in expunging state.


----------------------------------------------------------------
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



[GitHub] [cloudstack] rhtyd commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-805762808


   @shwstppr - create a VM snapshot, delete the snapshot when it's in expunging state, (a) try to restart mgmt server, (b) don't restart mgtm server but see if the GC thread kicks in to purge the VM snapshot.


-- 
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



[GitHub] [cloudstack] rhtyd commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-817097100


   Closing issue, have a PR - https://github.com/apache/cloudstack/pull/4898


-- 
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



[GitHub] [cloudstack] DaanHoogland commented on issue #4201: VM snapshot deletion failure may put it indefinitely in expunging state

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4201:
URL: https://github.com/apache/cloudstack/issues/4201#issuecomment-768964138


   the statemachine `VMSnapshot.s_fsm`, the transition `s_fsm.addTransition(Expunging, Event.OperationSucceeded, Removed)` is never executed for this to happen (or an exception occurs).
   `DefaultVMSnapshotStrategy.processAnswer(final VMSnapshotVO vmSnapshot, UserVm userVm, final Answer as, Long hostId)` is were is probably should happen.


----------------------------------------------------------------
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