Bug 707364
Summary: | RHEL 6.0 i836 kernel update fails | ||
---|---|---|---|
Product: | Cloud Image Validation | Reporter: | wes hayutin <whayutin> |
Component: | images | Assignee: | Jay Greguske <jgreguske> |
Status: | CLOSED NOTABUG | QA Contact: | wes hayutin <whayutin> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | RHEL6.0 | CC: | kbidarka, pasteur, sghai |
Target Milestone: | --- | Keywords: | EC2 |
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-21 18:17:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
wes hayutin
2011-05-24 20:15:00 UTC
RHEL-6.0-Starter-EBS-i386-11-Hourly (ami-1e3dc377) grubby (the program responsible for updating grub.conf) consults /etc/blkid/blkid.tab to find a "suitable template". Anaconda indirectly generates this file during an install, appliance-tools does not, but we can generate it by running `blkid /dev/xvda`. I'm going to add this command to rc.local to ensure it is there after booting for cloud images. I'm not sure why x64 does not exhibit this issue: blkid.tab is missing there too but grubby does find a template without trouble. It's harmless to run blkid on x64 systems so I'm ok with calling this "fixed". additional testing bugs.. not for real tests |