From 310796a9dd2fd2a9e55ce5cefc9522c7f7d1bfca Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 31 Oct 2012 14:12:21 -0700 Subject: [PATCH] doc: tiny syntax fix. Signed-off-by: John Wilkins --- doc/radosgw/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 9a63ab8352e40..3e14a20e1fe1b 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -40,7 +40,7 @@ The ``mkcephfs`` deployment script may not create the default RGW data directory. Create data directories for each instance of a ``radosgw`` daemon (if you haven't done so already). The ``host`` variables in the ``ceph.conf`` file determine which host runs each instance of a ``radosgw`` daemon. The typical form -specifes the daemon ``radosgw``, the cluster name and the daemon ID. +specifes the daemon ``radosgw``, the cluster name and the daemon ID. :: sudo mkdir -p /var/lib/ceph/radosgw/{$cluster}-{$id} -- 2.39.5