]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/radosgw/troubleshooting.rst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / 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