From: Kefu Chai Date: Tue, 17 Oct 2017 04:10:55 +0000 (+0800) Subject: osd,mon: change "mon_max_pg_per_osd" to uint64_t X-Git-Tag: v13.0.1~533^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d68197376b6cf48c6679d77ec9f28f279f3da68;p=ceph.git osd,mon: change "mon_max_pg_per_osd" to uint64_t as it should never be a negative number. if this option is disabled, it's 0. Signed-off-by: Kefu Chai --- diff --git a/src/common/options.cc b/src/common/options.cc index c0d4b7383ea0..61d6b405ee60 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1052,7 +1052,7 @@ std::vector