mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 12:12:29 +00:00
cifs: modernize a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6ce114ee15
commit
84f91027aa
@ -31,8 +31,8 @@ server, or list the server in the local `/etc/hosts` file.
|
||||
|
||||
share::
|
||||
|
||||
CIFS share to use (get available ones with `pvesm cifsscan` or the WebUI).
|
||||
Required.
|
||||
CIFS share to use (get available ones with `pvesm scan cifs <address>` or the
|
||||
WebUI). Required.
|
||||
|
||||
username::
|
||||
|
||||
@ -42,7 +42,7 @@ password::
|
||||
|
||||
The user password. Optional.
|
||||
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::
|
||||
|
||||
@ -89,7 +89,7 @@ Examples
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user