]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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, 23 Mar 2022 14:11:21 +0000 (14:11 +0000)
commit1315a1cb51068df5a7bf5b42785bce9a4253d21e
tree9b05f452ef8bf1a5f363226470503163ecb2dcec
parent3019c540c2a6eacf9e70354c893de4024b1836e6
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>
(cherry picked from commit e44c469f59eaef18ecd3c3b348981939043eae02)
src/osd/osd_types.cc
src/osd/osd_types.h