mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "8d55efd704e321f38aeba19004396e234774b61d" and "c702652a000056c0d9189bffa8b6111b5088b0bd" have entirely different histories.
8d55efd704
...
c702652a00
|
@ -251,8 +251,8 @@ nfs | dir)
|
|||
DISK_REF="$VMID/"
|
||||
DISK_IMPORT="-format qcow2"
|
||||
;;
|
||||
btrfs | zfspool)
|
||||
DISK_EXT=""
|
||||
btrfs)
|
||||
DISK_EXT=".raw"
|
||||
DISK_REF="$VMID/"
|
||||
DISK_FORMAT="subvol"
|
||||
DISK_IMPORT="-format raw"
|
||||
|
|
Loading…
Reference in New Issue