summaryrefslogtreecommitdiffstats
path: root/server.config.example/server.conf
diff options
context:
space:
mode:
authorSebastian2016-02-11 10:11:33 +0100
committerSebastian2016-02-11 14:42:53 +0100
commit5d74f48e9a89699367d37a3378a4773abc7ee7c8 (patch)
tree2ff5c363daa0fa4971eb4c20a578844fe2217d58 /server.config.example/server.conf
parentrunning FreeBSD sendfile (diff)
downloaddnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.tar.gz
dnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.tar.xz
dnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.zip
Cmake tuning; move cfg folder
Diffstat (limited to 'server.config.example/server.conf')
-rw-r--r--server.config.example/server.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/server.config.example/server.conf b/server.config.example/server.conf
deleted file mode 100644
index 7ef10a3..0000000
--- a/server.config.example/server.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-[dnbd3]
-; port to listen on (default: 5003)
-listenPort=5003
-; relative root directory for images, ending in .r[1-9][0-9]*
-basePath=/mnt/storage/dnbd3
-; artificial connection delay for connecting servers
-serverPenalty=100000
-; artificial connection delay for connecting clients
-clientPenalty=0
-; is this server a proxy? if true, requests for non-existing images will be relayed to known alt-servers
-isProxy=true
-; if proxy is true and an image is incomplete, should idle bandwidth be used to replicate missing blocks?
-backgroundReplication=true
-; if true (which is the default), images will automatically be removed from the list if they can't be accessed
-removeMissingImages=true
-; timeout in ms for send/recv on connections to uplink servers (used for replication)
-uplinkTimeout=1250
-; timeout in ms for send/recv on connections to clients (using an image on this server)
-clientTimeout=15000
-
-; Log related config
-[logging]
-; log file path and name
-; protip: use SIGUSR2 to reopen log file
-file=./dnbd3.log
-; which type of messages to log to file
-fileMask=ERROR WARNING MINOR INFO DEBUG1
-; which to log to console (stdout)
-consoleMask=ERROR WARNING MINOR INFO
-; Valid types (warning: specifying invalid types will not yield an error!)
-; 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
-