* Re: [PATCH 1/4] Add -P <pid-file> option to ns_exec
@ 2009-05-21 16:35 Serge E. Hallyn
0 siblings, 0 replies; only message in thread
From: Serge E. Hallyn @ 2009-05-21 16:35 UTC (permalink / raw)
To: sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
Quoting sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org (sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org):
> From: Sukadev Bhattiprolu <sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
>
> ns_exec knows the pid of the container-init in its own namespace (this
> is usually the global pid since we normally run ns_exec in init-pid-ns).
> If ns_exec writes out this "global" pid to a file, wrapper scripts can
> find the process they created more easily.
>
> killall and pidof assume that all previous instances of the test program
> have thawed and exited gracefully :-) As such they are not very friendly
> during early testing and/or complicate the wrapper scripts.
>
> Signed-off-by: Sukadev Bhattiprolu <sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
> ---
> ns_exec.c | 28 ++++++++++++++++++++++++++--
> 1 files changed, 26 insertions(+), 2 deletions(-)
>
> diff --git a/ns_exec.c b/ns_exec.c
> index 5d5cca3..d15daa0 100644
> --- a/ns_exec.c
> +++ b/ns_exec.c
> @@ -24,7 +24,7 @@ static const char* procname;
>
> static void usage(const char *name)
> {
> - printf("usage: %s [-h] [-c] [-muip]"
> + printf("usage: %s [-h] [-c] [-muip] [-P <pid-file>]"
> "[command [arg ..]]\n", name);
> printf("\n");
> printf(" -h this message\n");
> @@ -33,6 +33,7 @@ static void usage(const char *name)
> printf(" -m mount namespace\n");
> printf(" -u utsname namespace\n");
> printf(" -i ipc namespace\n");
> + printf(" -P <pid-file> File in which to write global pid of cinit\n");
We probably don't care, but it's not necessarily the global pid.
Applying as is, bc I can't think of a better adjective.
thanks,
-serge
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-21 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 16:35 [PATCH 1/4] Add -P <pid-file> option to ns_exec Serge E. Hallyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox