Hi all,
I just upgraded my cluster to Proxmox VE 6.1 and wanted to give the updated krbd integration a spin.
So, I set my rbd storage to use krbd and then tried to migrate a vm to a different node. This is what I got:
The same happens if I add a new rbd storage (for the same cluster, just with the krbd switch turned on) and try to move the disk from rbd to krbd storage:
Any and all operations work if krbd is not involved.
Are there any prerequisites to using krbd I need to be aware of?
I just upgraded my cluster to Proxmox VE 6.1 and wanted to give the updated krbd integration a spin.
So, I set my rbd storage to use krbd and then tried to migrate a vm to a different node. This is what I got:
Code:
2019-12-08 11:49:22 starting migration of VM 211 to node 'srv01' (192.168.1.1)
2019-12-08 11:49:22 starting VM 211 on remote node 'srv01'
2019-12-08 11:49:27 can't map rbd volume vm-211-disk-1: rbd: sysfs write failed
2019-12-08 11:49:27 ERROR: online migrate failure - command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=srv01' root@192.168.1.1 qm start 211 --skiplock --migratedfrom srv05 --migration_type secure --stateuri unix --machine pc-i440fx-2.11' failed: exit code 255
2019-12-08 11:49:27 aborting phase 2 - cleanup resources
2019-12-08 11:49:27 migrate_cancel
2019-12-08 11:49:28 ERROR: migration finished with problems (duration 00:00:06)
TASK ERROR: migration problems
The same happens if I add a new rbd storage (for the same cluster, just with the krbd switch turned on) and try to move the disk from rbd to krbd storage:
Code:
can't map rbd volume vm-211-disk-1: rbd: sysfs write failed (500)
Any and all operations work if krbd is not involved.
Are there any prerequisites to using krbd I need to be aware of?