]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/osd_types: reorder pg_num_max
authorKamoltat <ksirivad@redhat.com>
Mon, 28 Feb 2022 21:38:34 +0000 (21:38 +0000)
committerKamoltat <ksirivad@redhat.com>
Wed, 2 Mar 2022 22:32:02 +0000 (22:32 +0000)
commite44c469f59eaef18ecd3c3b348981939043eae02
tree79043845b2f854f7abb9e5c6c0702d5eb2dfe684
parentc1a4d9ce496f0fad7e1b7428d40a8137ff58239a
osd/osd_types: reorder pg_num_max

moved `pg_num_max` to be at the end of the
list in src/osd/osd_types.cc and
src/osd/osd_types.h.

Added comments to `opt_mapping` and `pool_opts_t`
about the importance of the order of options
in the list and class.

Fixes: https://tracker.ceph.com/issues/54263
Signed-off-by: Kamoltat <ksirivad@redhat.com>
src/osd/osd_types.cc
src/osd/osd_types.h