Skip to content

Commit 89971d5

Browse files
authored
added cifs support in ubuntu2404-vm.sh
added cifs to case $STORAGE_TYPE in nfs | dir | cifs) So VMs can be deployed on cifs shares
1 parent 2f62024 commit 89971d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/ubuntu2404-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ msg_ok "Downloaded ${CL}${BL}${FILE}${CL}"
370370

371371
STORAGE_TYPE=$(pvesm status -storage $STORAGE | awk 'NR>1 {print $2}')
372372
case $STORAGE_TYPE in
373-
nfs | dir)
373+
nfs | dir | cifs)
374374
DISK_EXT=".qcow2"
375375
DISK_REF="$VMID/"
376376
DISK_IMPORT="-format qcow2"

0 commit comments

Comments
 (0)