Daily hwe-v kernel for trusty results in kernel panic when attempting to mount iscsi partition
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| MAAS |
Undecided
|
Unassigned | |||
Bug Description
related to bug #1464866.
When using the daily boot images from:
http://
The vivid hwe kernel for trusty boots, but has a kernel panic when trying to mount the iscsi root partition when either commissioning or deploying.
Replacing the hwe-v trusty boot-kernel and boot-initrd with the hwe-v vivid version, i.e.
cp -a ubuntu/
then allows the deployment to work correctly on trusty with hwe-v kernel.
| Darryl Weaver (dweaver) wrote : | #1 |
| Darryl Weaver (dweaver) wrote : | #2 |
Confirmed this on a certified Dell R430 which kernel panics.
| Christian Reis (kiko) wrote : | #3 |
| Christian Reis (kiko) wrote : | #4 |
| Christian Reis (kiko) wrote : | #5 |
See similar issue (but no panic):
https:/
| Scott Moser (smoser) wrote : | #6 |
This is really a dupe of bug 1411294.
It should be fixed in the daily images at version 20150611 .
You can update your boot resources by the cli with:
maas <maasname> boot-resources import
You can tell what version you have by looking in
/var/lib/
there is a string like: maas:boot:
where amd64 is the arch (amd64, ppc64el, i386..).
near there is a 'version_name'. if you have 20150611 you should be good.
| Scott Moser (smoser) wrote : | #7 |
largely for my own use, heres a little program that prints out what you have
###
#!/usr/bin/python
import json, sys
def go(data, p, tok="/"):
if 'version_name' in data:
print("%s %s" % (data['
else:
for i in data:
if isinstance(data[i], dict):
with open(sys.argv[1], "r") as fp:
d = json.load(fp)
go(d, p="")
###
$ ./go.py /var/lib/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/
20150608 /ubuntu/
20150612 /ubuntu/
20150611 /ubuntu/
20150612 /ubuntu/


Video showing KVM virtual machine booting from MAAS, showing the kernel panic error.