aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-02 02:09:23 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-02 02:09:23 +0100
commit06d17943f0cd4f1386e2dfbfbffa3e29bd458b10 (patch)
tree753879768245c9e23bd8d471512e397a02566859 /.hgignore
parent8920f45cc8bbbad7fdf478673f8119adda58cfa0 (diff)
downloadxen-06d17943f0cd4f1386e2dfbfbffa3e29bd458b10.tar.gz
xen-06d17943f0cd4f1386e2dfbfbffa3e29bd458b10.tar.bz2
xen-06d17943f0cd4f1386e2dfbfbffa3e29bd458b10.zip
Added a basic integrity checker, and some basic ability to recover from store
corruption, rather than just spewing error messages and exiting. Added a xenstore-control executable, which sends commands to xenstored. Currently, the only command is 'check', which triggers an integrity check. (The integrity check is also triggered whenever a corrupted store is detected). Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 1d6138311f..3e0b2e8974 100644
--- a/.hgignore
+++ b/.hgignore
@@ -166,6 +166,7 @@
^tools/xenstore/xenstore-read$
^tools/xenstore/xenstore-rm$
^tools/xenstore/xenstore-write$
+^tools/xenstore/xenstore-control$
^tools/xenstore/xenstore-ls$
^tools/xenstore/xenstored$
^tools/xenstore/xenstored_test$