canonical / gomaasclient

Go MAAS client
Apache License 2.0
23 stars 28 forks source link

Feature Request: Add LVM Interfaces #86

Closed sempervictus closed 3 weeks ago

sempervictus commented 4 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 4 months 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: