From 0faf91c6eb45fa38c38fd9f7ec1515e5f8dae3dc Mon Sep 17 00:00:00 2001 From: Duong Ha-Quang Date: Fri, 12 Aug 2016 00:43:49 +0700 Subject: [PATCH] Fix LVM2 in Ubuntu section in Cinder guide - Fix mount option for configfs - Add note about open-iscsi service in Ubuntu Change-Id: I8df90dd8cd626ee01456be104ed01c4a0fe624b2 Closes-Bug: #1612170 --- doc/cinder-guide.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/cinder-guide.rst b/doc/cinder-guide.rst index 236c0a978d..461189b1f0 100644 --- a/doc/cinder-guide.rst +++ b/doc/cinder-guide.rst @@ -112,6 +112,11 @@ targeted for nova compute role. - Add configfs module to ``/etc/modules`` - Rebuild initramfs using: ``update-initramfs -u`` command + - Stop ``open-iscsi`` system service due to its conflicts with iscsid container. + For Ubuntu 14.04 (upstart): ``service open-iscsi stop``, + Ubuntu 16.04 (systemd): ``systemctl stop open-iscsi; systemctl stop iscsid`` + - Make sure configfs gets mounted during a server boot up process. There are - multiple ways to accomplish it, one example is adding this command - "mount -t configfs configfs ``/sys/kernel/config``" to ``/etc/rc.local`` + multiple ways to accomplish it, one example: :: + + mount -t configfs /etc/rc.local /sys/kernel/config