diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index c100d56..7157ef8 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -90,7 +90,7 @@ Examples You can get a list of available LVM volume groups with: - # pvesm lvmscan + # pvesm scan lvm ifdef::wiki[] diff --git a/pve-storage-lvmthin.adoc b/pve-storage-lvmthin.adoc index 28ff55f..83f65a3 100644 --- a/pve-storage-lvmthin.adoc +++ b/pve-storage-lvmthin.adoc @@ -78,7 +78,7 @@ Examples You can get a list of available LVM thin pools on the volume group `pve` with: - # pvesm lvmthinscan pve + # pvesm scan lvmthin pve ifdef::wiki[] diff --git a/pve-storage-nfs.adoc b/pve-storage-nfs.adoc index ce62aa0..ea5bbdc 100644 --- a/pve-storage-nfs.adoc +++ b/pve-storage-nfs.adoc @@ -82,7 +82,7 @@ Examples You can get a list of exported NFS shares with: - # pvesm nfsscan + # pvesm scan nfs ifdef::wiki[] diff --git a/pve-storage-zfspool.adoc b/pve-storage-zfspool.adoc index 366a1f3..1db283d 100644 --- a/pve-storage-zfspool.adoc +++ b/pve-storage-zfspool.adoc @@ -97,7 +97,7 @@ To enable compression on that newly allocated file system: You can get a list of available ZFS filesystems with: - # pvesm zfsscan + # pvesm scan zfs ifdef::wiki[]