lxd icon indicating copy to clipboard operation
lxd copied to clipboard

Set OSD pool size when creating `ceph` and `cephfs` storage pools

Open masnax opened this issue 5 months ago • 5 comments

Closes #14006

Adds the keys ceph.osd.pool_size and cephfs.osd_pool_size (in keeping with the other naming schemes).

By default, if no value is supplied, the pool size will be pulled from the global default pool size. It can be set to any value larger than 0.

On update, we will try to re-apply the OSD pool size value, if it has changed.

masnax avatar Sep 04 '24 21:09 masnax