[pve-devel] applied-series: [PATCH manager v2 1/2] ceph: mark global pg bits setting as deprecated
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Nov 12 18:18:04 CET 2023
Am 22/09/2023 um 11:25 schrieb Maximiliano Sandoval:
> This setting was removed in [1] as part of the v13.0.2 tag. Running
>
> ceph config set global osd_pg_bits 42
>
> results in
>
> Error EINVAL: unrecognized config option 'osd_pg_bits'
>
> So we mark this api as deprecated and make it a no-op operation.
>
> [1] https://github.com/ceph/ceph/commit/e6acf2d1d528a2395947d446a57bec04a3a002dc
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
>
> Since this an API call, its hard for clients to get a warning thats logged on
> the server and I opted for just marking the API as deprecated in its
> description.
>
> Differences from v1:
> - Instead of removing the api, mark it as deprecated
>
> PVE/API2/Ceph.pm | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
>
applied both patches, thanks!
More information about the pve-devel
mailing list