Hi,
I have upgraded a ceph quincy cluster from 17.2.4 to 17.2.5, it seems running fine after restart all monitors, managers and osds but I have error if I try to backup or start a VMs
I also get error if I try to look storage content on the ui
And same if I try to get long description with the cli
Despite that, VMs launched before upgrade continue to run fine.
Any advice to fix that?
Thanks!
I have upgraded a ceph quincy cluster from 17.2.4 to 17.2.5, it seems running fine after restart all monitors, managers and osds but I have error if I try to backup or start a VMs
Code:
ERROR: Backup of VM 386 failed - no such volume 'global:vm-386-disk-0'
I also get error if I try to look storage content on the ui
Code:
rbd error: rbd: listing images failed: (2) No such file or directory (500)
And same if I try to get long description with the cli
Code:
root@pve04:~# rbd -p .mgr list
vm-386-disk-0
vm-393-disk-0
vm-396-disk-0
vm-397-disk-0
vm-591-disk-0
vm-593-disk-0
vm-597-disk-0
vm-792-disk-0
vm-799-disk-0
vm-894-disk-0
root@pve24:~# rbd -p .mgr list --long
rbd: error opening vm-386-disk-0: (2) No such file or directory
rbd: error opening vm-393-disk-0: (2) No such file or directory
rbd: error opening vm-396-disk-0: (2) No such file or directory
rbd: error opening vm-397-disk-0: (2) No such file or directory
rbd: error opening vm-591-disk-0: (2) No such file or directory
rbd: error opening vm-593-disk-0: (2) No such file or directory
rbd: error opening vm-597-disk-0: (2) No such file or directory
rbd: error opening vm-792-disk-0: (2) No such file or directory
rbd: error opening vm-799-disk-0: (2) No such file or directory
rbd: error opening vm-894-disk-0: (2) No such file or directory
NAME SIZE PARENT FMT PROT LOCK
rbd: listing images failed: (2) No such file or directory
root@pve04:~#
Despite that, VMs launched before upgrade continue to run fine.
Any advice to fix that?
Thanks!