From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: Juergen Gross <jgross@suse.com>,
wei.liu2@citrix.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, ross.lagerwall@citrix.com,
dave@recoil.org
Subject: [PATCH v3 0/4] tools: make xenstore domain/daemon configurable
Date: Fri, 22 Jul 2016 17:09:27 +0200 [thread overview]
Message-ID: <1469200171-19703-1-git-send-email-jgross@suse.com> (raw)
Add a configuration option to /etc/sysconfig/xencommons to let the
user configure whether he wants to start xenstore service as a daemon
or as a stubdom.
Changes in V3:
- patch 1: re-add sd_notify() call
- split up former patch 2 into 3 patches as requested by Ian Jackson
- patch 4 (was 2): remove check for running xenstore domain, as this
is done in init-xenstore-domain already
- patch 4 (was 2): if booted with systemd send a systemd-notify message
in the xenstore domain case
- patch 4 (was 2): if booted with systemd don't wait until xenstore
daemon is running, as the daemon will have sent a notify message by
its own
Changes in V2:
- move service type modification form patch 2 to patch 1 as implied by
Ross Lagerwall (at least I guess so)
- add .gitignore entry for launch-xenstore
Juergen Gross (4):
tools: remove systemd xenstore socket definitions
tools: split out xenstored starting form xencommons
tools: use pidfile for test if xenstored is running
tools: make xenstore domain easy configurable
.gitignore | 1 +
tools/configure | 7 +-
tools/configure.ac | 3 +-
tools/hotplug/Linux/Makefile | 1 +
tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 42 +++++++-
tools/hotplug/Linux/init.d/xencommons.in | 38 +------
tools/hotplug/Linux/launch-xenstore.in | 87 ++++++++++++++++
tools/hotplug/Linux/systemd/Makefile | 5 -
tools/hotplug/Linux/systemd/xenstored.service.in | 13 +--
tools/hotplug/Linux/systemd/xenstored.socket.in | 13 ---
tools/hotplug/Linux/systemd/xenstored_ro.socket.in | 13 ---
tools/ocaml/xenstored/systemd.ml | 1 -
tools/ocaml/xenstored/systemd.mli | 5 -
tools/ocaml/xenstored/systemd_stubs.c | 113 ++++-----------------
tools/ocaml/xenstored/utils.ml | 21 ++--
tools/xenstore/xenstored_core.c | 92 +----------------
16 files changed, 169 insertions(+), 286 deletions(-)
create mode 100644 tools/hotplug/Linux/launch-xenstore.in
delete mode 100644 tools/hotplug/Linux/systemd/xenstored.socket.in
delete mode 100644 tools/hotplug/Linux/systemd/xenstored_ro.socket.in
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-07-22 15:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-22 15:09 Juergen Gross [this message]
2016-07-22 15:09 ` [PATCH v3 1/4] tools: remove systemd xenstore socket definitions Juergen Gross
2016-07-22 16:31 ` Wei Liu
2016-07-22 18:49 ` Juergen Gross
2016-07-22 18:51 ` Wei Liu
2016-07-25 4:33 ` Juergen Gross
2016-07-25 11:05 ` Wei Liu
2016-07-25 12:21 ` Juergen Gross
2016-07-22 15:09 ` [PATCH v3 2/4] tools: split out xenstored starting form xencommons Juergen Gross
2016-07-25 13:43 ` Wei Liu
2016-07-22 15:09 ` [PATCH v3 3/4] tools: use pidfile for test if xenstored is running Juergen Gross
2016-08-02 10:23 ` Wei Liu
2016-08-02 10:26 ` Juergen Gross
2016-07-22 15:09 ` [PATCH v3 4/4] tools: make xenstore domain easy configurable Juergen Gross
2016-07-25 13:43 ` Wei Liu
2016-07-25 13:56 ` Juergen Gross
2016-07-25 14:01 ` Wei Liu
2016-07-25 14:06 ` Juergen Gross
2016-07-25 14:11 ` Wei Liu
2016-07-25 14:16 ` Juergen Gross
2016-07-25 14:27 ` Wei Liu
2016-07-25 13:43 ` [PATCH v3 0/4] tools: make xenstore domain/daemon configurable Wei Liu
2016-08-01 8:02 ` Juergen Gross
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=1469200171-19703-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=dave@recoil.org \
--cc=ian.jackson@eu.citrix.com \
--cc=ross.lagerwall@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 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).