Return the list of physical volumes configured for lvm and available in the
system using flags to include common metadata associated with them like the uuid
+ This will only return physical volumes set up to work with LVM.
+
Command and delimeted output, should look like::
$ pvs --noheadings --separator=';' -o pv_name,pv_tags,pv_uuid
sub_command_help = dedent("""
Zaps the given logical volume, raw device or partition for reuse by ceph-volume.
If given a path to a logical volume it must be in the format of vg/lv. Any
- filesystems present on the given device/lv/partition will be removed and
+ filesystems present on the given device, vg/lv, or partition will be removed and
all data will be purged.
However, the lv or partition will be kept intact.
ceph-volume lvm zap /dev/sdc1
If the --destroy flag is given and you are zapping a raw device or partition
- then all vgs and lvs that exist on that raw device or parition will be destroyed.
+ then all vgs and lvs that exist on that raw device or partition will be destroyed.
- This is especially useful if you've give that raw device or partition to the
- ceph-volume lvm create or ceph-volume lvm prepare commands previously and now want to
- reuse that device.
+ This is especially useful if a raw device or partition was used by ceph-volume lvm create
+ or ceph-volume lvm prepare commands previously and now you want to reuse that device.
For example: