]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: fix the hint for set-allow-crimson 53289/head
authorRadosław Zarzyński <rzarzyns@redhat.com>
Fri, 1 Sep 2023 17:39:49 +0000 (19:39 +0200)
committerRadosław Zarzyński <rzarzyns@redhat.com>
Tue, 5 Sep 2023 14:24:30 +0000 (16:24 +0200)
Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
src/mon/OSDMonitor.cc

index 4ad44d0309d5c960e0912b2d09b19fa2f837b368..ebb130a072cd971496daebf9377662c3fcf48e7c 100644 (file)
@@ -3518,7 +3518,7 @@ bool OSDMonitor::preprocess_boot(MonOpRequestRef op)
       if (!osdmap.get_allow_crimson()) {
        mon.clog->info()
          << "Disallowing boot of crimson-osd without allow_crimson "
-         << "OSDMap flag.  Run ceph osd set_allow_crimson to set "
+         << "OSDMap flag.  Run ceph osd set-allow-crimson to set "
          << "allow_crimson flag.  Note that crimson-osd is "
          << "considered unstable and may result in crashes or "
          << "data loss.  Its usage should be restricted to "