-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Hello!
The error shown is
create full clone of drive scsi0 (erasureSSD:vm-173-disk-0)
TASK ERROR: storage migration failed: mfsbdev map failed: link exists
This happens on Proxmox 9.0.11 with the MooseFS PVE 0.1.10 beta plugin. It can be reproduced with >1 virtual disks if atleast one of them is on a mfs block device storage.
how to reproduce:
Create a virtual machine with the 'boot' disk stored in a moosefs block device storage. Doesn't need an OS installed to reproduce.
Create a second disk stored on any other storage (Different from MooseFS block device storage!). In my case, 'erasureSSD' was my Ceph EC pool, you can use 'local-lvm' too the error happens anyway.
Now, while the VM is RUNNING, try to move this second disk to a moosefs block device storage. It will fail.
Zorlin