From: xie xingguo Date: Sat, 23 Feb 2019 07:19:23 +0000 (+0800) Subject: mon/OSDMonitor: fix tip when decreasing pg_num X-Git-Tag: v14.1.1~94^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f097950cf8de7d29ae8197cdfe2cc6b66cf54bd9;p=ceph.git mon/OSDMonitor: fix tip when decreasing pg_num Signed-off-by: xie xingguo --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index b0c9fa18d77..92aa47cd6a5 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -7209,7 +7209,7 @@ int OSDMonitor::prepare_command_pool_set(const cmdmap_t& cmdmap, } } else { if (osdmap.require_osd_release < CEPH_RELEASE_NAUTILUS) { - ss << "nautilus OSDs are required to adjust pg_num_pending"; + ss << "nautilus OSDs are required to decrease pg_num"; return -EPERM; } }