summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/static_files/dnbd3/server.conf')
-rw-r--r--satellit_installer/static_files/dnbd3/server.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/satellit_installer/static_files/dnbd3/server.conf b/satellit_installer/static_files/dnbd3/server.conf
index 404e4ff..c3c7a8c 100644
--- a/satellit_installer/static_files/dnbd3/server.conf
+++ b/satellit_installer/static_files/dnbd3/server.conf
@@ -2,12 +2,14 @@
listenPort=5003
basePath=/srv/openslx/nfs
serverPenalty=0
-clientPenalty=1000
-isProxy=false
+clientPenalty=5000
+isProxy=true
removeMissingImages=true
+uplinkTimeout=5000
clientTimeout=15000
vmdkLegacyMode=true
closeUnusedFd=true
+autoFreeDiskSpaceDelay=-1
; Log related config
[logging]
@@ -16,7 +18,7 @@ closeUnusedFd=true
;;file=./dnbd3.log
fileMask=ERROR WARNING MINOR INFO DEBUG1
consoleMask=ERROR WARNING MINOR INFO
-; Valid types (warning: specifying invalid types will not yield an error!)
+; 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