|
Bugzilla – Full Text Bug Listing |
| Summary: | xen domU kernel does not contain device-mapper driver | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Stephan Böni <sb> |
| Component: | Xen | Assignee: | Kurt Garloff <garloff> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P4 - Low | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Böni
2005-10-19 16:55:37 UTC
I'm confused: SUSE only has one kernel, both for dom0 and domU. And it does contain the device-mapper kernel modules. Did you maybe fail to put the dm module into the domU filesystem or its initrd? Or just fail to load it? How did you build the root FS for domU anyway? The root filesystem for domU is a primary partion with reiserfs. I've filled it up with 'yast dirinstall'. Sorry, but the kernel module for device-mapper does exist, can be loaded and works. If mkinitrd can determine that dm-mod is needed, it will be added to the initrd and loaded on boot. Otherwise, you may add it to MODULES_LOADED_ON_BOOT in /etc/sysconfig/kernel. This should fix it for you. Fixed in latest release of SL10.1 and SLES 10. |