summaryrefslogtreecommitdiffstats
path: root/547/regr/spec_files/client1.vol
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi@gluster.com>2010-02-11 04:43:47 -0800
committerVijay Bellur <vijay@gluster.com>2010-04-08 10:31:15 +0530
commit6727614db116f9ed79f458fd6d1444b68f955e8f (patch)
tree4875a152a365e505cb5acb142dc38097f722b83b /547/regr/spec_files/client1.vol
parent5ec75e10489ca8b18cfea0a9b4ca1ba70cfcfd4e (diff)
Regression testcase for bug 547
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to '547/regr/spec_files/client1.vol')
-rw-r--r--547/regr/spec_files/client1.vol28
1 files changed, 28 insertions, 0 deletions
diff --git a/547/regr/spec_files/client1.vol b/547/regr/spec_files/client1.vol
new file mode 100644
index 0000000..c948c41
--- /dev/null
+++ b/547/regr/spec_files/client1.vol
@@ -0,0 +1,28 @@
+volume remote1
+ type protocol/client
+ option transport-type tcp/client
+ option remote-port 9352
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+volume remote2
+ type protocol/client
+ option transport-type tcp/client
+ option remote-port 9353
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+
+volume replica
+ type cluster/replicate
+ subvolumes remote1 remote2
+end-volume
+
+
+volume write-behind
+ type performance/write-behind
+ option enable-trickling-writes on
+ subvolumes replica
+end-volume