diff --git a/bindep.txt b/bindep.txt index 1b7d9901d9c..388e5510f23 100644 --- a/bindep.txt +++ b/bindep.txt @@ -30,3 +30,4 @@ postgresql-client [platform:dpkg] postgresql-devel [platform:rpm] postgresql-server [platform:rpm] thin-provisioning-tools [platform:debian] +device-mapper-persistent-data [platform:redhat] diff --git a/doc/source/install/cinder-storage-install-rdo.rst b/doc/source/install/cinder-storage-install-rdo.rst index 59446b68693..d4ba35e0a05 100644 --- a/doc/source/install/cinder-storage-install-rdo.rst +++ b/doc/source/install/cinder-storage-install-rdo.rst @@ -17,7 +17,7 @@ storage node, you must prepare the storage device. .. code-block:: console - # yum install lvm2 + # yum install lvm2 device-mapper-persistent-data .. end diff --git a/doc/source/install/cinder-storage-install-ubuntu.rst b/doc/source/install/cinder-storage-install-ubuntu.rst index 08ee3e23927..8a63312fa3f 100644 --- a/doc/source/install/cinder-storage-install-ubuntu.rst +++ b/doc/source/install/cinder-storage-install-ubuntu.rst @@ -15,7 +15,7 @@ storage node, you must prepare the storage device. .. code-block:: console - # apt install lvm2 + # apt install lvm2 thin-provisioning-tools .. end