rbd error: rbd: listing images failed: (2) No such file or directory (500)
出现背景
ceph出现意外断电,或者还原失败什么的场景,可能会出现这样的报错。
出现原因
ceph中的某个rbd损坏
解决方案
使用命令rbd ls -l {poolname}
这里吧poolname换成自己的池。
oot@node1:~# rbd ls -l nvme_pool
rbd: error opening vm-101-disk-1: (2) No such file or directory
rbd: error opening vm-116-disk-0: (2) No such file or directory
rbd: error opening vm-116-disk-1: (2) No such file or directory
NAME SIZE PARENT FMT PROT LOCK
base-301-disk-0 1 MiB 2
base-301-disk-0@__base__ 1 MiB 2 yes
base-301-disk-1 120 GiB 2
base-301-disk-1@__base__ 120 GiB 2 yes
base-301-disk-2 4 MiB 2
base-301-disk-2@__base__ 4 MiB 2 yes
base-996-disk-0 1 MiB 2
base-996-disk-0@__base__ 1 MiB 2 yes
base-996-disk-1 250 GiB 2
base-996-disk-1@__base__ 250 GiB 2 yes
不出意外,会出现error,然后把出现error的rbd删了就行。
使用命令 rbd -p {poolname} rm {rbdname}
root@node1:~# rbd -p nvme_pool rm vm-101-disk-1
Removing image: 100% complete...done.
root@node1:~# rbd -p nvme_pool rm vm-116-disk-1
Removing image: 100% complete...done.
root@node1:~# rbd -p nvme_pool rm vm-116-disk-0
2023-11-03T16:42:32.999+0800 7fcf0091b6c0 -1 librbd::image::OpenRequest: failed to retrieve initial metadata: (2) No such file or directory
Removing image: 100% complete...done.
版权声明:
作者:佛西
链接:https://foxi.buduanwang.vip/virtualization/pve/kb/3045.html/
文章版权归作者所有,未经允许请勿转载
如需获得支持,请点击网页右上角
作者:佛西
链接:https://foxi.buduanwang.vip/virtualization/pve/kb/3045.html/
文章版权归作者所有,未经允许请勿转载
如需获得支持,请点击网页右上角
THE END
1
二维码
海报
rbd error: rbd: listing images failed: (2) No such file or directory (500)
出现背景
ceph出现意外断电,或者还原失败什么的场景,可能会出现这样的报错。
出现原因
ceph中的某个rbd损坏
解决方案
使用命令rbd ls -l {poolname}这里吧po……
文章目录
关闭
共有 0 条评论