From 8cfd14d932f9c1def3f5d7a695cee51f9f2cb211 Mon Sep 17 00:00:00 2001 From: Yongfeng Du Date: Mon, 25 Jul 2016 17:41:13 +0800 Subject: [PATCH] Fix typo in cinder guide TrivialFix Change-Id: I49b702d2b2494ca3a9fac81248faa9e21ca2e4f0 --- doc/cinder-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cinder-guide.rst b/doc/cinder-guide.rst index b9b6755c17..47c12b04b0 100644 --- a/doc/cinder-guide.rst +++ b/doc/cinder-guide.rst @@ -119,5 +119,5 @@ targeted for nova compute role. - Add configfs module to ``/etc/modules`` - Rebuild initramfs using: ``update-initramfs -u`` command - Make sure configfs gets mounted during a server boot up process. There are - multiple ways to accomplish it, one example is adding this command to - "mount -t configfs configfs ``/sys/kernel/config`` to ``/etc/rc.local`` + multiple ways to accomplish it, one example is adding this command + "mount -t configfs configfs ``/sys/kernel/config``" to ``/etc/rc.local``