摘要: cephadm rm-cluster --force --zap-osds --fsid b0a576fe-5dbc-11f0-98ee-6bd16402b4b9 修改fsid为集群的id即可 离线环境使用自定义images的时候,使用如下命令 cephadm --image 10.20.30.20 阅读全文
posted @ 2025-08-26 16:01 mofy 阅读(40) 评论(0) 推荐(0)
摘要: 当前镜像打包,标签也打包进去 docker save -o images2.tar $(docker images | awk '{ if(NR>1) {print $1":"$2}}') 导入 docker load -i images2.tar 删除 docker rmi $(docker im 阅读全文
posted @ 2025-08-26 15:11 mofy 阅读(4) 评论(0) 推荐(0)
摘要: sudo sed -i 's/^#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config sudo sed -i 's/^#PasswordAuthentication yes/PasswordAuth 阅读全文
posted @ 2025-08-26 09:37 mofy 阅读(10) 评论(0) 推荐(0)