From c3087f921f5be2fd0c271156068ae94d0540e8e8 Mon Sep 17 00:00:00 2001 From: Harry Sutton Date: Sun, 31 May 2015 15:23:59 -0400 Subject: [PATCH] Instructions to add a required dependency package Adds the qemu package to allow creation or importing of QCOW or VMDK (non-raw) images. Amended to correct style and verbiage errors. Change-Id: I2919fee543e714a85042d37400c6a6d7faae62e0 Closes-bug: #1406784 --- doc/install-guide/section_cinder-storage-node.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/install-guide/section_cinder-storage-node.xml b/doc/install-guide/section_cinder-storage-node.xml index 60ac0857b9..c8c333751a 100644 --- a/doc/install-guide/section_cinder-storage-node.xml +++ b/doc/install-guide/section_cinder-storage-node.xml @@ -51,6 +51,13 @@ using the instructions in . + + If you intend to use non-raw image types such as QCOW2 and VMDK, + install the QEMU support package: + # apt-get install qemu + # yum install qemu + # zypper install qemu + Install the LVM packages: # apt-get install lvm2