summaryrefslogtreecommitdiffstats
path: root/conf/README.server
diff options
context:
space:
mode:
Diffstat (limited to 'conf/README.server')
-rw-r--r--conf/README.server30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf/README.server b/conf/README.server
deleted file mode 100644
index 285758b..0000000
--- a/conf/README.server
+++ /dev/null
@@ -1,30 +0,0 @@
-Configuration for dnbd3-server
-
-The server requires a config directory.
-Start it like so: ./dnbd3-server -c ./my-config/
-
-There are two files in that dir
-
-== alt-servers ==
-List of known alt-servers for this server.
-Format:
-[PREFIX]<IP:PORT> [Comment]
-
-Prefix can be:
-+ - Only report server to clients as alt-server, but don't use for replication
-- - Only use server for replication, but don't advertise to clients
-No prefix means server will be advertised to clients and is used for replication
-
-If you're not running in proxy mode, this file won't do much for you
-
-== server.conf ==
-
-Main configuration file. Ini format.
-
-[dnbd3]
-basePath=/srv/openslx/dnbd3 # virtual root of image files
-serverPenalty=1234 # artificial acceptance delay for incoming server connections (µs)
-clientPenalty=2345 # artificial acceptance delay for incoming client connection (µs)
-isProxy=true # enable proxy mode - will try to replicate from alt-servers if a client requests unknown image
-uplinkTimeout=1250 # r/w timeout for connections to uplink servers
-