Merge "shared mount added for /var/lib/nova/mnt to QSG"

This commit is contained in:
Jenkins
2016-11-29 12:26:51 +00:00
committed by Gerrit Code Review
+11 -2
View File
@@ -182,14 +182,23 @@ run the following:
::
mount --make-shared /run
mount --make-shared /var/lib/nova/mnt
For mounting ``/run`` as shared upon startup, add that command to
``/etc/rc.local``
If ``/var/lib/nova/mnt`` is not partition, can do below work around
::
mkdir -p /var/lib/nova/mnt /var/lib/nova/mnt1
mount --bind /var/lib/nova/mnt1 /var/lib/nova/mnt
mount --make-shared /var/lib/nova/mnt
For mounting ``/run`` and ``/var/lib/nova/mnt`` as shared upon startup,
add below commands to ``/etc/rc.local``
::
# Edit /etc/rc.local to add:
mount --make-shared /run
mount --make-shared /var/lib/nova/mnt
.. note:: If centos/fedora/oraclelinux container images are built on an Ubuntu
host, the back-end storage driver must not be AUFS (see the known issues in