25 |
rodolico |
1 |
---
|
|
|
2 |
# Location of the domain configuration files
|
|
|
3 |
'conf dir': /media/shared/havirt/conf
|
|
|
4 |
# location of the status file and other temp files
|
|
|
5 |
'db dir': /media/shared/havirt/var
|
|
|
6 |
# the flags variables have defaults which can be
|
|
|
7 |
# modified here. Be very careful changing these defaults
|
|
|
8 |
flags:
|
|
|
9 |
# can be an integer with values up to 3
|
|
|
10 |
debug: 0
|
|
|
11 |
# do not actually do anything if set to 1
|
|
|
12 |
dryrun: 1
|
|
|
13 |
# can also be tab separated values (tsv)
|
|
|
14 |
format: screen
|
|
|
15 |
# if 1, will display help screen. Don't change
|
|
|
16 |
help: 0
|
|
|
17 |
# decreases output
|
|
|
18 |
quiet: 0
|
|
|
19 |
# target for some commands (node)
|
|
|
20 |
target: ''
|
|
|
21 |
# display version if set. Don't modify here
|
|
|
22 |
version: 0
|
|
|
23 |
# run commands instead of displaying them.
|
|
|
24 |
# Change this to 1 if you want this as the default
|
|
|
25 |
# behaviour. No way to turn it off if set here
|
|
|
26 |
yes: 0
|
|
|
27 |
# name of file which stores the last scan time
|
|
|
28 |
'last scan filename': /media/shared/havirt/var/lastscan
|
|
|
29 |
# number of seconds to refuse to scan again (--yes overrides)
|
|
|
30 |
'minum scan time': 300
|
|
|
31 |
# amount of memory we will not allocate. Dedicated to node
|
|
|
32 |
'node reserved memory': 8388608
|
|
|
33 |
# Number of threads we will not allocate. 0 turns this check
|
|
|
34 |
# off, and negative numbers are allowed
|
|
|
35 |
'node reserved vcpu': 1
|
|
|
36 |
# location of this script (and the configuration file)
|
|
|
37 |
'script dir': /media/shared/havirt
|
|
|
38 |
# name of this script
|
|
|
39 |
'script name': havirt
|
|
|
40 |
# name of the file which stores the cluster status
|
|
|
41 |
'status db filename': /media/shared/havirt/var/status.yaml
|