openstack-ansible/releasenotes/notes/symlink_libvirt_save_dir_to_nova_dir-3b1b278cb7e5831f.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00:00

9 lines
348 B
YAML

---
fixes:
- The ``/var/lib/libvirt/qemu/save`` directory is now a
symlink to ``{{ nova_system_home_folder }}/save`` to
resolve an issue where the default location used by the
libvirt managed save command can result with the root
partitions on compute nodes becoming full when
``nova image-create`` is run on large instances.