Skip to content
Snippets Groups Projects
Commit eda1159a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix LVM2 in Ubuntu section in Cinder guide"

parents 5f4ef0d8 0faf91c6
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,11 @@ targeted for nova compute role. ...@@ -112,6 +112,11 @@ targeted for nova compute role.
- Add configfs module to ``/etc/modules`` - Add configfs module to ``/etc/modules``
- Rebuild initramfs using: ``update-initramfs -u`` command - 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 - Make sure configfs gets mounted during a server boot up process. There are
multiple ways to accomplish it, one example is adding this command multiple ways to accomplish it, one example: ::
"mount -t configfs configfs ``/sys/kernel/config``" to ``/etc/rc.local``
mount -t configfs /etc/rc.local /sys/kernel/config
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