summaryrefslogtreecommitdiffstats
path: root/133/regr/spec_files/client1.vol
diff options
context:
space:
mode:
Diffstat (limited to '133/regr/spec_files/client1.vol')
-rw-r--r--133/regr/spec_files/client1.vol33
1 files changed, 0 insertions, 33 deletions
diff --git a/133/regr/spec_files/client1.vol b/133/regr/spec_files/client1.vol
deleted file mode 100644
index 043e637..0000000
--- a/133/regr/spec_files/client1.vol
+++ /dev/null
@@ -1,33 +0,0 @@
-volume remote1
- type protocol/client
- option transport-type tcp
- option remote-port 9337
- 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 9338
- 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
-