Project

General

Profile

Download (1.05 KB) Statistics
| Branch: | Revision:
1
# Internal address of the stabile admin server.
2
ADMIN_SERVER_ADDRESS=10.0.0.1
3

    
4
# Remote NFS path for storage.
5
# ie. 10.0.0.2:/mnt/stabile/images,10.0.0.10:/data000/images000
6
STORAGE_SERVERS_ADDRESS_PATHS=10.0.0.1:/mnt/stabile/images
7

    
8
# Locally mounted storage paths
9
# ie. /mnt/stabile/images,/mnt/stabile/images000
10
STORAGE_SERVERS_LOCAL_PATHS=/mnt/stabile/images
11

    
12
# ADMIN_NIC is the interface nodes PXE-boot from, and which handles NFS traffic
13
# DATA_NIC is the interface which handles network traffic from the VM's
14
ADMIN_NIC=
15
DATA_NIC=
16
# Initialize and format local disk if present. Use with care...
17
INITIALIZE_LOCAL_DISK=zfs
18

    
19
# Cgroup limits for VM instances
20
# e.g. 125829120 = 120 * 1024 * 1024 = 120 MB / s
21
VM_READ_LIMIT = 419430400
22
VM_WRITE_LIMIT = 419430400
23
# IOPS
24
VM_IOPS_READ_LIMIT = 4000
25
VM_IOPS_WRITE_LIMIT = 4000
26

    
27
# Cgroup limits for movepiston and related processes
28
PISTON_READ_LIMIT = 419430400
29
PISTON_WRITE_LIMIT = 419430400
30
PISTON_IOPS_READ_LIMIT = 4000
31
PISTON_IOPS_WRITE_LIMIT = 4000
32

    
33
# Email address used for alerts from nodes
34
ALERT_EMAIL = irigo@localhost
(13-13/27)