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_REF="$VMID/"
DISK_IMPORT="-format qcow2" DISK_IMPORT="-format qcow2"
;; ;;
btrfs | zfspool) btrfs)
DISK_EXT="" DISK_EXT=".raw"
DISK_REF="$VMID/" DISK_REF="$VMID/"
DISK_FORMAT="subvol" DISK_FORMAT="subvol"
DISK_IMPORT="-format raw" DISK_IMPORT="-format raw"