会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lin.Wang
云计算领域一枚小运维
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2023年6月13日
ubuntu解压ZIP文件名乱码问题
摘要: # 背景  一个windows压缩的zip文件,再ubuntu中解压后,文件名全是乱码,试过很多GBK、UTF-8的
阅读全文
posted @ 2023-06-13 09:42 ishmaelwanglin
阅读(242)
评论(0)
推荐(0)
2023年5月24日
Ubuntu安装/切换内核
摘要: ## 查看当前已安装的内核 ``` $ sudo dpkg --get-selections |grep linux-image linux-image-5.15.0-71-generic install linux-image-5.15.0-72-generic install linux-ima
阅读全文
posted @ 2023-05-24 16:46 ishmaelwanglin
阅读(4209)
评论(0)
推荐(0)
2023年5月12日
vscode显示命令中心ubuntu(前进/返回按钮显示)
摘要: 背景 使用ubuntu系统运行vscode,不显示前进和后退按钮(不用按键盘快捷键的情况) 步骤 文件-> 首选项 -> 设置 或者管理->设置 搜索commandcenter 已经勾选了,但是需要Window: Title Bar Style设置为custom时,才生效 点到Window: Tit
阅读全文
posted @ 2023-05-12 17:35 ishmaelwanglin
阅读(2006)
评论(0)
推荐(1)
2023年4月10日
failed to solve with frontend dockerfile.v0
摘要: 问题描述 didi@didis-MacBook-Pro ipmi_exporter % docker build -t ipmi_exporter:0.1 . [+] Building 0.1s (1/2) => [internal] load build definition from Docke
阅读全文
posted @ 2023-04-10 11:34 ishmaelwanglin
阅读(324)
评论(0)
推荐(0)
2023年3月17日
pg down的处理流程
摘要: 背景 数据正在recover中,部分pg单副本运行,突然在另个故障域坏了盘,出现两个Pg down了。 处理流程 ceph health detail 看到osd.168挂了, 尝试重启不能成功 ceph osd lost 168 --yes-i-really-mean-it 此时pg变成了inco
阅读全文
posted @ 2023-03-17 17:56 ishmaelwanglin
阅读(1101)
评论(0)
推荐(0)
2023年2月15日
storclie64定位sdx盘符
摘要: 场景一: 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
阅读(1247)
评论(0)
推荐(0)
2023年2月14日
Controller cache pinned for missing or offline
摘要: 目录背景排查步骤原因解决办法 背景 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
阅读(412)
评论(0)
推荐(0)
2023年2月6日
ceph版本升级
摘要: 当前版本 目标版本 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
阅读(639)
评论(0)
推荐(0)
2023年2月5日
ceph集群 octups添加Monitor
摘要: # 添加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
阅读(56)
评论(0)
推荐(0)
2023年1月16日
ubuntu卸载snap
摘要: 背景 ubuntu20系统卸载snap占用一堆挂载 步骤如下 查看snap安装了哪些包 snap list 逐个卸载 sudo snap remove lxd --purge sudo snap remove core20 --purge sudo snap remove snapd --purge
阅读全文
posted @ 2023-01-16 17:27 ishmaelwanglin
阅读(2855)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告