summaryrefslogtreecommitdiffstats
path: root/client.conf.example
diff options
context:
space:
mode:
authorJohann Latocha2012-07-18 16:50:25 +0200
committerJohann Latocha2012-07-18 16:50:25 +0200
commit50f3a1a23e55111fc871c1f4bcd846da9334577a (patch)
treeaf15cebe1f127931ae5f0ccad09efd9600f4a65d /client.conf.example
parent[KERNEL] set dev number on module load (diff)
downloaddnbd3-50f3a1a23e55111fc871c1f4bcd846da9334577a.tar.gz
dnbd3-50f3a1a23e55111fc871c1f4bcd846da9334577a.tar.xz
dnbd3-50f3a1a23e55111fc871c1f4bcd846da9334577a.zip
[SERVER] Set groupid and permissions on ipc socket
Diffstat (limited to 'client.conf.example')
-rw-r--r--client.conf.example29
1 files changed, 29 insertions, 0 deletions
diff --git a/client.conf.example b/client.conf.example
new file mode 100644
index 0000000..264632f
--- /dev/null
+++ b/client.conf.example
@@ -0,0 +1,29 @@
+# This is a sample configuration file for dnbd3-client
+
+[Ubuntu 10.04]
+server=132.230.4.29
+vid=1
+rid=3
+device=/dev/dnbd0
+ahead=256
+
+[Ubuntu 10.10]
+server=132.230.4.29
+vid=2
+rid=1
+device=/dev/dnbd1
+ahead=256
+
+[Ubuntu 11.04]
+server=132.230.4.29
+vid=3
+rid=1
+device=/dev/dnbd2
+ahead=256
+
+[Ubuntu 11.10]
+server=132.230.4.29
+vid=4
+rid=1
+device=/dev/dnbd3
+ahead=256