mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 13:51:51 +00:00
added cifs support in ubuntu2404-vm.sh (#1461)
added cifs to case $STORAGE_TYPE in nfs | dir | cifs) So VMs can be deployed on cifs shares
This commit is contained in:
parent
2f20db8a42
commit
5c11b67507
@ -370,7 +370,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…
x
Reference in New Issue
Block a user