Mailinglist Archive: yast-commit (233 mails)

< Previous Next >
[yast-commit] r63263 - in /trunk/tune: VERSION hwinfo/src/system_settings_dialogs.ycp package/yast2-tune.changes
Author: lslezak
Date: Tue Jan 25 10:34:22 2011
New Revision: 63263

URL: http://svn.opensuse.org/viewcvs/yast?rev=63263&view=rev
Log:
- kernel settings - 'anticipatory' scheduler option is no longer
available (bnc#666768)
- 2.20.1

Modified:
trunk/tune/VERSION
trunk/tune/hwinfo/src/system_settings_dialogs.ycp
trunk/tune/package/yast2-tune.changes

Modified: trunk/tune/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tune/VERSION?rev=63263&r1=63262&r2=63263&view=diff
==============================================================================
--- trunk/tune/VERSION (original)
+++ trunk/tune/VERSION Tue Jan 25 10:34:22 2011
@@ -1 +1 @@
-2.20.0
+2.20.1

Modified: trunk/tune/hwinfo/src/system_settings_dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tune/hwinfo/src/system_settings_dialogs.ycp?rev=63263&r1=63262&r2=63263&view=diff
==============================================================================
--- trunk/tune/hwinfo/src/system_settings_dialogs.ycp (original)
+++ trunk/tune/hwinfo/src/system_settings_dialogs.ycp Tue Jan 25 10:34:22 2011
@@ -76,16 +76,15 @@
* http://www.redhat.com/magazine/008jun05/features/schedulers/
*
* elevator= [IOSCHED]
- * Format: {"as"|"cfq"|"deadline"|"noop"}
+ * Format: {"cfq"|"deadline"|"noop"}
* See Documentation/block/as-iosched.txt
* and Documentation/block/deadline-iosched.txt for
details.
*
- * *'deadline' => Deadline. Database servers, especially those
using "TCQ" disks should
+ * 'deadline' => Deadline. Database servers, especially those
using "TCQ" disks should
* investigate performance with the 'deadline' IO
scheduler. Any system with high
* disk performance requirements should do so, in
fact.
- * *'as' => Anticipatory (the default one)
- * *'noop' => NOOP
- * 'cfq' => Completely Fair Queuing
+ * 'noop' => NOOP
+ * 'cfq' => Completely Fair Queuing (the default)
*/
"elevator" : $[
"widget" : `custom,
@@ -94,8 +93,6 @@
// combo box item - I/O scheduler
`item( `id(""), _("Not Configured")),
// combo box item - I/O scheduler, do not translate the
abbreviation in brackets
- `item( `id("as"), _("Anticipatory [as]")),
- // combo box item - I/O scheduler, do not translate the
abbreviation in brackets
`item( `id("cfq"), _("Completely Fair Queuing [cfq]")),
// combo box item - I/O scheduler, do not translate the
abbreviation in brackets
`item( `id("noop"), _("NOOP [noop]")),

Modified: trunk/tune/package/yast2-tune.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/tune/package/yast2-tune.changes?rev=63263&r1=63262&r2=63263&view=diff
==============================================================================
--- trunk/tune/package/yast2-tune.changes (original)
+++ trunk/tune/package/yast2-tune.changes Tue Jan 25 10:34:22 2011
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Jan 25 09:09:13 UTC 2011 - lslezak@xxxxxxx
+
+- kernel settings - 'anticipatory' scheduler option is no longer
+ available (bnc#666768)
+- 2.20.1
+
+-------------------------------------------------------------------
Thu Oct 7 07:01:30 UTC 2010 - lslezak@xxxxxxx

- use Icon.ycp module for displaying icon

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages