From 528fe5d7f39ccae0d3ce636beb82ca4167fadc2b Mon Sep 17 00:00:00 2001 From: Daniel Kral Date: Tue, 4 Mar 2025 11:09:15 +0100 Subject: [PATCH] storage: add remaining pvesm scan command examples Add an example for the `pvesm scan` command to storage plugins, i.e. GlusterFS and PBS, where it exists in the CLI but is not mentioned yet in the documentation. Signed-off-by: Daniel Kral Link: https://lore.proxmox.com/20250304100915.55114-3-d.kral@proxmox.com --- pve-storage-glusterfs.adoc | 7 +++++++ pve-storage-pbs.adoc | 11 +++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pve-storage-glusterfs.adoc b/pve-storage-glusterfs.adoc index c3c1b38..052d4e0 100644 --- a/pve-storage-glusterfs.adoc +++ b/pve-storage-glusterfs.adoc @@ -70,6 +70,13 @@ snapshot/clone implementation. |images vztmpl iso backup snippets |raw qcow2 vmdk |yes |qcow2 |qcow2 |============================================================================== +Examples +~~~~~~~~ + +You can get a list of available GlusterFS volumes with: + + # pvesm scan glusterfs + ifdef::wiki[] See Also diff --git a/pve-storage-pbs.adoc b/pve-storage-pbs.adoc index fafc9c3..0e13069 100644 --- a/pve-storage-pbs.adoc +++ b/pve-storage-pbs.adoc @@ -157,12 +157,11 @@ recover from unencrypted backups. Example: Add Storage over CLI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// TODO: FIXME: add once available -//You can get a list of exported CIFS shares with: -// -//---- -//# pvesm scan pbs [--username ] [--password] -//---- +You can get a list of available Proxmox Backup Server datastores with: + +---- +# pvesm scan pbs [--password ] [--fingerprint ] +---- Then you can add one of these datastores as a storage to the whole {pve} cluster with: