~ressu/+junk/xen-debian

« back to all changes in this revision

Viewing changes to tools/ocaml/xenstored/xenstored.conf

  • Committer: sami at haahtinen
  • Author(s): Bastian Blank
  • Date: 2011-03-17 14:12:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: sami@haahtinen.name-20110317141245-owgqox0l0p3g5857
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Build documentation using pdflatex.
* Use python 2.6. (closes: #596545)
* Fix lintian override.
* Install new tools: xl, xenpaging.
* Enable blktap2.
  - Use own md5 implementation.
  - Fix includes.
  - Fix linking of blktap2 binaries.
  - Remove optimization setting.
* Temporarily disable hvmloader, wants to download ipxe.
* Remove xenstored pid check from xl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# default xenstored config
 
2
 
 
3
# Where the pid file is stored
 
4
pid-file = /var/run/xensource/xenstored.pid
 
5
 
 
6
# Randomly failed a transaction with EAGAIN. Used for testing Xs user
 
7
test-eagain = true
 
8
 
 
9
# Activate transaction merge support
 
10
merge-activate = true
 
11
 
 
12
# Activate node permission system
 
13
perms-activate = true
 
14
 
 
15
# Activate quota
 
16
quota-activate = true
 
17
quota-maxentity = 1000
 
18
quota-maxsize = 2048
 
19
quota-maxwatch = 100
 
20
quota-transaction = 10
 
21
 
 
22
# Activate filed base backend
 
23
persistant = false
 
24
 
 
25
# Logs
 
26
log = error;general;file:/var/log/xenstored.log
 
27
log = warn;general;file:/var/log/xenstored.log
 
28
log = info;general;file:/var/log/xenstored.log
 
29
 
 
30
# log = debug;io;file:/var/log/xenstored-io.log