Skip to content
Snippets Groups Projects
Commit 1ca35e68 authored by SamYaple's avatar SamYaple
Browse files

Make libvirt reestablish connection with qemu

Libvirt stores some information in /run at runtime that is needed to
automatically reestablish a connection with the VM when a new
container is created. Without this information a long (and manual)
process is needed to redefine the running vms and reattach to the
running qemu process.

This mountpoint was removed as "unneeded" in the past, but it does
exist in Liberty branch enabling a no-vm-downtime upgrade.

TrivialFix

Change-Id: I2eb31c602d8d17cbd6a8e405daf4123070794843
parent 495a0303
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
volumes:
- "{{ node_config_directory }}/nova-libvirt/:{{ container_config_directory }}/:ro"
- "/lib/modules:/lib/modules:ro"
- "/run/:/run/"
- "/sys/fs/cgroup:/sys/fs/cgroup"
- "nova_compute:/var/lib/nova/"
- "nova_libvirt:/var/lib/libvirt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment