Update mikrotik-routeros.sh

add zfspool
This commit is contained in:
tteckster 2024-02-17 19:50:07 -05:00 committed by GitHub
parent c702652a00
commit 94cf9da7a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ nfs | dir)
DISK_REF="$VMID/"
DISK_IMPORT="-format qcow2"
;;
btrfs)
btrfs | zfspool)
DISK_EXT=".raw"
DISK_REF="$VMID/"
DISK_FORMAT="subvol"