From d5ec2ad9f0ff95da12e81c2e103ece3c01c45212 Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Tue, 17 Oct 2017 19:35:42 -0300 Subject: [PATCH] CentOS share node install docs * Missing targetcli package in RDO share node install guide Change-Id: I3a7f296f68e44f9508ff6eed25a4c8ca766312a0 --- doc/source/install/install-share-rdo.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/install/install-share-rdo.rst b/doc/source/install/install-share-rdo.rst index 70de997577..780e1d4e81 100644 --- a/doc/source/install/install-share-rdo.rst +++ b/doc/source/install/install-share-rdo.rst @@ -61,15 +61,15 @@ Prerequisites .. code-block:: console - # yum install lvm2 nfs-utils nfs4-acl-tools portmap + # yum install lvm2 nfs-utils nfs4-acl-tools portmap targetcli * Start the LVM metadata service and configure it to start when the system boots: .. code-block:: console - # systemctl enable lvm2-lvmetad.service - # systemctl start lvm2-lvmetad.service + # systemctl enable lvm2-lvmetad.service target.service + # systemctl start lvm2-lvmetad.service target.service .. include:: common/dhss-false-mode-configuration.rst @@ -99,5 +99,5 @@ Finalize installation .. code-block:: console - # systemctl enable openstack-manila-share.service target.service - # systemctl start openstack-manila-share.service target.service + # systemctl enable openstack-manila-share.service + # systemctl start openstack-manila-share.service