summaryrefslogtreecommitdiffstats
path: root/shib_secondary/remote/server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'shib_secondary/remote/server.conf')
-rw-r--r--shib_secondary/remote/server.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/shib_secondary/remote/server.conf b/shib_secondary/remote/server.conf
new file mode 100644
index 0000000..5f4ef72
--- /dev/null
+++ b/shib_secondary/remote/server.conf
@@ -0,0 +1,25 @@
+[dnbd3]
+listenPort=5003
+basePath=/mnt/store/dnbd3
+serverPenalty=0
+clientPenalty=5000
+isProxy=true
+removeMissingImages=true
+uplinkTimeout=5000
+clientTimeout=15000
+vmdkLegacyMode=false
+closeUnusedFd=true
+autoFreeDiskSpaceDelay=10h
+ignoreAllocErrors=true
+bgrWindowSize=8
+
+[limits]
+maxPrefetch=512k
+
+; 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