Re: [openstack-dev] [kolla] pid=host

2016-02-12 Thread Steven Dake (stdake)
Dnaiel, Unfortunately I am in a remodel process atm and unable to test. It sounds like with qemu without KVM (as in emulated virtualization) the processes get killed. With KVM they don't get killed. I'll add this to the bug tracker, but for our typical use case of "Deploy OpenStack on bare meta

Re: [openstack-dev] [kolla] pid=host

2016-02-08 Thread Steven Dake (stdake)
Michal, You listed steps to reproduce but it wasn't clear if docker 1.10 kills vms or keeps them alive from your description. From our discussion today, it sounded as if docker 1.10, docker 1.9, and docker 1.8.2 have different behaviors on this front. Could you expand? Dan had required to keep

Re: [openstack-dev] [kolla] pid=host

2016-02-08 Thread Michał Jastrzębski
Hey, So quick steps to reproduce this: 0. install docker 1.10 1. Deploy kolla 2. Run VM 3. On compute host - ps aux | grep qemu, should show your vm process 4. docker rm -f nova_libvirt 5. ps aux | grep qemu should still show running vm 6. re-deploy nova_libvirt 7. docker exec -it nova_libvirt vi

[openstack-dev] [kolla] pid=host

2016-02-08 Thread Steven Dake (stdake)
Hey folks, I know we have been through some changes with how pid=host works. I'd like to get to the bottom of this, so we can either add the features we need to docker, or say "all is good". Here is the last quote from this bugzilla where Red Hat in general is interested in the same behavior