From bdb98ad8f94e22153e301e7cfc38011d1d7a22d1 Mon Sep 17 00:00:00 2001 From: Prashant D Date: Wed, 29 Sep 2021 07:13:56 +0100 Subject: [PATCH] doc/dev/mon-bootstrap: fix typo Signed-off-by: Prashant D --- doc/dev/mon-bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/mon-bootstrap.rst b/doc/dev/mon-bootstrap.rst index 2b67b470765c..8cd7e3986bf1 100644 --- a/doc/dev/mon-bootstrap.rst +++ b/doc/dev/mon-bootstrap.rst @@ -138,7 +138,7 @@ the cluster:: mon initial members = foo, bar, baz The monitors can then be initialized by providing the other pieces of -information (they keyring, cluster fsid, and a way of determining +information (the keyring, cluster fsid, and a way of determining their own address). For example:: ceph-mon --mkfs -i --mon-initial-hosts 'foo,bar,baz' --keyring --public-addr -- 2.47.3