Default ksm and ksmtuned services on
This commit is contained in:
parent
b65c30f157
commit
8e8b4c16f9
3
ksm.init
3
ksm.init
@ -7,7 +7,7 @@
|
||||
# Copyright 2009 Red Hat, Inc. and/or its affiliates.
|
||||
# Released under the GPL
|
||||
#
|
||||
# chkconfig: - 84 16
|
||||
# chkconfig: 345 84 16
|
||||
# description: The KSM init script starts and stops the ksm kernel thread.
|
||||
# config: /etc/sysconfig/ksm
|
||||
#
|
||||
@ -16,6 +16,7 @@
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Should-Start:
|
||||
# Default-Start: 3 4 5
|
||||
# Short-Description: start and stop ksm
|
||||
# Description: The KSM init script starts and stops the ksm kernel thread.
|
||||
### END INIT INFO
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Copyright 2009 Red Hat, Inc. and/or its affiliates.
|
||||
# Released under the GPL
|
||||
#
|
||||
# chkconfig: - 85 15
|
||||
# chkconfig: 345 85 15
|
||||
# description: The KSM tuning daemon controls whether (and with what vigor) \
|
||||
# ksm should ksm search duplicated pages.
|
||||
# processname: ksmtuned
|
||||
@ -19,6 +19,7 @@
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Should-Start:
|
||||
# Default-Start: 3 4 5
|
||||
# Short-Description: tune the speed of ksm
|
||||
# Description: The Kernel Samepage Merging control Daemon is a simple script
|
||||
# that controls whether (and with what vigor) should ksm search duplicated
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: QEMU is a FAST! processor emulator
|
||||
Name: qemu
|
||||
Version: 0.11.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
# Epoch because we pushed a qemu-1.0 package
|
||||
Epoch: 2
|
||||
License: GPLv2+ and LGPLv2+ and BSD
|
||||
@ -538,6 +538,9 @@ fi
|
||||
%{_mandir}/man1/qemu-img.1*
|
||||
|
||||
%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
|
||||
- Fix dropped packets with non-virtio NICs (#531419)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user