You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2014/07/16 22:49:06 UTC

[jira] [Created] (CLOUDSTACK-7118) Unable to expunge vms in error state

Alena Prokharchyk created CLOUDSTACK-7118:
---------------------------------------------

             Summary: Unable to expunge vms in error state
                 Key: CLOUDSTACK-7118
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7118
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Management Server
    Affects Versions: 4.4.0
            Reporter: Alena Prokharchyk
            Assignee: Alena Prokharchyk
            Priority: Critical
             Fix For: 4.4.0, 4.5.0


Steps to reproduce:
=====================
1) Set expunge interval to be 1 minute
2) Try to deploy a vm from the service offering that your physical capacity can't accomodate
3) The vm fails to deploy and stays in Error state

Bug: the vm will be failed to expunge

Workaround: change vm's state from Error to Destroy in the DB:

update vm_instance set state='Destroyed' where state='Error'

It will get picked up by the 



--
This message was sent by Atlassian JIRA
(v6.2#6252)