Which order correctly builds LVM storage layers?
Create an empty volume group, then convert that group into a physical volume.
Initialize a physical volume, create a volume group from it, then allocate logical volumes.
Skip PV and VG creation and create only two filesystems.
Create logical volumes first, then place them in a new VG and PV.