diff --git a/debian/changelog b/debian/changelog index 24e55ac..9706c59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ xen-tools (4.3.1+dev-1) UNRELEASED; urgency=low - Use local parameter instead of global variable in unMountImage. - Also recognize "M" and "G" instead of "MB" and "GB" as size unit for --memory. (Closes: #691320) Document the recognized units. + - Default DomUs to use the noop scheduler (Closes: #693131) -- Axel Beckert Tue, 13 Nov 2012 18:05:05 +0100 diff --git a/etc/xm.tmpl b/etc/xm.tmpl index c53970f..cfaa8a3 100644 --- a/etc/xm.tmpl +++ b/etc/xm.tmpl @@ -11,6 +11,7 @@ $OUT.= "kernel = '$kernel'"; } } +extra = 'elevator=noop' { if ( ( $initrd ) && ( !defined($pygrub)) ) { $OUT.= "ramdisk = '$initrd'";