summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf')
-rw-r--r--satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf b/satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf
new file mode 100644
index 0000000..c2327d6
--- /dev/null
+++ b/satellit_installer/static_files/dnbd3/etc/dnbd3-server/server.conf
@@ -0,0 +1,29 @@
+[dnbd3]
+listenPort=5003
+basePath=/srv/openslx/nfs
+serverPenalty=0
+clientPenalty=5000
+isProxy=true
+removeMissingImages=true
+uplinkTimeout=5000
+clientTimeout=15000
+vmdkLegacyMode=true
+closeUnusedFd=true
+autoFreeDiskSpaceDelay=-1
+ignoreAllocErrors=true
+
+; 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
+