From: John Wilkins Date: Tue, 8 Apr 2014 22:54:17 +0000 (-0700) Subject: doc: Made minor changes to quick start preflight for RHEL. X-Git-Tag: v0.80-rc1~78 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43f0519b98c08d94aa6a2f6cd1733efeb2940424;p=ceph.git doc: Made minor changes to quick start preflight for RHEL. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 09c8987a2d6a..7118936c9340 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -75,8 +75,8 @@ following steps: sudo vim /etc/yum.repos.d/ceph.repo - Paste the following example code. Replace ``{ceph-stable-release}`` with - the recent stable release of Ceph (e.g., ``dumpling``). Replace ``{distro}`` + Paste the following example code. Replace ``{ceph-release}`` with + the recent major release of Ceph (e.g., ``firefly``). Replace ``{distro}`` with your Linux distribution (e.g., ``el6`` for CentOS 6, ``rhel6`` for Red Hat 6, ``fc18`` or ``fc19`` for Fedora 18 or Fedora 19, and ``sles11`` for SLES 11). Finally, save the contents to the @@ -84,7 +84,7 @@ following steps: [ceph-noarch] name=Ceph noarch packages - baseurl=http://ceph.com/rpm-{ceph-stable-release}/{distro}/noarch + baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/noarch enabled=1 gpgcheck=1 type=rpm-md @@ -96,6 +96,11 @@ following steps: sudo yum update && sudo yum install ceph-deploy +.. note:: Some distributions (e.g., RHEL) require you to comment out + ``Default requiretty`` in the ``/etc/sudoers`` file for ``ceph-deploy`` to + work properly. If editing, ``/etc/sudoers``, ensure that you use + ``sudo visudo`` rather than a text editor. + Ceph Node Setup ===============