summaryrefslogtreecommitdiffstats
path: root/445/regr/spec_files/client1.vol
diff options
context:
space:
mode:
Diffstat (limited to '445/regr/spec_files/client1.vol')
-rw-r--r--445/regr/spec_files/client1.vol23
1 files changed, 23 insertions, 0 deletions
diff --git a/445/regr/spec_files/client1.vol b/445/regr/spec_files/client1.vol
new file mode 100644
index 0000000..3af2442
--- /dev/null
+++ b/445/regr/spec_files/client1.vol
@@ -0,0 +1,23 @@
+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
+
+