cifs: modernize a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-13 11:36:57 +02:00
parent 6ce114ee15
commit 84f91027aa

View File

@ -31,8 +31,8 @@ server, or list the server in the local `/etc/hosts` file.
share:: share::
CIFS share to use (get available ones with `pvesm cifsscan` or the WebUI). CIFS share to use (get available ones with `pvesm scan cifs <address>` or the
Required. WebUI). Required.
username:: username::
@ -42,7 +42,7 @@ password::
The user password. Optional. The user password. Optional.
It will be saved in a file only readable by root It will be saved in a file only readable by root
(`/etc/pve/priv/<STORAGE_ID>.cred`). (`/etc/pve/priv/storage/<STORAGE-ID>.pw`).
domain:: domain::
@ -89,7 +89,7 @@ Examples
You can get a list of exported CIFS shares with: You can get a list of exported CIFS shares with:
---- ----
# pvesm cifsscan <server> [--username <username>] [--password] # pvesm scan cifs <server> [--username <username>] [--password]
---- ----
Then you could add this share as a storage to the whole {pve} cluster Then you could add this share as a storage to the whole {pve} cluster