with the new block mode, is there a way to specify block mode and filesystem at launch? I don’t want all my containers to be in zvols (actually I dont yet know whether I want it, what would be disadvantages in having zfs in zvol as opposed to have it in dataset?)
this I can do
alex@alexsv:~$ lxc storage set default volume.zfs.block_mode=true
alex@alexsv:~$ lxc storage set default volume.block.filesystem=btrfs
alex@alexsv:~$ lxc launch ubuntu:22.04 int10125
Creating int10125
Starting int10125
alex@alexsv:~$ lxc storage unset default volume.block.filesystem
alex@alexsv:~$ lxc storage unset default volume.zfs.block_mode
can I do it just for this one container? If I do it this way, someone else creating containers at the same time might inadvertently create it in block mode while my defaults are set to block.