summaryrefslogtreecommitdiffstats
path: root/113/regr/spec_files/client1.vol
diff options
context:
space:
mode:
Diffstat (limited to '113/regr/spec_files/client1.vol')
-rw-r--r--113/regr/spec_files/client1.vol30
1 files changed, 30 insertions, 0 deletions
diff --git a/113/regr/spec_files/client1.vol b/113/regr/spec_files/client1.vol
new file mode 100644
index 0000000..a493ee0
--- /dev/null
+++ b/113/regr/spec_files/client1.vol
@@ -0,0 +1,30 @@
+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 remote3
+ type protocol/client
+ option transport-type tcp/client
+ option remote-port 9354
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+volume stripe
+ type cluster/stripe
+ option block-size 1MB
+ subvolumes remote1 remote2 remote3
+end-volume
+