Just setting up a new 8 node cluster.
Each node offers two OSDs.
Looking at this what I am experiencing is that I seem to be capped at 14 OSDs for the whole cluster.
I was curious if this is just a change to Ceph.pm because I found this line:
pg_bits => {
description => "Placement group bits, used to specify the " .
"default number of placement groups.\n\nNOTE: 'osd pool " .
"default pg num' does not work for default pools.",
type => 'integer',
default => 6,
optional => 1,
minimum => 6,
maximum => 14,
Each node offers two OSDs.
Looking at this what I am experiencing is that I seem to be capped at 14 OSDs for the whole cluster.
I was curious if this is just a change to Ceph.pm because I found this line:
pg_bits => {
description => "Placement group bits, used to specify the " .
"default number of placement groups.\n\nNOTE: 'osd pool " .
"default pg num' does not work for default pools.",
type => 'integer',
default => 6,
optional => 1,
minimum => 6,
maximum => 14,