|
Bugzilla – Full Text Bug Listing |
| Summary: | the kernel of the installation dvd supports only 8 /dev/loop* . That is not enough for some setups. | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Olli Artemjev <grey-olli> |
| Component: | Installation | Assignee: | Olaf Dabrunz <odabrunz> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Major | ||
| Priority: | P3 - Medium | CC: | hwit, suse-beta |
| Version: | Final | Keywords: | accessibility, documentation, easy_fix, Fix_is_Ready, security, Usability |
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Olli Artemjev
2006-01-07 20:00:06 UTC
Not a kernel issue, an installer issue. Reassigning... I do not see how this should be an installer issue. The suggestion with an entry in /etc/modprobe.conf make sense, so why not simply add that line there. Reassigning to maintainer of /etc/modprobe.conf Sorry, that didn't mention this before - the loop support is compiled in the kernel, not a module. Thus ' max_loop=64' (or better 'max_loop=128' ;) if it doesn't eat memory) should be appended to default strings of lilo / grub / or whatever loader is currently used. And again the string 'options loop max_loop=64' should be anyway present in the modules.conf since user may recompile loop support as a module & thus get trapped into defaults (default is 8). The compiled in default could only be changed by the kernel people. They should decide if we either change the compiled in default, add max_loop= as option to booloader or let this simply as an configuration option that the user has to do by himself. I'd prefer setting the module option as needed in the bootloader. Reassigned to maintainer of bootloader The loop device is a module now. The default number of devices can be set up in /etc/modprobe.conf. Setting this in the kernel commandline has no effect anymore. Since it is not influenced by the kernel commandline, this cannot be set by the bootloader. When someone wants to change the number of loop devices he can easily do this in modprobe.conf. *** Bug 164288 has been marked as a duplicate of this bug. *** *** Bug 157357 has been marked as a duplicate of this bug. *** Olaf, you write: "When someone wants to change the number of loop devices he can easily do this in modprobe.conf." This is perfectly true. For us! But not for all. And XEN does NOT report something like "not enough loop back devices: look at page 123 of the manual" It just give a cryptic failure and bails out. What's the cost of increasing the amount, or at least spent a two-liner in the manual (xen-paragraph) why and how to increase it.... If it's too costly, increase the amount when the xend is launched! |