Hi.
MY CONFIG : 3 hosts with PVE 8.4.1 and ceph reef, 10gb ethernet dedicated ceph network.
Each host have single osd which is 8tb hdd cmr drive.
WHAT I DID : Created 5 pools with defaul settings.
WHAT I NEED TO DO : Create 15 more pools.
PROBLEM : Ceph started screaming "too many pgs per osd".
WHY PROBLEM SURFACED : As far as I understood placement group is a thread which calculates destination of ceph object.
This calculation is done independently for each pool.
That means that 128 pg threads is adequate for single pool on 3osd.
But for 20 pools will be having 2560 placement groups per osd. Ceph will not be happy.
QUESTION: Can i supress this warning ?
At any time only single pool will have writes.
Does that mean that out of 2560 potential pg threads only 128 will be started ?
MY CONFIG : 3 hosts with PVE 8.4.1 and ceph reef, 10gb ethernet dedicated ceph network.
Each host have single osd which is 8tb hdd cmr drive.
WHAT I DID : Created 5 pools with defaul settings.
WHAT I NEED TO DO : Create 15 more pools.
PROBLEM : Ceph started screaming "too many pgs per osd".
WHY PROBLEM SURFACED : As far as I understood placement group is a thread which calculates destination of ceph object.
This calculation is done independently for each pool.
That means that 128 pg threads is adequate for single pool on 3osd.
But for 20 pools will be having 2560 placement groups per osd. Ceph will not be happy.
QUESTION: Can i supress this warning ?
At any time only single pool will have writes.
Does that mean that out of 2560 potential pg threads only 128 will be started ?
Last edited: