aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/oxenstored.conf
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-12-15 16:52:22 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-12-15 16:52:22 +0000
commit90299f2abd2cbb855448510138023eba3e1a4614 (patch)
treee18593824889b190fc67e5cda064a5d286962d15 /tools/ocaml/xenstored/oxenstored.conf
parent25c4397fb24d0253dccfdb8bbe12cf3fd0504103 (diff)
downloadxen-90299f2abd2cbb855448510138023eba3e1a4614.tar.gz
xen-90299f2abd2cbb855448510138023eba3e1a4614.tar.bz2
xen-90299f2abd2cbb855448510138023eba3e1a4614.zip
oxenstored: install configuration file
First though: - Move it to /etc/xen/oxenstored.conf. - Use /var/run/xenstored.pid as default pid file - Disable test-eagain "Randomly failed a transaction with EAGAIN. Used for testing Xs user". Doesn't sound fun by default... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/xenstored/oxenstored.conf')
-rw-r--r--tools/ocaml/xenstored/oxenstored.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/ocaml/xenstored/oxenstored.conf b/tools/ocaml/xenstored/oxenstored.conf
new file mode 100644
index 0000000000..9616d32036
--- /dev/null
+++ b/tools/ocaml/xenstored/oxenstored.conf
@@ -0,0 +1,35 @@
+# default xenstored config
+
+# Where the pid file is stored
+pid-file = /var/run/xenstored.pid
+
+# Randomly failed a transaction with EAGAIN. Used for testing Xs user
+test-eagain = false
+
+# Activate transaction merge support
+merge-activate = true
+
+# Activate node permission system
+perms-activate = true
+
+# Activate quota
+quota-activate = true
+quota-maxentity = 1000
+quota-maxsize = 2048
+quota-maxwatch = 100
+quota-transaction = 10
+
+# Activate filed base backend
+persistant = false
+
+# Xenstored logs
+# xenstored-log-file = /var/log/xenstored.log
+# xenstored-log-level = null
+# xenstored-log-nb-files = 10
+
+# Xenstored access logs
+# access-log-file = /var/log/xenstored-access.log
+# access-log-nb-lines = 13215
+# acesss-log-nb-chars = 180
+# access-log-special-ops = false
+