From: John Wilkins Date: Thu, 3 May 2012 16:42:56 +0000 (-0700) Subject: Updated URLs for the new ceph.com site. X-Git-Tag: v0.47~55^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3226722c8391e7e9ccff3cbd3d702e3bc495af45;p=ceph.git Updated URLs for the new ceph.com site. Signed-off-by: John Wilkins --- diff --git a/doc/config-cluster/deploying_ceph_with_mkcephfs.rst b/doc/config-cluster/deploying_ceph_with_mkcephfs.rst index 6be4cee71f32..b31a41465fcd 100644 --- a/doc/config-cluster/deploying_ceph_with_mkcephfs.rst +++ b/doc/config-cluster/deploying_ceph_with_mkcephfs.rst @@ -12,8 +12,13 @@ To run ``mkcephfs``, execute the following:: $ mkcephfs -a -c /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 /ceph.conf health diff --git a/doc/install/download_packages.rst b/doc/install/download_packages.rst index e3f86694078b..c46724ee7789 100644 --- a/doc/install/download_packages.rst +++ b/doc/install/download_packages.rst @@ -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 -------------------- diff --git a/doc/source/downloading_a_ceph_release.rst b/doc/source/downloading_a_ceph_release.rst index 27524afcdc67..d9f8c7facc04 100644 --- a/doc/source/downloading_a_ceph_release.rst +++ b/doc/source/downloading_a_ceph_release.rst @@ -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 `_ +`Ceph Release Tarballs `_