Default ksm and ksmtuned services on

This commit is contained in:
Justin M. Forbes 2009-11-03 15:14:32 +00:00
parent 070979f585
commit 5b4ffa80c4
3 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# Copyright 2009 Red Hat, Inc. and/or its affiliates. # Copyright 2009 Red Hat, Inc. and/or its affiliates.
# Released under the GPL # Released under the GPL
# #
# chkconfig: - 84 16 # chkconfig: 345 84 16
# description: The KSM init script starts and stops the ksm kernel thread. # description: The KSM init script starts and stops the ksm kernel thread.
# config: /etc/sysconfig/ksm # config: /etc/sysconfig/ksm
# #
@ -16,6 +16,7 @@
# Required-Start: # Required-Start:
# Required-Stop: # Required-Stop:
# Should-Start: # Should-Start:
# Default-Start: 3 4 5
# Short-Description: start and stop ksm # Short-Description: start and stop ksm
# Description: The KSM init script starts and stops the ksm kernel thread. # Description: The KSM init script starts and stops the ksm kernel thread.
### END INIT INFO ### END INIT INFO

View File

@ -7,7 +7,7 @@
# Copyright 2009 Red Hat, Inc. and/or its affiliates. # Copyright 2009 Red Hat, Inc. and/or its affiliates.
# Released under the GPL # Released under the GPL
# #
# chkconfig: - 85 15 # chkconfig: 345 85 15
# description: The KSM tuning daemon controls whether (and with what vigor) \ # description: The KSM tuning daemon controls whether (and with what vigor) \
# ksm should ksm search duplicated pages. # ksm should ksm search duplicated pages.
# processname: ksmtuned # processname: ksmtuned
@ -19,6 +19,7 @@
# Required-Start: # Required-Start:
# Required-Stop: # Required-Stop:
# Should-Start: # Should-Start:
# Default-Start: 3 4 5
# Short-Description: tune the speed of ksm # Short-Description: tune the speed of ksm
# Description: The Kernel Samepage Merging control Daemon is a simple script # Description: The Kernel Samepage Merging control Daemon is a simple script
# that controls whether (and with what vigor) should ksm search duplicated # that controls whether (and with what vigor) should ksm search duplicated

View File

@ -1,7 +1,7 @@
Summary: QEMU is a FAST! processor emulator Summary: QEMU is a FAST! processor emulator
Name: qemu Name: qemu
Version: 0.11.0 Version: 0.11.0
Release: 9%{?dist} Release: 10%{?dist}
# Epoch because we pushed a qemu-1.0 package # Epoch because we pushed a qemu-1.0 package
Epoch: 2 Epoch: 2
License: GPLv2+ and LGPLv2+ and BSD License: GPLv2+ and LGPLv2+ and BSD
@ -538,6 +538,9 @@ fi
%{_mandir}/man1/qemu-img.1* %{_mandir}/man1/qemu-img.1*
%changelog %changelog
* Tue Nov 3 2009 Justin M. Forbes <jforbes@redhat.com> - 2:0.11.0-10
- Default ksm and ksmtuned services on.
* Thu Oct 29 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-9 * Thu Oct 29 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.11.0-9
- Fix dropped packets with non-virtio NICs (#531419) - Fix dropped packets with non-virtio NICs (#531419)