mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
c702652a00
...
8d55efd704
Author | SHA1 | Date |
---|---|---|
|
8d55efd704 | |
|
94cf9da7a1 |
|
@ -251,8 +251,8 @@ nfs | dir)
|
||||||
DISK_REF="$VMID/"
|
DISK_REF="$VMID/"
|
||||||
DISK_IMPORT="-format qcow2"
|
DISK_IMPORT="-format qcow2"
|
||||||
;;
|
;;
|
||||||
btrfs)
|
btrfs | zfspool)
|
||||||
DISK_EXT=".raw"
|
DISK_EXT=""
|
||||||
DISK_REF="$VMID/"
|
DISK_REF="$VMID/"
|
||||||
DISK_FORMAT="subvol"
|
DISK_FORMAT="subvol"
|
||||||
DISK_IMPORT="-format raw"
|
DISK_IMPORT="-format raw"
|
||||||
|
|
Loading…
Reference in New Issue