From: Ian Campbell <Ian.Campbell@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: m.a.young@durham.ac.uk, Ian Jackson <ian.jackson@eu.citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
xen-devel@lists.xen.org
Subject: Re: [PATCH 1/2] tools/hotplug: introduce XENSTORED_ARGS= in sysconfig file.
Date: Wed, 7 Jan 2015 16:44:00 +0000 [thread overview]
Message-ID: <1420649040.18631.121.camel@citrix.com> (raw)
In-Reply-To: <1420648653-14150-2-git-send-email-olaf@aepfle.de>
On Wed, 2015-01-07 at 17:37 +0100, Olaf Hering wrote:
> It is already used in the runlevel script and the service file.
> It is supposed to replace XENSTORED_TRACE= boolean, which cant be easily
> supported in the xenstored.service file.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Wei Liu <wei.liu2@citrix.com>
> ---
> tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/tools/hotplug/Linux/init.d/sysconfig.xencommons.in b/tools/hotplug/Linux/init.d/sysconfig.xencommons.in
> index c12fc8a..f0fa98d 100644
> --- a/tools/hotplug/Linux/init.d/sysconfig.xencommons.in
> +++ b/tools/hotplug/Linux/init.d/sysconfig.xencommons.in
> @@ -21,6 +21,14 @@
> #XENSTORED=@XENSTORED@
>
> ## Type: string
> +## Default: ""
> +#
> +# Additional commandline arguments to start xenstored,
> +# like "--trace-file /var/log/xen/xenstored-trace.log"
> +# See "@sbindir@/xenstored --help" for possible options.
I think you want $XENSTORED here (back reference to the above) to cope
with the possible use of oxenstored.
Alternatively @XENSTORED@ would cause this to refer to the default
xenstored implementation, but I don't think that's quite right.
(TBH, saying "see foo --help for options" almost doesn't need saying)
> +XENSTORED_ARGS=
> +
> +## Type: string
> ## Default: Not defined, tracing off
> #
> # Log xenstored messages
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2015-01-07 16:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-07 16:37 [PATCH 0/2] tools/hotplug/Linux changes Olaf Hering
2015-01-07 16:37 ` [PATCH 1/2] tools/hotplug: introduce XENSTORED_ARGS= in sysconfig file Olaf Hering
2015-01-07 16:44 ` Ian Campbell [this message]
2015-01-07 16:49 ` Ian Jackson
2015-01-07 17:11 ` Ian Campbell
2015-01-08 7:51 ` Olaf Hering
2015-01-08 19:09 ` Konrad Rzeszutek Wilk
2015-01-07 16:37 ` [PATCH 2/2] tools/hotplug: remove usage of XENSTORED_TRACE boolean Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1420649040.18631.121.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=m.a.young@durham.ac.uk \
--cc=olaf@aepfle.de \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.