From f9fac9b4d7f72c0a2a9bb94b86fd79b12b70aaf1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 28 Aug 2019 15:51:55 -0400 Subject: [PATCH] standalone/ceph: add lvm2 dependency If following the doc, lvm2 is required to execute pvcreate and other lvm related commands later. Change-Id: I2b6d46c48796afb09989fa8a81feacc46b61ff7a --- deploy-guide/source/deployment/standalone.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-guide/source/deployment/standalone.rst b/deploy-guide/source/deployment/standalone.rst index 6e9ed0a1..1c4f0758 100644 --- a/deploy-guide/source/deployment/standalone.rst +++ b/deploy-guide/source/deployment/standalone.rst @@ -42,11 +42,11 @@ Deploying a Standalone OpenStack node .. admonition:: Ceph :class: ceph - Install the ceph-ansible package and util-linux. + Install the packages necessary to deploy Ceph. .. code-block:: bash - sudo yum install -y ceph-ansible util-linux + sudo yum install -y ceph-ansible util-linux lvm2 #. Generate a file with the default ContainerImagePrepare value::