From 5e8e277d74afb2222f347633c3348808dd9cd7a7 Mon Sep 17 00:00:00 2001 From: oneoneonepig Date: Thu, 7 Nov 2019 13:20:50 +0800 Subject: [PATCH] doc: add sudo in ceph status command The keyring is created with sudo privilege, the current normal user won't have access to it Signed-off-by: Jeffrey Chu --- doc/install/manual-deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index b30bd143371..1852dae85da 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -254,7 +254,7 @@ The procedure is as follows: #. Verify that the monitor is running. :: - ceph -s + sudo ceph -s You should see output that the monitor you started is up and running, and you should see a health error indicating that placement groups are stuck -- 2.39.5