]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: change "mon_pg_warn_min_per_osd" to uint64_t
authorKefu Chai <kchai@redhat.com>
Tue, 17 Oct 2017 04:17:09 +0000 (12:17 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 8 Nov 2017 04:58:19 +0000 (12:58 +0800)
commit04852a400483b6459985be80a7773ef153c04b1e
tree7b03729db4f6bf7014060b3a6712a5dd24469594
parent8e3227ad51fa4909a39eb0d05798b48200a03fc5
mon: change "mon_pg_warn_min_per_osd" to uint64_t

* this silences a warning from -Wsign-compare.
* also switch all its user to the new-style option

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c3cd0c13a1585388df0f17ab53c170e39c711615)
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/PGMap.cc