]> git.proxmox.com Git - pve-manager.git/commit
ceph: add autoscale_status to api calls
authorAlwin Antreich <a.antreich@proxmox.com>
Tue, 20 Apr 2021 08:15:15 +0000 (10:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Apr 2021 16:20:35 +0000 (18:20 +0200)
commit5a3d79424245d20c88d16dc73c111ad5dc6627ff
tree388ca3ff0a544a2c185bf6aa990a0e2579530a03
parentd7518964d9481d6c7916af9f106b10990348778d
ceph: add autoscale_status to api calls

the properties target_size_ratio, target_size_bytes and pg_num_min are
used to fine-tune the pg_autoscaler and are set on a pool. The updated
pool list shows now autoscale settings & status. Including the new
(optimal) target PGs. To make it easier for new users to get/set the
correct amount of PGs.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Ceph/Pools.pm
PVE/CLI/pveceph.pm