[Bug 842856] Re: problems terminating lxc instances

2011-09-20 Thread Thierry Carrez
No fix committed in nova ?

** Changed in: nova
   Status: Fix Committed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-20 Thread Dave Walker
Marking fix released for Ubuntu task, as zul believes this to be
resolved.  Please re-open if this is not the case, thanks.

** Changed in: nova (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-15 Thread Chuck Short
This should be in the new snapshot for Ubuntu.

** Changed in: nova
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-09 Thread Clint Byrum
Marking High importance in Ubuntu, as this basically renders LXC
unusable on nova. Probably an upstream bug, so adding an also-affects.

** Changed in: nova (Ubuntu)
   Importance: Undecided = High

** Also affects: nova
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-06 Thread James Page
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-06 Thread James Page
Instance remained 'running' - further attempts to terminate it resulted
in the error in the original bug report

I'm using these test instructions with modifications for LXC to setup a
single node install:

 https://wiki.ubuntu.com/ServerTeam/Oneiric/OpenStackTestPlan

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 842856] Re: problems terminating lxc instances

2011-09-06 Thread James Page
Picked this out of a clean install:


2011-09-06 17:29:26,520 DEBUG nova.virt.libvirt.firewall [-] The 
nwfilter(nova-instance-instance-0001-secgroup) for instance-0001 is not 
found. from (pid=1164) unfilter_instance 
/usr/lib/pymodules/python2.7/nova/virt/libvirt/firewall.py:320
2011-09-06 17:29:26,521 INFO nova.virt.libvirt_conn [-] instance 
instance-0001: deleting instance files 
/var/lib/nova/instances/instance-0001
2011-09-06 17:29:26,521 DEBUG nova.utils [-] Running cmd (subprocess): sudo 
umount /var/lib/nova/instances/instance-0001/rootfs from (pid=1164) execute 
/usr/lib/pymodules/python2.7/nova/utils.py:165
2011-09-06 17:29:26,544 DEBUG nova.utils [-] Running cmd (subprocess): sudo 
losetup -a from (pid=1164) execute 
/usr/lib/pymodules/python2.7/nova/utils.py:165
2011-09-06 17:29:26,622 ERROR nova.exception [-] Uncaught exception
(nova.exception): TRACE: Traceback (most recent call last):
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/exception.py, line 98, in wrapped
(nova.exception): TRACE: return f(*args, **kw)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 117, in 
decorated_function
(nova.exception): TRACE: function(self, context, instance_id, *args, 
**kwargs)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 492, in 
terminate_instance
(nova.exception): TRACE: self._shutdown_instance(context, instance_id, 
'Terminating')
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 483, in 
_shutdown_instance
(nova.exception): TRACE: self.driver.destroy(instance, network_info)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/virt/libvirt/connection.py, line 326, in 
destroy
(nova.exception): TRACE: self._cleanup(instance)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/virt/libvirt/connection.py, line 338, in 
_cleanup
(nova.exception): TRACE: shutil.rmtree(target)
(nova.exception): TRACE:   File /usr/lib/python2.7/shutil.py, line 244, in 
rmtree
(nova.exception): TRACE: rmtree(fullname, ignore_errors, onerror)
(nova.exception): TRACE:   File /usr/lib/python2.7/shutil.py, line 253, in 
rmtree
(nova.exception): TRACE: onerror(os.rmdir, path, sys.exc_info())
(nova.exception): TRACE:   File /usr/lib/python2.7/shutil.py, line 251, in 
rmtree
(nova.exception): TRACE: os.rmdir(path)
(nova.exception): TRACE: OSError: [Errno 16] Device or resource busy: 
'/var/lib/nova/instances/instance-0001/rootfs'
(nova.exception): TRACE:
2011-09-06 17:29:26,661 ERROR nova.rpc [-] Exception during message handling
(nova.rpc): TRACE: Traceback (most recent call last):
(nova.rpc): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/rpc/impl_kombu.py, line 620, in 
_process_data
(nova.rpc): TRACE: rval = node_func(context=ctxt, **node_args)
(nova.rpc): TRACE:   File /usr/lib/pymodules/python2.7/nova/exception.py, 
line 129, in wrapped
(nova.rpc): TRACE: raise Error(str(e))
(nova.rpc): TRACE: Error: [Errno 16] Device or resource busy: 
'/var/lib/nova/instances/instance-0001/rootfs'
(nova.rpc): TRACE:

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/842856

Title:
  problems terminating lxc instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs