参考链接: mgr balancer模式探索及配置方法1 mgr balancer模式探索及配置方法2 1.ceph mgr module enable balancer [root@controller ~]# ceph mgr module enable balancer module 'bal ...
分类:
其他好文 时间:
2020-04-27 15:41:11
阅读次数:
182
本文主要介绍一个小知识点,对于集群存储池pg_num 对齐/不对齐 2的n次方幂,pgid的计算方法。
分类:
其他好文 时间:
2020-04-27 00:00:08
阅读次数:
138
参考链接:https://blog.csdn.net/u010317005/article/details/79242794 问题现象: 原因分析: 数据的不一致性(inconsistent)指对象的大小不正确、恢复结束后某副本出现了对象丢失的情况。数据的不一致性会导致清理失败(scrub erro ...
分类:
其他好文 时间:
2020-04-26 11:21:32
阅读次数:
74
链接地址:https://ceph.io/rados/new-in-nautilus-pg-merging-and-autotuning/ [root@controller ~]# ceph osd pool autoscale-status Error ENOTSUP: Module 'pg_au ...
分类:
其他好文 时间:
2020-04-26 11:08:43
阅读次数:
132
由于搞不到红帽官网的软件包,只能使用CentOS的软件仓库,环境信息如下:本文主要介绍服务端的安装配置,客户端的配置以及使用将在下一篇描述。1、配置yum软件仓库[root@ceph01~]#vi/etc/yum.repos.d/CentOS-Base.repo[Storage]name=CentOS-$releasever-Storagebaseurl=https://mirrors.huawe
分类:
其他好文 时间:
2020-04-24 23:22:51
阅读次数:
115
超融合集群无故障运行超过500天,从历史数据看,CPU资源绰绰有余,内存耗费较多,以后分配得精打细算。ceph分布式去中心化存储,每个osd(单盘)耗费大约5g的内存,如果一个物理服务器插8个单盘做osd的话,40g的内存就没了。因此,需要在硬盘存储容量、成本、性能与内存使用上做平衡:用容量大的,性性价比高的sas盘。例如,用10000转2.4t的盘4块,就比用15000转600g的盘(同等容量要
分类:
其他好文 时间:
2020-04-24 01:31:16
阅读次数:
184
1.Ceph与volumes结合目标:实现CephRBD和kubernetesvolumes集成。1.1准备工作1、创建pool和用户[root@node-1~]#cephosdpoolcreatekubernetes882、创建认证用户[root@node-1~]#cephauthget-or-createclient.kubernetesmon‘profilerbd‘osd‘profilerb
分类:
Web程序 时间:
2020-04-21 13:23:16
阅读次数:
91
1. 准备4台虚拟机 ceph 192.168.66.93 管理osd,mon节点 ceph-node1 192.168.66.94 osd节点 ceph-node2 192.168.66.95 osd节点 jenkins 192.168.66.88 客户端 2. 在ceph上新增一块磁盘 dd i ...
分类:
其他好文 时间:
2020-04-14 17:09:47
阅读次数:
117
信息存储(etcd) 管理控制平面Master apiserver controller-manager scheduler 工作节点node kubelet kube-proxy docker/rkt 数据存储 pvc ceph,nfs ...
分类:
Web程序 时间:
2020-04-06 15:25:11
阅读次数:
84
Ceph 日常运维管理 [TOC] 一、集群监控管理 1、集群整体运行状态 2、常用查询状态指令 集群状态: HEALTH_OK,HEALTH_WARN,HEALTH_ERR 3、集群标志 4、集群标志操作 a) 设置noout状态 b) 取消noout状态 c) 将指定文件作为对象写入到资源池中 ...
分类:
其他好文 时间:
2020-04-02 16:15:00
阅读次数:
116