Merge "Add instructions for vgcreate to sysadmin docs"

This commit is contained in:
Jenkins 2015-03-17 14:14:17 +00:00 committed by Gerrit Code Review
commit c53bf95d05

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
-----------------------------