摘要: 仓库里面没有默认的latest标签,仓库里面只有v17标签 域名忘记添加com后缀导致的 阅读全文
posted @ 2025-06-13 16:17 mofy 阅读(3) 评论(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 阅读(0) 评论(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 阅读(0) 评论(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 阅读(1) 评论(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 阅读(1) 评论(0) 推荐(0)
摘要: 这是一个bug,不过可以在安装界面的时候进行修改 可以看到根目录所在卷有49G是空闲的,通过点击这里 修改为最大值即可。 如果安装过程中没有修改,安装完成后,可以通过lvm的vgextend来扩展根目录 关于这个问题的讨论:https://bugs.launchpad.net/subiquity/+ 阅读全文
posted @ 2025-06-12 10:51 mofy 阅读(1) 评论(0) 推荐(0)
摘要: 修改故障域从host到osd [root@cluster9 ceph-cluster]# cd /etc/ceph/[root@cluster9 ceph]# ceph osd getcrushmap -o /etc/ceph/crushmap18[root@cluster9 ceph]# crus 阅读全文
posted @ 2025-06-11 16:16 mofy 阅读(3) 评论(0) 推荐(0)
摘要: cephadm shell -c /etc/ceph/ceph.conf -k /etc/ceph/openstack.client.admin.keyring ceph dashboard get-prometheus-api-host cephadm shell -c /etc/ceph/cep 阅读全文
posted @ 2025-06-11 14:51 mofy 阅读(5) 评论(0) 推荐(0)
摘要: 下载registry的镜像 docker pull registry 下载docker-registry-browser的镜像,web界面 docker pull klausmeyer/docker-registry-browser 运行仓库,映射仓库的5000端口到本机80端口上,执行下面命令会自 阅读全文
posted @ 2025-06-11 14:24 mofy 阅读(0) 评论(0) 推荐(0)
摘要: 在 Ceph 中,“自动平衡”通常指集群为维持数据分布均匀而触发的​​数据重平衡(Rebalance)​​或​​恢复(Recovery)​​过程(如 OSD 故障恢复、扩容/缩容后自动调整数据分布)。若需暂时停止自动平衡,可通过调整关键参数实现。以下是具体操作步骤和注意事项: ​​一、明确自动平衡的 阅读全文
posted @ 2025-06-11 09:22 mofy 阅读(4) 评论(0) 推荐(0)