* [PATCH] xenballoond.init: remove 4 from default runlevel
@ 2012-10-05 17:35 Olaf Hering
2012-10-08 11:19 ` Ian Campbell
2012-10-08 19:48 ` Dan Magenheimer
0 siblings, 2 replies; 4+ messages in thread
From: Olaf Hering @ 2012-10-05 17:35 UTC (permalink / raw)
To: xen-devel
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1349458470 -7200
# Node ID 65ab6762cd37d0f43ff031e00637d5a88514aadb
# Parent 964fd4a693f940b5ae31d6d9021e0c89afaee703
xenballoond.init: remove 4 from default runlevel
Remove 4 from default runlevel in xenballoond.init.
Similar to what changeset 24847:0900b1c905f1 does in xencommons, remove
runlevel 4 from the other runlevel scripts. LSB defines runlevel 4 as
reserved for local use, the local sysadmin is responsible for symlink
creation in rc4.d.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r 964fd4a693f9 -r 65ab6762cd37 tools/xenballoon/xenballoond.init
--- a/tools/xenballoon/xenballoond.init
+++ b/tools/xenballoon/xenballoond.init
@@ -14,7 +14,7 @@
# Should-Start:
# Required-Stop: $syslog $remote_fs
# Should-Stop:
-# Default-Start: 3 4 5
+# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Start/stop xenballoond
# Description: Starts and stops the Xen ballooning daemon.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xenballoond.init: remove 4 from default runlevel
2012-10-05 17:35 [PATCH] xenballoond.init: remove 4 from default runlevel Olaf Hering
@ 2012-10-08 11:19 ` Ian Campbell
2012-10-08 19:48 ` Dan Magenheimer
1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2012-10-08 11:19 UTC (permalink / raw)
To: Olaf Hering; +Cc: xen-devel@lists.xen.org
On Fri, 2012-10-05 at 18:35 +0100, Olaf Hering wrote:
> # HG changeset patch
> # User Olaf Hering <olaf@aepfle.de>
> # Date 1349458470 -7200
> # Node ID 65ab6762cd37d0f43ff031e00637d5a88514aadb
> # Parent 964fd4a693f940b5ae31d6d9021e0c89afaee703
> xenballoond.init: remove 4 from default runlevel
>
> Remove 4 from default runlevel in xenballoond.init.
>
> Similar to what changeset 24847:0900b1c905f1 does in xencommons, remove
> runlevel 4 from the other runlevel scripts. LSB defines runlevel 4 as
> reserved for local use, the local sysadmin is responsible for symlink
> creation in rc4.d.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked and applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xenballoond.init: remove 4 from default runlevel
2012-10-05 17:35 [PATCH] xenballoond.init: remove 4 from default runlevel Olaf Hering
2012-10-08 11:19 ` Ian Campbell
@ 2012-10-08 19:48 ` Dan Magenheimer
2012-10-08 21:13 ` Olaf Hering
1 sibling, 1 reply; 4+ messages in thread
From: Dan Magenheimer @ 2012-10-08 19:48 UTC (permalink / raw)
To: Olaf Hering, xen-devel
> From: Olaf Hering [mailto:olaf@aepfle.de]
> Subject: [Xen-devel] [PATCH] xenballoond.init: remove 4 from default runlevel
>
> # HG changeset patch
> # User Olaf Hering <olaf@aepfle.de>
> # Date 1349458470 -7200
> # Node ID 65ab6762cd37d0f43ff031e00637d5a88514aadb
> # Parent 964fd4a693f940b5ae31d6d9021e0c89afaee703
> xenballoond.init: remove 4 from default runlevel
>
> Remove 4 from default runlevel in xenballoond.init.
Hi Olaf --
No objection to the patch, but I was wondering...
Are you using xenballoond for something? (e.g. your page-sharing
testing or a product implementation)
I stopped encouraging the use of userland selfballooning (which
is what xenballoond implements) years ago, when I saw
the impact of very sudden large workload increases...
thrashing can occur. This observation is what led to
tmem persistent pools and to selfballooning built into
the Linux kernel.
If you were just scanning Xen system services and ran across
this issue, no problem. But since it is somewhat related
to your page-sharing/host-swapping work, I thought I'd check.
Thanks,
Dan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xenballoond.init: remove 4 from default runlevel
2012-10-08 19:48 ` Dan Magenheimer
@ 2012-10-08 21:13 ` Olaf Hering
0 siblings, 0 replies; 4+ messages in thread
From: Olaf Hering @ 2012-10-08 21:13 UTC (permalink / raw)
To: Dan Magenheimer; +Cc: xen-devel
On Mon, Oct 08, Dan Magenheimer wrote:
> Are you using xenballoond for something? (e.g. your page-sharing
> testing or a product implementation)
No, its just a result from code review.
Olaf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-08 21:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 17:35 [PATCH] xenballoond.init: remove 4 from default runlevel Olaf Hering
2012-10-08 11:19 ` Ian Campbell
2012-10-08 19:48 ` Dan Magenheimer
2012-10-08 21:13 ` Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).