summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnush Shetty <anush@gluster.com>2009-10-28 00:57:09 -0700
committerVijay Bellur <vijay@gluster.com>2009-10-30 12:08:15 +0530
commit7c3807715641d5ab96224a02131fbd8db3563b2e (patch)
tree85098abef47502fdeb55f5dad4e3542031ef2486
parent14354c9edd8ee76ce7d7f3e43eeff61600bd4516 (diff)
Bug 226 - Client vol file
Signed-off-by: Vijay Bellur <vijay@gluster.com>
-rwxr-xr-x226/regr/spec_files/client1.vol34
1 files changed, 34 insertions, 0 deletions
diff --git a/226/regr/spec_files/client1.vol b/226/regr/spec_files/client1.vol
new file mode 100755
index 0000000..4a185ca
--- /dev/null
+++ b/226/regr/spec_files/client1.vol
@@ -0,0 +1,34 @@
+# file: /etc/glusterfs/glusterfs-client.vol
+volume remote1
+ type protocol/client
+ option transport-type tcp
+ option remote-host 127.0.0.1
+ option transport.socket.remote-port 1500
+ option remote-subvolume brick
+end-volume
+
+volume remote2
+ type protocol/client
+ option transport-type tcp
+ option remote-host 127.0.0.1
+ option transport.socket.remote-port 1600
+ option remote-subvolume brick
+end-volume
+
+volume replicate
+ type cluster/replicate
+ subvolumes remote1 remote2
+end-volume
+
+volume writebehind
+ type performance/write-behind
+ option window-size 1MB
+ subvolumes replicate
+end-volume
+
+volume cache
+ type performance/io-cache
+ option cache-size 512MB
+ subvolumes writebehind
+end-volume
+