diff options
author | Kefu Chai <kchai@redhat.com> | 2021-07-01 10:25:19 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-07-01 10:38:56 +0200 |
commit | 71e6adac35597b63e1262a3f9b6383d25b158bb1 (patch) | |
tree | db84a74d12995c4d77d8a6bbbf8e089f362b2adf /doc/install | |
parent | Merge pull request #42080 from cyx1231st/wip-seastore-fix-cache (diff) | |
download | ceph-71e6adac35597b63e1262a3f9b6383d25b158bb1.tar.xz ceph-71e6adac35597b63e1262a3f9b6383d25b158bb1.zip |
doc/install/get-packages: s/el7/el8/
since we don't build for el7 anymore. replace all occurrences of el7 with
el8.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/get-packages.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index 41130e4e4be..dd6b14f433f 100644 --- a/doc/install/get-packages.rst +++ b/doc/install/get-packages.rst @@ -225,7 +225,7 @@ use with ``yum``. Replace ``{distro}`` with your Linux distribution, and .. prompt:: bash $ - su -c 'rpm -Uvh https://download.ceph.com/rpms/{distro}/x86_64/ceph-{release}.el7.noarch.rpm' + su -c 'rpm -Uvh https://download.ceph.com/rpms/{distro}/x86_64/ceph-{release}.el8.noarch.rpm' You can download the RPMs directly from @@ -297,15 +297,15 @@ of a repo file. It can be retrieved via an HTTP request, for example .. prompt:: bash $ - curl -L https://shaman.ceph.com/api/repos/ceph/{BRANCH}/latest/centos/7/repo/ | sudo tee /etc/yum.repos.d/shaman.repo + curl -L https://shaman.ceph.com/api/repos/ceph/{BRANCH}/latest/centos/8/repo/ | sudo tee /etc/yum.repos.d/shaman.repo The use of ``latest`` in the url, means it will figure out which is the last commit that has been built. Alternatively, a specific sha1 can be specified. -For CentOS 7 and the master branch of Ceph, it would look like +For CentOS 8 and the master branch of Ceph, it would look like .. prompt:: bash $ - curl -L https://shaman.ceph.com/api/repos/ceph/master/53e772a45fdf2d211c0c383106a66e1feedec8fd/centos/7/repo/ | sudo tee /etc/apt/sources.list.d/shaman.list + curl -L https://shaman.ceph.com/api/repos/ceph/master/488e6be0edff7eb18343fd5c7e2d7ed56435888f/centos/8/repo/ | sudo tee /etc/apt/sources.list.d/shaman.list .. warning:: Development repositories are no longer available after two weeks. @@ -351,7 +351,7 @@ To add the EPEL repository, execute the following .. prompt:: bash $ - sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm + sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Ceph requires the following packages: @@ -362,7 +362,7 @@ Ceph requires the following packages: - gperftools-libs -Packages are currently built for the RHEL/CentOS7 (``el7``) platforms. The +Packages are currently built for the RHEL/CentOS8 (``el8``) platforms. The repository package installs the repository details on your local system for use with ``yum``. Replace ``{distro}`` with your distribution. |