xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Filipe Manco <filipe.manco@neclab.eu>
To: "Luis R. Rodriguez" <mcgrof@kernel.org>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Cc: "Juergen Gross" <jgross@suse.com>,
	"Charles Arndol" <carnold@suse.com>,
	"Dave Scott" <Dave.Scott@citrix.com>,
	"Mike Latimer" <mlatimer@suse.com>,
	"Anil Madhavapeddy" <anil@recoil.org>,
	"Doug Goldstein" <cardoe@cardoe.com>,
	"Jim Fehlig" <jfehlig@suse.com>,
	"Jan Beulich" <JBeulich@suse.com>,
	felipe.huici@neclab.eu, "Olaf Hering" <ohering@suse.de>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: 2016 Xen hackathon notes - xenstored
Date: Fri, 29 Apr 2016 16:33:31 +0200	[thread overview]
Message-ID: <572370BB.6030707@neclab.eu> (raw)
In-Reply-To: <CAB=NE6VJqnZGBhYTJCmgLS-n2kEm9hZsbbVyRSJxJE=jhRppRQ@mail.gmail.com>

Hi

Regarding LiXS, our goal is to make it one of the upstream xenstore 
alternatives. For that I already started getting internal approvals to 
release the code open source, which should happen somewhere around next 
month. I also need to fix some bugs and would like to do some 
performance testing before the release.

Once it is released, it would be nice to get some comments from the 
community on the implementation, specifically about how to make it 
upstreamable; I’ll let you know when the code is available.

Does this plan sound reasonable?

Best regards
Filipe Manco

P.S. The code will be released under a BSD License

On 28-04-2016 20:34, Luis R. Rodriguez wrote:
> At the 2016 Xen Hackathon I raised the topic of the default xenstored
> used. Here are my notes with some new additions and supported
> documentation. It would seem we're moving to oxenstored as the default
> on Linux distributions and FreeBSD now, if you have issues or concerns
> with this please let us know.
>
> Notes:
> =====
>
> Although we have had oxenstored be the the default *iff* you have
> ocaml dev libs installled when compiling Xen from source both Linux
> distributions (Debian, SUSE*, Gentoo) and FreeBSD were still using the
> C xenstored as the default. This begged the question of why not make
> the switch given Citrix has already been using oxensotred in
> production for years with these known gains [0]:
>
>    * 1/5th the size in terms of line of code in comparison to the C xenstored
>    * better performance increasing support for the number of guests, it
>      supports 3 times number of guests for an upper limit of 160 guests
>
> At the 2014 summit Anil's presented work on a Xenstore 2.0 which
> hinted also towards the future ability to provide git-like
> capabilities for the xenstore, all still written in Ocaml [1]. There
> are others who have worked on a C++ replacement lixs (Lightweight
> XenStore) as well [2], such work revealed oxenstored had the CPU
> pegged after just a few dozen guests. Such work hinted that the
> oxenstored that should be considered for more serious work was the
> Mirage OS xenstore [3], but that the C++ lixs was also performing
> better than the current oxenstored.
>
> Although there are questions about the future of the Xenestore we know
> oxenstored performs better than cxenstored and since we are building
> and using it by default already it begged the question why haven't
> distributions made the switch to use it by default. Since Mirage OS
> work seems promising we agreed to just set oxenstored as the default
> in distributions and in the future hope that Mirage's work or other
> contending efforts make it upstream to consider them as alternatives.
>
> Given Mirage Xenstore would still require ocaml, it would be a good
> stepping stone now to just use oxenstored by default more widely on
> Linux distributions and FreeBSD. A concern was raised about expertise
> over Ocaml, however it would seem that we will have no option but to
> rely on the community / folks supporting upstream oxenstored for this.
>
> [0] http://www.do-not-panic.com/2014/04/summary-of-gains-of-xen-oxenstored.html
> [1] http://decks.openmirage.org/xendevsummit14#/
> [2] http://events.linuxfoundation.org/sites/events/files/slides/xendevsummit14_0.pdf
> [3] https://github.com/mirage/ocaml-xenstore
>
>    Luis


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  parent reply	other threads:[~2016-04-29 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 18:34 2016 Xen hackathon notes - xenstored Luis R. Rodriguez
2016-04-29 13:19 ` Anil Madhavapeddy
2016-04-29 14:33 ` Filipe Manco [this message]
2016-04-29 18:55   ` Luis R. Rodriguez
2016-05-02 11:32     ` Wei Liu

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=572370BB.6030707@neclab.eu \
    --to=filipe.manco@neclab.eu \
    --cc=Dave.Scott@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=anil@recoil.org \
    --cc=cardoe@cardoe.com \
    --cc=carnold@suse.com \
    --cc=felipe.huici@neclab.eu \
    --cc=jfehlig@suse.com \
    --cc=jgross@suse.com \
    --cc=mcgrof@kernel.org \
    --cc=mlatimer@suse.com \
    --cc=ohering@suse.de \
    --cc=roger.pau@citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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).