From f097950cf8de7d29ae8197cdfe2cc6b66cf54bd9 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 23 Feb 2019 15:19:23 +0800 Subject: [PATCH] mon/OSDMonitor: fix tip when decreasing pg_num Signed-off-by: xie xingguo --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.47.3