From 44c24aaf33a6b3f552c49da7da63656f097c3914 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rados=C5=82aw=20Zarzy=C5=84ski?= Date: Fri, 1 Sep 2023 19:39:49 +0200 Subject: [PATCH] mon/OSDMonitor: fix the hint for set-allow-crimson MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław Zarzyński --- 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 4ad44d0309d..ebb130a072c 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -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 " -- 2.39.5