** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  image still attached to loopback device after deleting lxc instance

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  root@debian:/opt/stack/data/nova/instances# nova list
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | ID                                   | Name | Status | Task State | Power 
State | Networks         |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | 513d2fab-9232-495a-a121-4cbedd8249f7 | lxc5 | ACTIVE | None       | Running 
    | private=10.0.0.3 |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  root@debian:/opt/stack/data/nova/instances# losetup -a
  /dev/loop1: [fe01]:931805 
(/opt/stack/data/nova/instances/513d2fab-9232-495a-a121-4cbedd8249f7/disk)
  root@debian:/opt/stack/data/nova/instances# nova delete lxc5
  root@debian:/opt/stack/data/nova/instances# nova list
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | ID                                   | Name | Status | Task State | Power 
State | Networks         |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | 513d2fab-9232-495a-a121-4cbedd8249f7 | lxc5 | ACTIVE | deleting   | Running 
    | private=10.0.0.3 |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  root@debian:/opt/stack/data/nova/instances# nova list
  +----+------+--------+------------+-------------+----------+
  | ID | Name | Status | Task State | Power State | Networks |
  +----+------+--------+------------+-------------+----------+
  +----+------+--------+------------+-------------+----------+
  root@debian:/opt/stack/data/nova/instances# losetup -a
  /dev/loop1: [fe01]:931805 
(/opt/stack/data/nova/instances/513d2fab-9232-495a-a121-4cbedd8249f7/disk 
(deleted))

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to