]> git.proxmox.com Git - pve-docs.git/blobdiff - pvesm.1-synopsis.adoc
fix scrot density
[pve-docs.git] / pvesm.1-synopsis.adoc
index 9c5e61499579235cb0945ad94917564981c6d7fa..930b4a9ea06d616509a36242fc4a5cbd0963a299 100644 (file)
@@ -4,7 +4,7 @@
 
 Create a new storage.
 
-`<type>`: `<cephfs | cifs | dir | drbd | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | rbd | sheepdog | zfs | zfspool>` ::
+`<type>`: `<cephfs | cifs | dir | drbd | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | pbs | rbd | zfs | zfspool>` ::
 
 Storage type.
 
@@ -42,6 +42,10 @@ Allowed content types.
 +
 NOTE: the value 'rootdir' is used for Containers, and value 'images' for VMs.
 
+`--datastore` `<string>` ::
+
+Proxmox backup server datastore name.
+
 `--disable` `<boolean>` ::
 
 Flag to disable the storage.
@@ -54,6 +58,10 @@ CIFS domain.
 
 NFS export path.
 
+`--fingerprint` `([A-Fa-f0-9]{2}:){31}[A-Fa-f0-9]{2}` ::
+
+Certificate SHA 256 fingerprint.
+
 `--format` `<string>` ::
 
 Default image format.
@@ -72,7 +80,7 @@ iscsi provider
 
 `--krbd` `<boolean>` ::
 
-Access rbd through krbd kernel module.
+Always access rbd through krbd kernel module.
 
 `--lio_tpg` `<string>` ::
 
@@ -90,6 +98,10 @@ Create the directory if it doesn't exist.
 
 IP addresses of monitors (for external clusters).
 
+`--mountpoint` `<string>` ::
+
+mount point
+
 `--nodes` `<string>` ::
 
 List of cluster node names.
@@ -214,25 +226,13 @@ no description available
 +
 NOTE: Requires option(s): `size`
 
-*pvesm cifsscan* `<server>` `[OPTIONS]`
-
-Scan remote CIFS server.
-
-`<server>`: `<string>` ::
-
-The server address (name or IP).
-
-`--domain` `<string>` ::
+*pvesm apiinfo*
 
-SMB domain (Workgroup).
+Returns APIVER and APIAGE.
 
-`--password` `<password>` ::
+*pvesm cifsscan*
 
-User password.
-
-`--username` `<string>` ::
-
-User name.
+An alias for 'pvesm scan cifs'.
 
 *pvesm export* `<volume> <format> <filename>` `[OPTIONS]`
 
@@ -278,17 +278,17 @@ Delete volume
 
 Volume identifier
 
-`--storage` `<string>` ::
+`--delay` `<integer> (1 - 30)` ::
 
-The storage identifier.
+Time to wait for the task to finish. We return 'null' if the task finish within that time.
 
-*pvesm glusterfsscan* `<server>`
+`--storage` `<string>` ::
 
-Scan remote GlusterFS server.
+The storage identifier.
 
-`<server>`: `<string>` ::
+*pvesm glusterfsscan*
 
-The server address (name or IP).
+An alias for 'pvesm scan glusterfs'.
 
 *pvesm help* `[OPTIONS]`
 
@@ -316,7 +316,11 @@ Import stream format
 
 `<filename>`: `<string>` ::
 
-Source file name
+Source file name. For '-' stdin is used, the tcp://<IP-or-CIDR> format allows to use a TCP connection as input. Else, the file is treated as common file.
+
+`--allow-rename` `<boolean>` ('default =' `0`)::
+
+Choose a new volume ID if the requested volume ID already exists, instead of throwing an error.
 
 `--base` `(?^:[a-z0-9_\-]{1,40})` ::
 
@@ -330,13 +334,9 @@ A snapshot to delete on success
 
 Whether the stream includes intermediate snapshots
 
-*pvesm iscsiscan* `<portal>`
+*pvesm iscsiscan*
 
-Scan remote iSCSI server.
-
-`<portal>`: `<string>` ::
-
-The iSCSI portal (IP or DNS name with optional port).
+An alias for 'pvesm scan iscsi'.
 
 *pvesm list* `<storage>` `[OPTIONS]`
 
@@ -356,23 +356,15 @@ Only list images for this VM
 
 *pvesm lvmscan*
 
-List local LVM volume groups.
-
-*pvesm lvmthinscan* `<vg>`
-
-List local LVM Thin Pools.
-
-`<vg>`: `[a-zA-Z0-9\.\+\_][a-zA-Z0-9\.\+\_\-]+` ::
+An alias for 'pvesm scan lvm'.
 
-no description available
+*pvesm lvmthinscan*
 
-*pvesm nfsscan* `<server>`
+An alias for 'pvesm scan lvmthin'.
 
-Scan remote NFS server.
+*pvesm nfsscan*
 
-`<server>`: `<string>` ::
-
-The server address (name or IP).
+An alias for 'pvesm scan nfs'.
 
 *pvesm path* `<volume>`
 
@@ -390,6 +382,66 @@ Delete storage configuration.
 
 The storage identifier.
 
+*pvesm scan cifs* `<server>` `[OPTIONS]`
+
+Scan remote CIFS server.
+
+`<server>`: `<string>` ::
+
+The server address (name or IP).
+
+`--domain` `<string>` ::
+
+SMB domain (Workgroup).
+
+`--password` `<password>` ::
+
+User password.
+
+`--username` `<string>` ::
+
+User name.
+
+*pvesm scan glusterfs* `<server>`
+
+Scan remote GlusterFS server.
+
+`<server>`: `<string>` ::
+
+The server address (name or IP).
+
+*pvesm scan iscsi* `<portal>`
+
+Scan remote iSCSI server.
+
+`<portal>`: `<string>` ::
+
+The iSCSI portal (IP or DNS name with optional port).
+
+*pvesm scan lvm*
+
+List local LVM volume groups.
+
+*pvesm scan lvmthin* `<vg>`
+
+List local LVM Thin Pools.
+
+`<vg>`: `[a-zA-Z0-9\.\+\_][a-zA-Z0-9\.\+\_\-]+` ::
+
+no description available
+
+*pvesm scan nfs* `<server>`
+
+Scan remote NFS server.
+
+`<server>`: `<string>` ::
+
+The server address (name or IP).
+
+*pvesm scan zfs*
+
+Scan zfs pool list on local node.
+
 *pvesm set* `<storage>` `[OPTIONS]`
 
 Update storage configuration.
@@ -436,6 +488,10 @@ Flag to disable the storage.
 
 CIFS domain.
 
+`--fingerprint` `([A-Fa-f0-9]{2}:){31}[A-Fa-f0-9]{2}` ::
+
+Certificate SHA 256 fingerprint.
+
 `--format` `<string>` ::
 
 Default image format.
@@ -450,7 +506,7 @@ Assume the given path is an externally managed mountpoint and consider the stora
 
 `--krbd` `<boolean>` ::
 
-Access rbd through krbd kernel module.
+Always access rbd through krbd kernel module.
 
 `--lio_tpg` `<string>` ::
 
@@ -468,6 +524,10 @@ Create the directory if it doesn't exist.
 
 IP addresses of monitors (for external clusters).
 
+`--mountpoint` `<string>` ::
+
+mount point
+
 `--nodes` `<string>` ::
 
 List of cluster node names.
@@ -564,6 +624,6 @@ If target is different to 'node', we only lists shared storages which content is
 
 *pvesm zfsscan*
 
-Scan zfs pool list on local node.
+An alias for 'pvesm scan zfs'.