Ceph存储手动部署
本文由个人原创出品,51cto博客首发,转载请注明出处。 本文档介绍Ceph存储手动部署过程,此处介绍Ceph无认证方式部署,适用于内部环境部署和使用Ceph。 一.部署环境介绍 1.硬件环境: ceph01: 10.10.10.11 ceph02: 10.10.10.12 ceph03: 10.10.10.13 2.软件环境 操作系统: CentOS7.6 Ceph存储:jewel (10.2.10) 二.基础环境准备 1.安装CentOS7.6操作系统 2.配置操作系统名称、网络、hosts文件、关闭Selinux、关闭防火墙 三.安装Ceph 1.安装Ceph源 # yum install centos-release-ceph-jewel 2.安装Ceph # yum install ceph 四.初始化Ceph第一个MON节点 1.生成ceph集群fsid # uuidgen 2.编辑ceph配置文件,文件位置和内容如下: # vim /etc/ceph/ceph.conf [global] auth cluster required = none auth service required = none auth client required = none fsid = a2efc66d-fd3f-464f-8098-c43d63b6f989 log file =