Error upon booting VMS, "device-mapper: reload ioctl on (253:8) failed: No data available"

vilhelmprytz

Active Member
Jun 3, 2017
5
0
41
Sweden
vilhelmprytz.se
Hello!

I'm currently getting the following error when starting any VMs.

Code:
Use of uninitialized value in split at /usr/share/perl5/PVE/QemuServer/Cloudinit.pm line 102.
generating cloud-init ISO
TASK ERROR: activating LV 'pve/vm-101-disk-1' failed:   device-mapper: reload ioctl on  (253:8) failed: No data available

Initially, I got this.

Code:
activating LV 'pve/data' failed:   Check of pool pve/data failed (status:1). Manual repair required!

But I used lvconvert --repair pve/data, after which the disks show up but the VMs still does not boot.

Any ideas?
 
Hello after two years!

Could you solve the problem eventually? I ran into the same problem after the server crashed due to power outage.
Whenever I started any VM I got activating LV 'pve/data' failed: Check of pool pve/data failed (status:1). Manual repair required!

I did lvconvert --repair pve/data and tried again but got TASK ERROR: activating LV 'pve/vm-5000-disk-0' failed: device-mapper: reload ioctl on (252:7) failed: No data available just like you!