]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: change "mon_pg_warn_min_per_osd" to uint64_t 18358/head
authorKefu Chai <kchai@redhat.com>
Tue, 17 Oct 2017 04:17:09 +0000 (12:17 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Oct 2017 15:08:41 +0000 (23:08 +0800)
commitc3cd0c13a1585388df0f17ab53c170e39c711615
tree1bcae9dd5ac75eff67b2a7aef8ca90048bed6117
parent0d68197376b6cf48c6679d77ec9f28f279f3da68
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>
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/PGMap.cc