参考链接: 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
一、linux數據庫備份腳本 1、数据库备份,命令如下: ./pg_dump -h localhost -p 5432 -U postgres -W -F c -b -v -f "/opt/xxx.backup" xxx 2.在数据库安装目录bin下,./psql 进入数据库,输入密码,\c xxx ...
分类:
其他好文 时间:
2020-04-26 01:21:29
阅读次数:
67
由于搞不到红帽官网的软件包,只能使用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
系统资源限制设置 vi /etc/security/limits.conf * soft nofile 1024000 * hard nofile 1024000 * soft noproc 1024000 * hard noproc 1024000 * soft core 1024000 * ha ...
分类:
其他好文 时间:
2020-04-14 18:56:21
阅读次数:
90