Add instructions for vgcreate to sysadmin docs

The current sysadmin.html assumes there is a volume group (vg) present
when adding a new cinder volume. On a new server a vg won't exist, adding
instructions for how to add it.

Change-Id: I3171819fb5aea8a5edfab28f29ba35f9d0f5d461
This commit is contained in:
Elizabeth K. Joseph 2015-02-26 16:48:41 -08:00
parent 7b761f4148
commit 07fd18e754

View File

@ -336,6 +336,10 @@ Log into puppetmaster.openstack.org and run::
sudo vgextend main ${DEVICE}1
* However, if the volume group does not exist yet, you can create it::
sudo vgcreate main ${DEVICE}1
Creating a New Logical Volume
-----------------------------