summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf
blob: f51d56efd03e2985619a7d9768d3916a37bf3084 (plain) (blame)
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
[dnbd3]
listenPort=5003
basePath=/srv/openslx/nfs
serverPenalty=0
clientPenalty=5000
isProxy=true
removeMissingImages=true
uplinkTimeout=5000
clientTimeout=15000
vmdkLegacyMode=true
closeUnusedFd=true
autoFreeDiskSpaceDelay=48h
ignoreAllocErrors=true
bgrWindowSize=10

; Log related config
[logging]
; protip: use SIGUSR2 to reopen log file
; DEACTIVATED
;;file=./dnbd3.log
fileMask=ERROR WARNING MINOR INFO DEBUG1
consoleMask=ERROR WARNING MINOR INFO
; Valid types
; ERROR     Fatal error, server will terminate
; WARNING   Major issue, something is broken but keep running
; MINOR     Minor issue, more of a hickup than serious problem
; INFO      Informational message
; DEBUG1    Debug information, used for medium verbosity
; DEBUG2    Used for debug messages that would show up a lot