From a24323bc7aa8ba54fce5b95952cb63ac40fd7e5b Mon Sep 17 00:00:00 2001 From: Osa1989 Date: Thu, 13 Jun 2019 10:31:02 +0200 Subject: [PATCH] doc/releases/nautilus.rst: fix command to check min_compat_client Command should be "ceph osd dump | grep min_compat_client" Signed-off-by: Osama Elswah --- doc/releases/nautilus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index e39e37f5751bb..484f6c3ff7b42 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -19,7 +19,7 @@ Notable Changes If possible, we recommend that you set the oldest allowed client to `hammer` or later. You can tell what the current oldest allowed client is with:: - ceph osd dump | min_compat_client + ceph osd dump | grep min_compat_client If the current value is older than hammer, you can tell whether it is safe to make this change by verifying that there are no clients -- 2.39.5