Closed sempervictus closed 3 weeks ago
Hi @sempervictus. It seems that to support LVM storage layout we are missing gomaasclient support for the following endpoints:
As for ZFS, gomaasclient already supports:
BlockDevicePartitions.Create
to create a partitionBlockDevicePartition.Format
to format the partition with fsType=zfsroot
BlockDevicePartition.Mount
to mount the partition to e.g. /
with mountPoint=/
I am using this issue to track the support for Volume Groups / Volume Group Logical Volumes
Thank you for opening it :slightly_smiling_face:
The client supports RAID and BCache sets but does not seem to handle LVM (or ZFS) layouts. There are currently requests up on the TF provider issue tracker to handle these resources/data types which would first mandate implementation at this layer.