Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster
8d55efd704 Update mikrotik-routeros.sh
tweak
2024-02-17 20:07:03 -05:00
tteckster
94cf9da7a1 Update mikrotik-routeros.sh
add zfspool
2024-02-17 19:50:07 -05:00

View File

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