]> git.proxmox.com Git - pve-manager.git/commit
ceph: mark global pg bits setting as deprecated
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Fri, 22 Sep 2023 09:25:25 +0000 (11:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 17:17:04 +0000 (18:17 +0100)
commit9b15baf29f02ff6c760bbcd3f81223957414dc55
tree258a006345cb58f08666b75942ae3b62a1d21dce
parent872e9978fd4c69337e2766dd5ca89b6bf2bc3e27
ceph: mark global pg bits setting as deprecated

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@proxmox.com>
PVE/API2/Ceph.pm