mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-05 23:39:16 +00:00
Fix in live repo
This commit is contained in:
parent
14e4c56625
commit
a148c48187
@ -252,10 +252,15 @@ nfs | dir)
|
||||
DISK_IMPORT="-format qcow2"
|
||||
;;
|
||||
btrfs)
|
||||
DISK_EXT=""
|
||||
DISK_EXT=".raw"
|
||||
DISK_REF="$VMID/"
|
||||
DISK_IMPORT="-format raw"
|
||||
;;
|
||||
zfspool)
|
||||
DISK_EXT=""
|
||||
DISK_REF=""
|
||||
DISK_IMPORT="-format raw"
|
||||
;;
|
||||
esac
|
||||
|
||||
DISK_VAR="vm-${VMID}-disk-0${DISK_EXT:-}"
|
||||
|
Loading…
Reference in New Issue
Block a user