Skip to content

Commit

Permalink
api: storage_lvm_cluster_create
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Oct 2, 2024
1 parent d33e224 commit debc946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2619,3 +2619,7 @@ which returns load-balancer health check information (when configured).
## `instance_nic_macvlan_mode`

This adds a `mode` configuration key on `macvlan` network interfaces which allows for configuring the Macvlan mode.

## `storage_lvm_cluster_create`

Allow for creating new LVM cluster pools by setting the `source` to the shared block device.
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ var APIExtensions = []string{
"instances_state_os_info",
"network_load_balancer_state",
"instance_nic_macvlan_mode",
"storage_lvm_cluster_create",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit debc946

Please sign in to comment.