Hello.
I got a small pve cluster setup and i'm testing out ceph to see if it is something i want to use or not.
The question i have is about the pg_autoscaler.
If i look at the list of pools and check the column "Optimal # of PGs" this is listed as n/a and if i hover over it i get a tooltip with: "Needs pg_autoscale module enabled"
So i then check if this is the case or not:
And according to proxmox autoscale mode is set to on on the pools already so i should be ok.
and "ceph osd pool autoscale-status" produces no output.
Any idea why?
I must have missed something.
Clearly the message in the tooltip is wrong because it is always enabled so it is not that helpful.
Target size and target ratio i understood to be optional, probably good to set it to something but i think the auto scaler should work anyway, or?
At least produce some kind output.
I got a small pve cluster setup and i'm testing out ceph to see if it is something i want to use or not.
The question i have is about the pg_autoscaler.
If i look at the list of pools and check the column "Optimal # of PGs" this is listed as n/a and if i hover over it i get a tooltip with: "Needs pg_autoscale module enabled"
So i then check if this is the case or not:
Code:
# ceph mgr module enable pg_autoscaler
module 'pg_autoscaler' is already enabled (always-on)
and "ceph osd pool autoscale-status" produces no output.
Any idea why?
I must have missed something.
Clearly the message in the tooltip is wrong because it is always enabled so it is not that helpful.
Target size and target ratio i understood to be optional, probably good to set it to something but i think the auto scaler should work anyway, or?
At least produce some kind output.