Skip to content

Commit

Permalink
shared/version: Add osd pool size API extension
Browse files Browse the repository at this point in the history
Signed-off-by: Max Asnaashari <[email protected]>
  • Loading branch information
masnax committed Sep 4, 2024
1 parent 59cdf8e commit 44590c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2457,3 +2457,6 @@ This can be used by a virtual machine running LXD to access raw images from the

Adds a new `virtio-blk` value for `io.bus` on `disk` devices which allows
for the attached disk to be connected to the `virtio-blk` bus.

## `storage_ceph_osd_pool_size`
This introduces the configuration keys {config:option}`storage-ceph-pool-conf:ceph.osd.pool_size`, and {config:option}`storage-cephfs-pool-conf:cephfs_osd.pool_size` to be used when adding or updating a `ceph` or `cephfs` storage pool to instruct LXD to create set the replication size for the underlying OSD pools.
1 change: 1 addition & 0 deletions shared/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ var APIExtensions = []string{
"instance_protection_start",
"devlxd_images_vm",
"disk_io_bus_virtio_blk",
"storage_ceph_osd_pool_size",
}

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

0 comments on commit 44590c2

Please sign in to comment.