summaryrefslogtreecommitdiffstats
path: root/doc/install/get-packages.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/get-packages.rst')
-rw-r--r--doc/install/get-packages.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst
index d6edc177b..ca7168310 100644
--- a/doc/install/get-packages.rst
+++ b/doc/install/get-packages.rst
@@ -251,6 +251,17 @@ openSUSE Tumbleweed
The newest major release of Ceph is already available through the normal Tumbleweed repositories.
There's no need to add another package repository manually.
+openEuler
+^^^^^^^^^
+
+There are two major versions supported in normal openEuler repositories. They are ceph 12.2.8 in openEuler-20.03-LTS series and ceph 16.2.7 in openEuler-22.03-LTS series. There’s no need to add another package repository manually.
+You can install ceph just by executing the following:
+
+.. prompt:: bash $
+
+ sudo yum -y install ceph
+
+Also you can download packages manually from https://repo.openeuler.org/openEuler-{release}/everything/{arch}/Packages/.
Ceph Development Packages
-------------------------