Skip to content

Commit

Permalink
doc: Added sudo to setenforce. Restored merge artifact.
Browse files Browse the repository at this point in the history
Signed-off-by: John Wilkins <[email protected]>
  • Loading branch information
John Wilkins committed May 6, 2014
1 parent 5158272 commit a31b9e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/radosgw/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Create Data Directory

Deployment scripts may not create the default Ceph Object Gateway data
directory. Create data directories for each instance of a ``radosgw`` daemon
(if they don't exist). The ``host`` variables in the Ceph
(if you haven't done so already). The ``host`` variables in the Ceph
configuration file determine which host runs each instance of a ``radosgw``
daemon. The typical form specifies the ``radosgw`` daemon, the cluster name and
the daemon ID. ::
Expand Down Expand Up @@ -280,15 +280,11 @@ of a gateway configuration for Debian/Ubuntu and CentOS/RHEL.

.. rubric:: Debian/Ubuntu


.. literalinclude:: rgw-debian.conf
:language: ini


.. rubric:: CentOS/RHEL



.. literalinclude:: rgw-centos.conf
:language: ini

Expand Down Expand Up @@ -354,7 +350,7 @@ executing::
If the result is ``1`` or ``Enforcing``, execute::

setenforce 0
sudo setenforce 0

Then, restart Apache and the gateway daemon to see if that resolves the issue.
If it does, you can configure your system to disable SELinux.
Expand Down

0 comments on commit a31b9e9

Please sign in to comment.