目录 一、背景和问题 二、bucket reshard 过程 主集群信息汇总 Multisite 下手动reshard References 一、背景和问题 默认情况下只有当单个bucket承载的object数量过多,导致 ...
背景说明 参考说明: https: access.redhat.com documentation en us red hat ceph storage html object gateway guide for ubuntu administration cli configuring bucket index sharding https: ceph.com community new lu ...
2020-10-30 09:21 0 883 推荐指数:
目录 一、背景和问题 二、bucket reshard 过程 主集群信息汇总 Multisite 下手动reshard References 一、背景和问题 默认情况下只有当单个bucket承载的object数量过多,导致 ...
solr操作url 使用正常的core,使用命令生成coillection solr create_collection -c students2 -d ../server/solr/my/ ...
一、pg相关 1、xx objects unfound - 问题描述: dmesg查看磁盘发现读写异常,部分对象损坏(处于objects nofound状态),集群处于ERR状态 - 处理措施: 将unfound pg强制删除,参考命令:ceph pg {pgid ...
分片数量 总分片数=主分片数 *(副分片数+1) 如下创建索引配置表示,总分片数=1 *(1+4),表示总共5个分片。 number_of_shards:每个索引的主分片数,默认值是 5 。这个配置在索引创建后不能修改。 number_of_replicas:每个主分片的副本数,默认值 ...
《learn ceph》 《Ceph源码分析》 《Ceph设计原理与实现》 ...
源码: https://github.com/ceph/ceph/blob/d346b1b83597 ...
PG 一个 Pool 中有多个 PG,具体数量可以通过以下命令查看: 查看 Pool 中 PG 的分布: 查看对象的位置: 【解释】test- ...
多情只有春庭月,犹为离人照落花。 概述 因项目中使用到定时任务,且服务部署多实例,因此需要解决定时任务重复执行的问题。即在同一时间点,每一个定时任务只在一个节点上执行。常见的开源方案 ...