
Ceph分布式存储
文章平均质量分 78
搏浪鸥
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ceph基础之搭建ceph集群
初始环境配置 配置四台虚拟机,设置好主机名,关防火墙,关selinux,设置/etc/hosts,做ssh互信,时间同步等。 配置源 在所有ceph节点上准备下面的源。 1、下载wget工具 yum install -y wget 2、清除yum缓存 yum clean all 3、删除国外yum源 rm -rf /etc/yum.repos.d/*.repo 4、下载阿里cento...原创 2018-12-05 16:58:19 · 452 阅读 · 0 评论 -
Ceph基础之服务管理
Monitor服务 检查状态、停止服务、启动服务 [root@ceph-node1 ceph]# systemctl status ceph-mon@ceph-node1.service [root@ceph-node1 ceph]# systemctl stop ceph-mon@ceph-node1.service [root@ceph-node1 ceph]# systemctl start...原创 2018-12-05 17:20:24 · 307 阅读 · 0 评论 -
Ceph基础之运维
Ceph运维之换盘 1、定位故障磁盘 #MegaCli -PDList -aALL|grep "Media Error" 2、定位故障OSD #lsblk -i|grep /dev/sdb 3、停止故障OSD systemctl status ceph-osd@1.service ceph osd out osd.1 ceph status 4、删除故障OSD ceph osd crus...原创 2018-12-05 17:52:08 · 3540 阅读 · 0 评论