]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: fix tip when decreasing pg_num 26605/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 23 Feb 2019 07:19:23 +0000 (15:19 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 23 Feb 2019 07:50:40 +0000 (15:50 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mon/OSDMonitor.cc

index b0c9fa18d77bbbbe4d1748843751a4ea318f086d..92aa47cd6a5ebbe7f564ac380fa57d195eabd7fe 100644 (file)
@@ -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;
       }
     }