I'm running 2.11 from backports on debian wheezy and I just found out that I cannot start newly created instances with the stock debian wheezy kernel 3.2.0-24 anymore:
# gnt-instance add -t plain -s 1G -n node.lab.mydomain -o debootstrap+default --no-name-check --no-ip-check --no-wait-for-sync -H kvm:kernel_path=/boot/vmlinuz-3.2.0-4-amd64,initrd_path=/boot/initrd.img-3.2.0-4-amd64 test3.lab.mydomain
Thu Nov 13 18:04:24 2014 * disk 0, size 1.0G
Thu Nov 13 18:04:24 2014 * creating instance disks...
Thu Nov 13 18:04:25 2014 adding instance test3.lab.mydomain to cluster config
Thu Nov 13 18:04:26 2014 * running the instance OS create scripts...
Thu Nov 13 18:04:32 2014 * starting instance...
[ 0.675605] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised:
dm-d...@redhat.com[ 0.678315] vda: vda1
[ 0.797043] ata2.00: ATAPI: QEMU DVD-ROM, 1.1.2, max UDMA/100
[ 0.798752] ata2.00: configured for MWDMA2
[ 0.800226] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.1. PQ: 0 ANSI: 5
[ 0.815995] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[ 0.817343] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.821904] sr 1:0:0:0: Attached scsi generic sg0 type 5
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... Begin: Loading multipath modules ... [ 0.896668] device-mapper: multipath: version 1.3.2 loaded
Success: loaded module dm-multipath.
Failure: failed to load module dm-emc.
done.
Begin: Discovering multipaths ... [ 0.911857] device-mapper: multipath round-robin: version 1.0.0 loaded
done.
done.
Begin: Running /scripts/local-premount ... [ 1.042726] Btrfs loaded
Scanning for Btrfs filesystems
done.
mount: Device or resource busy
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... mount: No such file or directory
done.
Could not copy file: No such file or directory
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
If I boot the very instance with, e.g. Kernel 3.16-0.bpo.3-amd64 from wheezy-backports, it just starts out of the box. Also if I install grub-pc and kernel 3.2.0-4 inside the running instance (and empty the values of kernel_path and initrd_path), it just boots. Honestly I've run out of ideas what could be wrong with our cluster. Does anyone have experienced something similiar and has an idea where to proceed?