-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
42 lines (33 loc) · 699 Bytes
/
.env
File metadata and controls
42 lines (33 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
##
## chunkserver
##
LABEL=SSD_RACK1_DC1
CS_LOCK_MEMORY=
HDD_LEAVE_SPACE_DEFAULT=10GiB
ENABLE_LOAD_FACTOR=1
REPLICATION_BANDWIDTH_LIMIT_KBPS=1000000
# where you mount all disks you use for lizardfs
LOCAL_MOUNT_ROOT=/mnt/lizardfs/disks
# names of the mount points in LOCAL_MOUNT_ROOT you want to use
DISKS="hdd hdd2"
# set a unique hostname for each chunkserver
HOSTNAME=chunkserver-grz-01
##
## master/shadow/ha-cluster-managed
##
PERSONALITY=master
ADMIN_PASSWORD=secret
LOCK_MEMORY=
PREFER_LOCAL_CHUNKSERVER=1
ENDANGERED_CHUNKS_PRIORITY=0
##
## metalogger
##
ML_LOCK_MEMORY=
BACK_META_KEEP_PREVIOUS=
META_DOWNLOAD_FREQ=
##
## common
##
MASTER_HOST=lizardfs-master
MASTER_IP=192.168.111.1