Signed-off-by: Thomas Schneider <thomas@brainfuck.space>
# divided by the number of replicas (i.e., osd pool default size). So for
# 10 OSDs and osd pool default size = 4, we'd recommend approximately
# (100 * 10) / 4 = 250.
+ # always use the nearest power of 2
- osd pool default pg num = 250
- osd pool default pgp num = 250
+ osd pool default pg num = 256
+ osd pool default pgp num = 256
## divided by the number of replicas (i.e., osd pool default size). So for
## 10 OSDs and osd pool default size = 3, we'd recommend approximately
## (100 * 10) / 3 = 333
+ ## always round to the nearest power of 2
# Description: The default number of placement groups for a pool. The
# default value is the same as pg_num with mkpool.