]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Fixed the paragraph and boxes.
authorScoots Hamilton <scoots@redhat.com>
Wed, 14 Nov 2018 15:27:48 +0000 (10:27 -0500)
committerScoots Hamilton <scoots@redhat.com>
Wed, 14 Nov 2018 15:27:48 +0000 (10:27 -0500)
Signed-off-by: Scoots Hamilton <scoots@redhat.com>
doc/radosgw/troubleshooting.rst

index 3e4a0577768891b2f6e2c6095beb2b3a0784904c..69c2627258b7a0a4d31a93d443cd05f99ab3cea5 100644 (file)
@@ -10,19 +10,17 @@ If you cannot start the gateway (i.e., there is no existing ``pid``),
 check to see if there is an existing ``.asok`` file from another 
 user. If an ``.asok`` file from another user exists and there is no
 running ``pid``, remove the ``.asok`` file and try to start the
-process again.
-
-This may occur when you start the process as a ``root`` user and 
+process again. This may occur when you start the process as a ``root`` user and 
 the startup script is trying to start the process as a 
 ``www-data`` or ``apache`` user and an existing ``.asok`` is 
 preventing the script from starting the daemon.
 
 The radosgw init script (/etc/init.d/radosgw) also has a verbose argument that
-can provide some insight as to what could be the issue:
+can provide some insight as to what could be the issue::
 
   /etc/init.d/radosgw start -v
 
-or
+or ::
 
   /etc/init.d radosgw start --verbose