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: v12.2.2~39^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e3227ad51fa4909a39eb0d05798b48200a03fc5;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 (cherry picked from commit 0d68197376b6cf48c6679d77ec9f28f279f3da68) --- diff --git a/src/common/options.cc b/src/common/options.cc index f0643e100ba..893fa6356b3 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1039,7 +1039,7 @@ std::vector