summaryrefslogtreecommitdiffstats
path: root/dnbd3-client.conf.example
diff options
context:
space:
mode:
authorJohann Latocha2012-02-16 14:14:41 +0100
committerJohann Latocha2012-02-16 14:14:41 +0100
commitda165852d21a48465dccd88e6c4216e27d37486e (patch)
tree88ef18fe48e905bab125c437abedfe55b6621060 /dnbd3-client.conf.example
parent[SERVER] Minor bug fixes (diff)
downloaddnbd3-da165852d21a48465dccd88e6c4216e27d37486e.tar.gz
dnbd3-da165852d21a48465dccd88e6c4216e27d37486e.tar.xz
dnbd3-da165852d21a48465dccd88e6c4216e27d37486e.zip
[BUILD] Don't overwrite existing config files
Diffstat (limited to 'dnbd3-client.conf.example')
-rw-r--r--dnbd3-client.conf.example29
1 files changed, 29 insertions, 0 deletions
diff --git a/dnbd3-client.conf.example b/dnbd3-client.conf.example
new file mode 100644
index 0000000..1b0ccbd
--- /dev/null
+++ b/dnbd3-client.conf.example
@@ -0,0 +1,29 @@
+# This is a sample configuration file for dnbd3-client
+
+[Ubuntu 10.04]
+server=132.230.4.29
+port=5003
+vid=1
+rid=3
+device=/dev/dnbd0
+
+[Ubuntu 10.10]
+server=132.230.4.29
+port=5003
+vid=2
+rid=1
+device=/dev/dnbd1
+
+[Ubuntu 11.04]
+server=132.230.4.29
+port=5003
+vid=3
+rid=1
+device=/dev/dnbd2
+
+[Ubuntu 11.10]
+server=132.230.4.29
+port=5003
+vid=4
+rid=1
+device=/dev/dnbd3