25 |
rodolico |
1 |
---
|
26 |
rodolico |
2 |
# location of the configuration files for the domains
|
25 |
rodolico |
3 |
'conf dir': /media/shared/havirt/conf
|
26 |
rodolico |
4 |
# location of the variable information (status file, other)
|
25 |
rodolico |
5 |
'db dir': /media/shared/havirt/var
|
26 |
rodolico |
6 |
# file which remembers when we last scanned the nodes
|
|
|
7 |
'last scan filename': /media/shared/havirt/var/lastscan
|
|
|
8 |
# number of seconds since last scan before we'll do another
|
|
|
9 |
'min scan time': 300
|
|
|
10 |
# Amount of reserved memory required on each node. Will not start or migrate a
|
|
|
11 |
# domain if it will reduce the node below this value
|
|
|
12 |
'node reserved memory': 8388608
|
|
|
13 |
# same as reserved memory, but number of threads (NOT cores) we will reserve
|
|
|
14 |
# for the node itself. This may be a negative number, in which chase we will
|
|
|
15 |
# be allowed to go over by this amount. If 0, will not be checked
|
|
|
16 |
'node reserved vcpu': 0
|
|
|
17 |
# if set to true (1), will rescan nodes before doing anything dangerous,
|
|
|
18 |
# like starting a domain. If you start a domain on more than one node
|
|
|
19 |
# using shared block devices, you can corrupt the block device. This attempts
|
|
|
20 |
# to protect that scenario, at the expense of additional network traffic
|
|
|
21 |
# and processing time.
|
|
|
22 |
paranoid: 1
|
|
|
23 |
# actual install directory
|
|
|
24 |
'script dir': /media/shared/havirt
|
|
|
25 |
# name of script (forget why I put that in)
|
|
|
26 |
'script name': havirt
|
|
|
27 |
# the file which holds current information on all nodes, domains, which node
|
|
|
28 |
#domains are on, etc...
|
|
|
29 |
'status db filename': /media/shared/havirt/var/status.yaml
|
|
|
30 |
# following are flags which can be modified using the command line. Setting
|
|
|
31 |
# a value here sets the default for the entire system. For example, setting
|
|
|
32 |
# dryrun to 0 will execute commands instead of printing them. Can be overridden
|
|
|
33 |
# from the cli so, for example, setting dryrun to 0 here, then passing the
|
|
|
34 |
# --dryrun (or -n) flag will allow you to override that.
|
25 |
rodolico |
35 |
flags:
|
|
|
36 |
debug: 0
|
|
|
37 |
dryrun: 1
|
26 |
rodolico |
38 |
force: 0
|
25 |
rodolico |
39 |
format: screen
|
|
|
40 |
quiet: 0
|
|
|
41 |
target: ''
|
26 |
rodolico |
42 |
verbose: 1
|