I get the following error when trying to create a pool with only 1 copy:
It seems to default to 3.
pveceph pool create readers --min_size 1 --size 1 --pg_num 512
mon_command failed - pg_num 512 size 3 would mean 1920 total pgs, which exceeds max 1500 (mon_max_pg_per_osd 250 * num_in_osds 6)
It seems to default to 3.
Last edited: