From: Alexandre Marangone Date: Fri, 31 Jan 2014 21:51:47 +0000 (-0800) Subject: doc: rgw: el6 documentation fixes X-Git-Tag: v0.78~236^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee4cfda1511ea01b19baa1985cf75bfbf21ac401;p=ceph.git doc: rgw: el6 documentation fixes - fix a couple of typo for repo configuration and service restart - the ceph package must be installed on RPM distro since the init script relies on ceph-conf - Note on radosgw service name for RPM distro Signed-off-by: Alexandre Marangone --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 3b51898bc2b8..6baf7ef6df7c 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -116,7 +116,7 @@ To install Apache with 100-continue, execute the following steps: [fastcgi-ceph-basearch] name=FastCGI basearch packages for Ceph - baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-centos6-x86_64-basic/ref/master + baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-{distro}-x86_64-basic/ref/master enabled=1 priority=2 gpgcheck=1 @@ -125,7 +125,7 @@ To install Apache with 100-continue, execute the following steps: [fastcgi-ceph-noarch] name=FastCGI noarch packages for Ceph - baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-centos6-x86_64-basic/ref/master + baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-{distro}-x86_64-basic/ref/master enabled=1 priority=2 gpgcheck=1 @@ -134,7 +134,7 @@ To install Apache with 100-continue, execute the following steps: [fastcgi-ceph-source] name=FastCGI source packages for Ceph - baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-centos6-x86_64-basic/ref/master + baseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-{distro}-x86_64-basic/ref/master enabled=0 priority=2 gpgcheck=1 @@ -209,7 +209,7 @@ RPM-based Packages #. Restart Apache so that the foregoing changes take effect.. :: - etc/init.d/httpd restart + /etc/init.d/httpd restart .. _RFC 2616, Section 8: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html .. _gitbuilder.ceph.com: http://gitbuilder.ceph.com @@ -346,7 +346,7 @@ RPM Packages To install the Ceph Object Gateway daemon, execute the following:: - yum install ceph-radosgw + yum install ceph-radosgw ceph To install the Ceph Object Gateway synchronization agent, execute the diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index cf00e0c2a367..4d54e761bcf7 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -239,6 +239,8 @@ restarting your ``ceph`` and ``apache`` services. Then, start up the sudo service apache2 restart sudo /etc/init.d/radosgw start +.. note:: The service name on RPM based distribution is ceph-radosgw. + See `Operating a Cluster`_ for details. Some versions of Ceph use different methods for starting and stopping clusters.