← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1291311] Re: Instance status is not updated when compute machine is disconnected

 

No follow up on the incomplete status ask

** Changed in: nova
       Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1291311

Title:
   Instance status is not updated when compute machine is disconnected

Status in OpenStack Compute (Nova):
  Opinion

Bug description:
  Status of Instance ( VM ) is not updated when compute machine is
  disconnected from the set up.  Also, deletion of VM is not possible .

  Set up :-

  2 compute nodes ( Compute-1 and Compute-2)

  root@controller:~# nova list
  +--------------------------------------+-----------+---------+------------+-------------+-----------------------------------------------------+
  | ID                                   | Name      | Status  | Task State | Power State | Networks                                            |
  +--------------------------------------+-----------+---------+------------+-------------+-----------------------------------------------------+
  | aa73d8e6-f7e9-47d1-a590-06e3c134d33b | THIRD_VM  | SHUTOFF | deleting   | Shutdown    | INT_NET=50.50.1.2, 172.18.7.18
  | e809191d-fa66-45f6-84a7-6f1acfe460c8 | UBUNTU_VM | ACTIVE  | None       | Running     | INT_NET=50.50.1.4, 172.18.7.20                      |
  +--------------------------------------+-----------+---------+------------+-------------+-----------------------------------------------------+

  COMPUTE-1 hosting ====== UBUNTU_VM
  COMPUTE-2 hosting ====== THIRD_VM

  Disconnected  COMPUTE-2 from the set up ( power shut down) and then
  tried to delete THIRD_VM  but its showing  following error

  root@controller:~# nova delete aa73d8e6-f7e9-47d1-a590-06e3c134d33b

  The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-6931f510-033b-4c1d-a367-390a0a4421eb)
  ERROR: Unable to delete any of the specified servers.

  I have also restarted the controller machine but there is no change in
  status.of VM   its still showing as deleting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1291311/+subscriptions


References