I am trying to create a zfs vm:
make update base kernel vm-qcow2,4G,never,efi SETTINGS=26.1 VERSION=26.1.8 DEVICE=ARM64VM ZFS=orange
My build system is using zfs:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zroot 140G 60.5G 79.0G - - 22% 43% 1.00x ONLINE -
When I run the make command I see the parameter passed:
PRODUCT_ZFS_REQUESTED=orange
I eventually see an error:
Setting up stage in /usr/obj/usr/tools/config/26.1/aarch64
cannot create 'zroot': pool already exists
Is it not possible to create a zfs vm-image on a zfs build system?
I am trying to create a zfs vm:
make update base kernel vm-qcow2,4G,never,efi SETTINGS=26.1 VERSION=26.1.8 DEVICE=ARM64VM ZFS=orange
My build system is using zfs:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zroot 140G 60.5G 79.0G - - 22% 43% 1.00x ONLINE -
When I run the make command I see the parameter passed:
PRODUCT_ZFS_REQUESTED=orange
I eventually see an error:
Is it not possible to create a zfs vm-image on a zfs build system?