Hello!
I'm currently getting the following error when starting any VMs.
Initially, I got this.
But I used
Any ideas?
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?