[SOLVED] Unable to delete migrated disk, auto delete does not have effect

Urbanovits

Active Member
Mar 14, 2021
54
4
28
57
During a storage move i found a bug.

A VM disk placed on iSCSI (ZFS), then migrated to another (local) ZFS volume original disk NOT DELETED on iSCSI.
(delete source were selected during disk move)

Then i try to remove from storage, but unable to do that. Error say: "You can delete the image from quest's hardware pane"
There is no any abandoned disk.


Config:
/etc/pve/qemu-server# cat 102.conf
agent: 0
boot: order=ide0;ide2;net0
cores: 4
ide0: ClusterStor2:vm-102-disk-0,size=35G
ide2: none,media=cdrom
memory: 4096
name: GloboDC2
net0: e1000=6A:78:67:AF:E2:E4,bridge=vmbr0
numa: 0
onboot: 1
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=f66f9696-05ec-4d5f-9de5-bcbd60ad6c4a
sockets: 2
vmgenid: 47b56bf9-85ce-4e3a-b62d-d00c468be81a


Then I try to migrate back, but have an error:
TASK ERROR: storage migration failed: target storage is known to cause issues with aio=io_uring (used by current drive)
 

Attachments

  • Képernyőkép 2025-03-04 20-54-23.png
    Képernyőkép 2025-03-04 20-54-23.png
    56.2 KB · Views: 4
  • Képernyőkép 2025-03-04 20-54-53.png
    Képernyőkép 2025-03-04 20-54-53.png
    44.5 KB · Views: 4
Last edited:
Before mark as "solved"
I have an LXC with same problem, "qm disk rescan" does not work on that, because command look after VM at qemu-server instead of lxc folder
What is the command version for LXCs?

Thanks.