mirror of https://github.com/tteck/Proxmox.git
parent
c702652a00
commit
94cf9da7a1
|
@ -251,7 +251,7 @@ nfs | dir)
|
||||||
DISK_REF="$VMID/"
|
DISK_REF="$VMID/"
|
||||||
DISK_IMPORT="-format qcow2"
|
DISK_IMPORT="-format qcow2"
|
||||||
;;
|
;;
|
||||||
btrfs)
|
btrfs | zfspool)
|
||||||
DISK_EXT=".raw"
|
DISK_EXT=".raw"
|
||||||
DISK_REF="$VMID/"
|
DISK_REF="$VMID/"
|
||||||
DISK_FORMAT="subvol"
|
DISK_FORMAT="subvol"
|
||||||
|
|
Loading…
Reference in New Issue