From 34bc35a73443fa56908395a83ea2dd404a8fc4a6 Mon Sep 17 00:00:00 2001 From: rhkelson <119636079+rhkelson@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:39:08 -0600 Subject: [PATCH] doc/cephadm: Update operations.rst Fixed typo 'no' to 'not' in sentence "If this test fails, cephadm will no be able to manage services on that host." Signed-off-by: rhkelson <119636079+rhkelson@users.noreply.github.com> --- doc/cephadm/operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index 420ee655ac8ba..22d91c39b0622 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -375,7 +375,7 @@ One or more hosts have failed the basic cephadm host check, which verifies that (1) the host is reachable and cephadm can be executed there, and (2) that the host satisfies basic prerequisites, like a working container runtime (podman or docker) and working time synchronization. -If this test fails, cephadm will no be able to manage services on that host. +If this test fails, cephadm will not be able to manage services on that host. You can manually run this check by running the following command: -- 2.39.5