[Bug 868349] Re: instances do not stop correctly

Eric Dodemont eric.dodemont at skynet.be
Wed Oct 5 15:19:55 UTC 2011


Yes, this happens every time on my installation.

- If I install Nova from ppa:nova-core/trunk I do not have the problem
(there is no console log fifo/ring).

- If I remove line 221 and line 222 in
/usr/share/pyshared/nova/virt/libvirt/connection.py-ubuntu:

---
    def close(self):
        self.reader_thread.kill()
        self.data_queue.put(None)
        try:
            self.writer_thread.wait()
        except eventlet.greenlet.GreenletExit:
            pass
        if self.fd is not None: <=========== Line 221: Removed
            os.close(self.fd) <============ Line 222: Removed

    def peek(self):
        return self.ringbuffer.peek()
---

then everything works well.

I will reinstall Ubuntu Oneiric from scratch (because I made a lot of
installs/uninstalls :-) to see if the problem is still there.

I keep you updated maybe still today.

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

Title:
  instances do not stop correctly

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



More information about the Ubuntu-server-bugs mailing list