Skip to content

Commit

Permalink
api: Add vm_zfs_storage_disk_live_resize and `vm_lvm_storage_disk_l…
Browse files Browse the repository at this point in the history
…ive_resize` API extension

Signed-off-by: Kadin Sayani <[email protected]>
  • Loading branch information
kadinsayani committed Oct 9, 2024
1 parent abb9f5a commit 877ed7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2501,3 +2501,11 @@ Expands APIs under `/1.0/auth` to include:
The caller must provide a base64 encoded x509 certificate in the `certificate` field of the request body.
Fine-grained TLS identities may update their own certificate.
To update the certificate of another identity, the caller must have `can_edit` on the identity.

## `vm_zfs_storage_disk_live_resize`

This enables resizing of virtual machine `zfs` disks without requiring a restart for the changes to take effect.

## `vm_lvm_storage_disk_live_resize`

This enables resizing of virtual machine `lvm` disks without requiring a restart for the changes to take effect.
2 changes: 2 additions & 0 deletions shared/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ var APIExtensions = []string{
"ubuntu_pro_guest_attach",
"metadata_configuration_entity_types",
"access_management_tls",
"vm_zfs_storage_disk_live_resize",
"vm_lvm_storage_disk_live_resize",
}

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

0 comments on commit 877ed7d

Please sign in to comment.