02 2023 档案

摘要:场景一: jbod盘 定位系统里的sdd盘 对应关系 os命令 键值 关联关系 raid卡命令 键值 lsscsi -ui wwn = storcli /c0/ex/sx show all WWN lsscsi target id = storcli /c0/ex/sx show DID smarc 阅读全文
posted @ 2023-02-15 13:40 ishmaelwanglin 阅读(884) 评论(0) 推荐(0) 编辑
摘要:目录背景排查步骤原因解决办法 背景 ceph集群的osd突然down,storcli看到磁盘是offline状态 排查步骤 查看raid各卷组状态 sudo storcli64 /c0/eall/sall show CLI Version = 007.2309.0000.0000 Sep 16, 2 阅读全文
posted @ 2023-02-14 09:53 ishmaelwanglin 阅读(271) 评论(0) 推荐(0) 编辑
摘要:当前版本 目标版本 15.2.17(octopus) 16.2.11(pacific) 目录1. 准备工作1.1 备份配置信息及文件1.2 更新ceph源1.3. 检查集群健康状态2. 升级步骤2.1 集群设置1. 集群设置noout2. 修改配置2.2 升级ceph包2.3 完成升级2.4 新功能 阅读全文
posted @ 2023-02-06 14:24 ishmaelwanglin 阅读(364) 评论(0) 推荐(0) 编辑
摘要:# 添加Monitor 1. 在目标节点导出mon的钥匙环文件 ``` sudo -u ceph ceph auth get mon. -o /tmp/ceph.mon.keyring ``` 2. 获取monmap并写入文件 ``` sudo -u ceph ceph mon getmap -o 阅读全文
posted @ 2023-02-05 17:35 ishmaelwanglin 阅读(36) 评论(0) 推荐(0) 编辑