Files
Peter Sabaini 179572ca55 interfaces/builtin: allow ZFS vols as a block-device (#13067)
* interfaces: allow ZFS vols as a block-device

ZFS is a versatile tool in managing block storage. Allowing ZFS vols
as block-devices would enable additional scenarios for snaps (like
MicroCeph) that need to deal with block storage. Specifically for
MicroCeph it could be useful for testing and development scenarios
where OSD block devices are expected without requiring actual physical
disks.

Adding the /dev/zfs ioctrl device would enable snaps to automatically
manage these volumes.

Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>

* Address review comments

Remove zfs partitions from block devs interface until we have more
clarity around bug https://bugs.launchpad.net/snapd/+bug/2033883

---------

Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
2024-03-15 11:41:51 +01:00
..