上一页 1 2 3 4 5 6 7 ··· 29 下一页
摘要: 根据您提供的背景(已存在规则集 replicated_rule 和数据池),以下是针对 Quincy 版本 SSD+HDD 混合集群的优化实施方案,重点在零架构变更基础上实现性能提升: 一、配置优化(不改变现有存储结构) SSD OSD 专属参数优化 在现有 OSD 配置中增加 SSD 特定参数(不 阅读全文
posted @ 2025-07-11 15:22 mofy 阅读(50) 评论(0) 推荐(0)
摘要: 您提出的核心问题非常关键:为什么在 Docker 环境中,配置文件里的 lower_case_table_names 设置不生效,而必须通过命令行参数添加? 这涉及到 MySQL 8 在 Docker 容器中的特殊初始化机制。以下是深度解析: 根本原因分析 1. 初始化时机与挂载顺序冲突(核心问题) 阅读全文
posted @ 2025-07-03 19:23 mofy 阅读(110) 评论(0) 推荐(0)
摘要: apt install ca-certificates curl gnupg lsb-release 依赖包用途说明为什么 Docker 安装需要它 ​​ca-certificates​​ 提供 HTTPS 连接所需的根证书颁发机构(CA)证书 Docker 软件源和镜像下载都使用 HTTPS,没有 阅读全文
posted @ 2025-06-30 11:40 mofy 阅读(45) 评论(0) 推荐(0)
摘要: It is intentional, that CEPH does not fill up all available bandwith during recovery/rebalancing. If you want to speed it up:CEPH 在恢复/重新平衡期间不填充所有可用带宽是 阅读全文
posted @ 2025-06-21 11:58 mofy 阅读(24) 评论(0) 推荐(0)
摘要: 在 Ceph 中调整存储池的 PG(Placement Group)数量需要通过命令行操作,以下是完整解决方案: 解决方案步骤: 调整默认 PG 配置(影响未来新创建的存储池) 设置默认 pg_num ceph config set global osd_pool_default_pg_num 64 阅读全文
posted @ 2025-06-19 19:51 mofy 阅读(97) 评论(0) 推荐(0)
摘要: 仓库里面没有默认的latest标签,仓库里面只有v17标签 域名忘记添加com后缀导致的 阅读全文
posted @ 2025-06-13 16:17 mofy 阅读(10) 评论(0) 推荐(0)
摘要: Deployment of Multi-Monitor Ceph部署多监控器 Ceph With Quincy, Ubuntu 22.04 and host-labels使用 Quincy、Ubuntu 22.04 和主机标签 In a previous article, we described 阅读全文
posted @ 2025-06-13 16:02 mofy 阅读(13) 评论(0) 推荐(0)
摘要: Ceph Cluster Deploy Minimal deployment for experiment and training We will deploy a Ceph cluster. The cluster will consists of three nodes: one for Ce 阅读全文
posted @ 2025-06-13 15:57 mofy 阅读(12) 评论(0) 推荐(0)
摘要: This article describes a way to deploy a Ceph cluster in an air-gapped environment. We will use Ubuntu 22.04 and Ceph Quicy version.本文介绍了一种在气隙环境中部署 Ce 阅读全文
posted @ 2025-06-13 15:54 mofy 阅读(18) 评论(0) 推荐(0)
摘要: 首先进行修改设置,保留apt安装后的deb包,参考另一篇博文 将deb包拷贝到一个文件夹中,例如/mnt/offline-repo中 然后执行dpkg-scanpackages --arch amd64 . /dev/null | gzip -c > ar/Packages.gz 会在当前目录下生成 阅读全文
posted @ 2025-06-12 18:10 mofy 阅读(70) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 29 下一页