Compare commits

..

No commits in common. "8d55efd704e321f38aeba19004396e234774b61d" and "c702652a000056c0d9189bffa8b6111b5088b0bd" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -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"