[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
[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
[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
#. 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
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
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.