Integration

CEPH :: Integration

As a general rule, we recommend deploying Ceph on newer releases of Linux. We also recommend deploying on releases with long-term support. Homepage

CEPH :: Integration :: Quick Start Preflight

http://docs.ceph.com/docs/master/start/quick-start-preflight/

[xe1gyq@server ~]$ sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
[xe1gyq@server ~]$ sudo vi /etc/yum.repos.d/ceph.repo
[ceph-noarch]
name=Ceph noarch packages
#baseurl=https://download.ceph.com/rpm/el7/noarch
baseurl=https://download.ceph.com/rpm-jewel/el7/noarch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc
[xe1gyq@server ~]$ sudo yum update
[xe1gyq@server ~]$ sudo yum install ceph-deploy

CEPH :: Integration :: How to build a Ceph Distributed Storage Cluster on CentOS 7

https://www.howtoforge.com/tutorial/how-to-build-a-ceph-cluster-on-centos-7/

  1. [OK] Step 1 - Configure All Nodes

  1. [OK] Step 2 - Configure the SSH Server

  2. [OK] Step 3 - Configure Firewalld

  3. [ ] Step 4 - Configure the Ceph OSD Nodes

1

2

3 Ok

CEPH Deploy

Issue

https://tracker.ceph.com/issues/16399

CEPH :: Integration :: CEPH-DEPLOY – DEPLOY CEPH WITH MINIMAL INFRASTRUCTURE

http://docs.ceph.com/ceph-deploy/docs/

CEPH :: Integration :: LXC

https://www.howtoforge.com/tutorial/how-to-install-a-ceph-cluster-on-ubuntu-16-04/

In Ceph-Admin

In all servers

In all OSDs

In Ceph-Admin

In OSD Physical Computer

Sandbox

Issue Jewel Release

Last updated