]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw: el6 documentation fixes 1174/head
authorAlexandre Marangone <alexandre.marangone@inktank.com>
Fri, 31 Jan 2014 21:51:47 +0000 (13:51 -0800)
committerAlexandre Marangone <alexandre.marangone@inktank.com>
Fri, 31 Jan 2014 21:55:55 +0000 (13:55 -0800)
- 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 <alexandre.marangone@inktank.com>
doc/install/install-ceph-gateway.rst
doc/radosgw/config.rst

index 3b51898bc2b8b1da99d8d0e098ed28cbdf51e861..6baf7ef6df7c4ec140c65a46f9a28740fafef52c 100644 (file)
@@ -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
index cf00e0c2a3676fe5ff8f672165c6c8c30c49abfa..4d54e761bcf799b93ea1a82128eae78739b6937d 100644 (file)
@@ -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.