storage: change to newer pvesm scan subcommands in examples

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@proxmox.com>
Link: https://lore.proxmox.com/20250304100915.55114-2-d.kral@proxmox.com
This commit is contained in:
Daniel Kral 2025-03-04 11:09:14 +01:00 committed by Thomas Lamprecht
parent 500faf0743
commit 28eb02fb33
4 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ Examples
You can get a list of available LVM volume groups with:
# pvesm lvmscan
# pvesm scan lvm
ifdef::wiki[]

View File

@ -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[]

View File

@ -82,7 +82,7 @@ Examples
You can get a list of exported NFS shares with:
# pvesm nfsscan <server>
# pvesm scan nfs <server>
ifdef::wiki[]

View File

@ -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[]