Hi
I do some experiments with inucs-os. Thanks to the good docs, the installation on real hardware worked out quiet well for me.
However, I cannot figure out how to create an additional ZFS pool inside of my incus-os installation.
What I tried so far:
incus remote switch MY_INCUSOS_REMOTE
incus admin os system storage show
incus admin os system storage edit
The storage show command gives me the /dev/disk/by-id/… of my two nvme ssds. With the edit command i tried to create a zfs-raid1 pool with those two drives. However, as soon as I save the changes I get the error:
WARNING: The IncusOS API and configuration is subject to change
Config parsing error: no pool configuration provided
Press enter to open the editor again or ctrl+c to abort change
I even get this error when i close the editor without changing anything in the storage config.
My current system:
WARNING: The IncusOS API and configuration is subject to change
environment:
hostname: 00000000-0000-0000-0000-905a08aa1566
os_name: IncusOS
os_version: "202511292320"
What do I miss?
Thanks, Patrik