Provisioning and Installing a New Filesystem on a New Logical Volume: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
pvcreate /dev/sdb
pvcreate /dev/sdb
</pre>
</pre>
Use [[vgcreate]] to create a

Revision as of 23:06, 23 May 2017

Internal

Procedure

Create a new partition on the new block storage. We assume the entire block storage is available, so we won't partition it but we will use it in its entirety. If partitioning is required, use use fdisk or sfdisk.

Use pvcreate to initialize the storage for use as a physical volume with the Logical Volume Manager.

pvcreate /dev/sdb

Use vgcreate to create a