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, david.vrabel@citrix.com,
jbeulich@suse.com
Subject: [PATCH 0/2] xenstore: support reading directory with many children
Date: Tue, 25 Oct 2016 07:52:39 +0200 [thread overview]
Message-ID: <1477374761-25962-1-git-send-email-jgross@suse.com> (raw)
Reading the children list of a xenstore node with the length of that
list exceeding 4096 bytes is currently not possible. This can be a
problem for a large host with a huge number of domains as Xen tools
will no longer by capable to scan some directories of xenstore (e.g.
/local/domain).
This small patch series adds a new xs wire command to read a directory
in multiple chunks. libxenstore is modified in a compatible way to
show an unmodified result in case xenstored doesn't support the new
command.
The patch set has been verified to work by using the following shell script:
xenstore-write /test "test"
for i in `seq 100 500`
do
xenstore-write /test/entry_with_very_long_name_$i $i
done
xenstore-ls
xenstore-rm /test
Juergen Gross (2):
xenstore: add support for reading directory with many children
xenstore: support XS_DIRECTORY_PART in libxenstore
tools/xenstore/xenstored_core.c | 4 ++
tools/xenstore/xenstored_transaction.c | 57 ++++++++++++++++++++++++++
tools/xenstore/xenstored_transaction.h | 1 +
tools/xenstore/xs.c | 74 ++++++++++++++++++++++++++++++----
xen/include/public/io/xs_wire.h | 1 +
5 files changed, 129 insertions(+), 8 deletions(-)
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-10-25 5:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-25 5:52 Juergen Gross [this message]
2016-10-25 5:52 ` [PATCH 1/2] xenstore: add support for reading directory with many children Juergen Gross
2016-10-25 9:06 ` Jan Beulich
[not found] ` <580F3CC902000078001195F3@suse.com>
2016-10-25 11:41 ` Juergen Gross
2016-10-25 13:20 ` Jan Beulich
[not found] ` <580F785502000078001197C7@suse.com>
2016-10-25 13:47 ` Juergen Gross
2016-10-25 14:02 ` Jan Beulich
[not found] ` <580F820E0200007800119823@suse.com>
2016-10-25 14:48 ` Juergen Gross
2016-10-25 5:52 ` [PATCH 2/2] xenstore: support XS_DIRECTORY_PART in libxenstore 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=1477374761-25962-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=david.vrabel@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.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).