canonical / gomaasclient

Go MAAS client
Apache License 2.0
19 stars 27 forks source link

Feature Request: Add LVM Interfaces #86

Open sempervictus opened 2 months ago

sempervictus commented 2 months ago

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.

skatsaounis commented 1 month 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:

I am using this issue to track the support for Volume Groups / Volume Group Logical Volumes

Thank you for opening it :slightly_smiling_face: