]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Updated URLs for the new ceph.com site.
authorJohn Wilkins <john.wilkins@dreamhost.com>
Thu, 3 May 2012 16:42:56 +0000 (09:42 -0700)
committerJohn Wilkins <john.wilkins@dreamhost.com>
Thu, 3 May 2012 16:42:56 +0000 (09:42 -0700)
Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
doc/config-cluster/deploying_ceph_with_mkcephfs.rst
doc/install/download_packages.rst
doc/source/downloading_a_ceph_release.rst

index 6be4cee71f324aa47b414b08053b1457d59b858c..b31a41465fcd2e27d08800cac1cea5cbda4e78ac 100644 (file)
@@ -12,8 +12,13 @@ To run ``mkcephfs``, execute the following::
 
        $ mkcephfs -a -c <path>/ceph.conf -k mycluster.keyring
        
-The script adds an admin key to the ``mycluster.keyring``, which is analogous to a root password. Ceph should begin operating. 
-You can check on the health of your Ceph cluster with the following:: 
+The script adds an admin key to the ``mycluster.keyring``, which is analogous to a root password. 
 
-       ceph -k mycluster.keyring -c mycluster.conf health
+To start the cluster, execute the following:: 
+
+       /etc/init.d/ceph -a start
+
+Ceph should begin operating. You can check on the health of your Ceph cluster with the following:: 
+
+       ceph -k mycluster.keyring -c <path>/ceph.conf health
 
index e3f86694078b5997a21f9e6f223a2dbacfe92b6e..c46724ee7789744db4f0844a2b40e7ca97d7d354 100644 (file)
@@ -37,40 +37,10 @@ the release packages and updates and install them with ``apt``, you must add a
        
 Open the file and add the following line::
 
-       deb http://ceph.newdream.net/debian/{BRANCH}/ {DISTRO} main
-
-Remember to replace ``{BRANCH}`` with the branch you want to use and replace 
-``{DISTRO}`` with the Linux distribution for your host. Then, save the file.
-
-Adding Autobuild Packages to APT
---------------------------------
-We provide unstable release packages for Debian/Ubuntu, which contain the 
-latest code and bug fixes. The autobuild packages are signed signed with 
-the ``autobuild.asc`` key. To install an autobuild package, you must first 
-add an autobuild key::
-
-       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc \ | sudo apt-key add -
-
-.. warning:: The following commands make your computer trust any code
-   that makes it into ``ceph.git``, including work in progress
-   branches and versions of code with possible security issues (that
-   were fixed afterwards). Use at your own risk!
-
-For Debian/Ubuntu releases, we use the Advanced Package Tool (APT). To 
-retrieve the autobuild packages and updates and install them with ``apt``, 
-you must add a ``ceph.list`` file to your ``apt`` configuration with the 
-following path::
-
-       etc/apt/sources.list.d/ceph.list
-       
-Open the file and add the following lines::
-
-       deb http://ceph.newdream.net/debian-snapshot-amd64/{BRANCH}/ {DISTRO} main
-       deb-src http://ceph.newdream.net/debian-snapshot-amd64/{BRANCH}/ {DISTRO} main
-
-Remember to replace ``{BRANCH}`` with the branch you want to use and replace 
-``{DISTRO}`` with the Linux distribution for your host. Then, save the file.
+       deb http://ceph.com/debian/ {DISTRO} main
 
+Remember to replace ``{DISTRO}`` with the Linux distribution for your host. 
+Then, save the file.
 
 Downloading Packages
 --------------------
index 27524afcdc672715a28cb12776d26c1299179bb9..d9f8c7facc0470b29afdc05a8929a338adbf1ba9 100644 (file)
@@ -5,4 +5,4 @@
 As Ceph development progresses, the Ceph team releases new versions of the 
 source code. You may download source code tarballs for Ceph releases here:
 
-`Ceph Release Tarballs <http://ceph.newdream.net/download/>`_
+`Ceph Release Tarballs <http://ceph.com/download/>`_