|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST2 Kernel Settings doesn't remember Global I/O Scheduler | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Samuel Jones <samuel> |
| Component: | YaST2 | Assignee: | Josef Reidinger <jreidinger> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | forgotten_P9eo8KG-dg, lslezak, samuel |
| Version: | Final | ||
| Target Milestone: | RC 2 | ||
| Hardware: | 64bit | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2log
y2log with Y2DEBUG /etc/sysconfig/bootloader file /var/log/pbl.log /var/log/pbl.log This should be the log from upgrade |
||
|
Description
Samuel Jones
2012-09-06 20:11:40 UTC
Still the same in 12.3 RC1. Maybe this one can get fixed? Nice to configure SSD's with other scheduler. I have fixed the scheduler activation in https://github.com/yast/yast-tune/pull/12. The scheduler option should be written to the bootloader options at https://github.com/yast/yast-tune/blob/master/src/modules/SystemSettings.rb#L131. But it looks like it does not work correctly anymore... Josef, please look at it, thanks! Created attachment 619552 [details]
y2log
y2log from openSUSE-13.2
Created attachment 619553 [details]
y2log with Y2DEBUG
Lada - do you run it in running system or in installation? For me it looks like running system. If so, can you please attach your /etc/sysconfig/bootloader? It looks like bootloader think you manage bootloader yourself without yast ( bootloader set to NONE ). and if you can please also include /var/log/pbl.log which contain data from perl bootloader Created attachment 620345 [details]
/etc/sysconfig/bootloader file
Yes, it contains LOADER_TYPE="none" value.
BTW I did an upgrade from 13.1 (via DVD IIRC...).
Created attachment 620347 [details]
/var/log/pbl.log
Created attachment 620349 [details]
/var/log/pbl.log
(Reattaching again, sorry, forgot to compress the log...)
Hmm, that is very bad to have this loader type. I will check what is going there, as it mean, that also when you install new kernel you cannot use it. Lada - pbl.log shows that something change settings to none. I worry, that upgrade in 13.2 using DVD can be broken, do you still have yast logs from this upgrade? As initial bootloader was grub and I have similar report. Created attachment 621483 [details]
This should be the log from upgrade
Ah, it shows my suspicious that it is caused by missing proposal, so it read that bootloader is grub and then decide that it is not supported one so switch to none bootloader. So if you change bootloader type to grub2 it should work for kernel settings. Bug is fixed for next opensuse release and in TW. |