From 6d659475c248f5030c44acb0096771fcd09a7dee Mon Sep 17 00:00:00 2001 From: sr Date: Fri, 24 Aug 2012 20:54:29 +0200 Subject: [*] Cleanup, comments, more error checks [SERVER] Fix a few off-by-one bugs [SERVER] Make log available through IPC [KERNEL] Hot-Swap to faster connection on load-balance [KERNEL] Report I/O error to block layer if no server replies within a given time frame [*] Modified network protocol to handle volume names instead of ids --- server.conf.example | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'server.conf.example') diff --git a/server.conf.example b/server.conf.example index d04aea0..464a870 100644 --- a/server.conf.example +++ b/server.conf.example @@ -1,25 +1,9 @@ # This is a sample configuration file for dnbd3-server -[Ubuntu 10.04] -file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.04.3-desktop-i386.iso -servers=132.230.4.29;132.230.4.220;132.230.8.96 -vid=1 -rid=3 - -[Ubuntu 10.10] -file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.10-desktop-i386.iso -servers=132.230.4.29;132.230.4.220;132.230.8.96 -vid=2 -rid=1 +[settings] +default_namespace=uni-freiburg/rz/bunker -[Ubuntu 11.04] -file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.04-desktop-i386.iso -servers=132.230.4.29;132.230.4.220;132.230.8.96 -vid=3 -rid=1 - -[Ubuntu 11.10] -file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.10-desktop-i386.iso -servers=132.230.4.29;132.230.4.220;132.230.8.96 -vid=4 -rid=1 +[eclipse-cdt linux (tar.gz)] +file=/home/sr/Downloads/eclipse-cpp-juno-linux-gtk-x86_64.tar.gz +servers=127.0.0.20:1234;132.230.4.58;2000::dead:beef +rid=3 -- cgit v1.2.3-55-g7522