summaryrefslogtreecommitdiffstats
path: root/131/regr/spec_files/client1.vol
diff options
context:
space:
mode:
authorVinayak Hegde <vinayak@gluster.com>2009-10-28 22:20:24 -0700
committerVijay Bellur <vijay@gluster.com>2009-10-30 12:08:26 +0530
commitb57aa4ab6641d264e83301ad1afac411fe2e9843 (patch)
treeb5e427d9162265b4fed3dd52620673b0d2b2e3e4 /131/regr/spec_files/client1.vol
parent79ddee5ca9f9c2850ab35d1de68cd9df0cdb5eb1 (diff)
Regression testcase for bug 131
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to '131/regr/spec_files/client1.vol')
-rw-r--r--131/regr/spec_files/client1.vol33
1 files changed, 33 insertions, 0 deletions
diff --git a/131/regr/spec_files/client1.vol b/131/regr/spec_files/client1.vol
new file mode 100644
index 0000000..465385e
--- /dev/null
+++ b/131/regr/spec_files/client1.vol
@@ -0,0 +1,33 @@
+volume remote1
+ type protocol/client
+ option transport-type tcp
+ option remote-port 9335
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+volume remote2
+ type protocol/client
+ option transport-type tcp
+ option remote-port 9336
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+volume distribute
+ type cluster/distribute
+ subvolumes remote1 remote2
+end-volume
+
+volume writebehind
+ type performance/write-behind
+ option window-size 1MB
+ subvolumes distribute
+end-volume
+
+volume cache
+ type performance/io-cache
+ option cache-size 512MB
+ subvolumes writebehind
+end-volume
+