[pve-devel] [PATCH docs 2/3] storage: change to newer pvesm scan subcommands in examples
Daniel Kral
d.kral at proxmox.com
Tue Mar 4 11:09:14 CET 2025
Update the examples to use the newer `pvesm scan` subcommands instead of
their backwards compatibility aliases to encourage new users to use the
new subcommand.
Signed-off-by: Daniel Kral <d.kral at proxmox.com>
---
pve-storage-lvm.adoc | 2 +-
pve-storage-lvmthin.adoc | 2 +-
pve-storage-nfs.adoc | 2 +-
pve-storage-zfspool.adoc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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 <server>
+ # pvesm scan nfs <server>
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[]
--
2.39.5
More information about the pve-devel
mailing list