mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 02:14:37 +00:00
add cifs support
This commit is contained in:
parent
81be2a49c0
commit
dc03df6f8a
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ msg_ok "Downloaded ${CL}${BL}${FILE}${CL}"
|
|||
|
||||
STORAGE_TYPE=$(pvesm status -storage $STORAGE | awk 'NR>1 {print $2}')
|
||||
case $STORAGE_TYPE in
|
||||
nfs | dir)
|
||||
nfs | dir | cifs)
|
||||
DISK_EXT=".qcow2"
|
||||
DISK_REF="$VMID/"
|
||||
DISK_IMPORT="-format qcow2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue