From a31b9e9c7569419a8f86968feec9e9db8cd2c157 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 6 May 2014 03:54:08 -0700 Subject: [PATCH] doc: Added sudo to setenforce. Restored merge artifact. Signed-off-by: John Wilkins --- doc/radosgw/config.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 40e158b05dbc9..b47c8b9a74fcd 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -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. :: @@ -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 @@ -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. -- 2.39.5