summaryrefslogtreecommitdiffstats
path: root/241/regr/spec_files
diff options
context:
space:
mode:
Diffstat (limited to '241/regr/spec_files')
-rw-r--r--241/regr/spec_files/client1.vol28
-rw-r--r--241/regr/spec_files/server1.vol23
-rw-r--r--241/regr/spec_files/server2.vol23
3 files changed, 74 insertions, 0 deletions
diff --git a/241/regr/spec_files/client1.vol b/241/regr/spec_files/client1.vol
new file mode 100644
index 0000000..03e1aed
--- /dev/null
+++ b/241/regr/spec_files/client1.vol
@@ -0,0 +1,28 @@
+volume remote1
+type protocol/client
+option transport-type tcp
+option remote-port 9350
+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 9351
+option remote-host 127.0.0.1
+option remote-subvolume brick
+end-volume
+
+volume cs
+type cluster/replicate
+subvolumes remote1 remote2
+end-volume
+
+volume cache
+type performance/io-cache
+option cache-size 512MB
+subvolumes cs
+end-volume
+
+
diff --git a/241/regr/spec_files/server1.vol b/241/regr/spec_files/server1.vol
new file mode 100644
index 0000000..c366041
--- /dev/null
+++ b/241/regr/spec_files/server1.vol
@@ -0,0 +1,23 @@
+volume posix
+type storage/posix
+option directory /jbod/regr/241/export1
+end-volume
+
+volume locks
+type features/locks
+subvolumes posix
+end-volume
+
+volume brick
+type performance/io-threads
+subvolumes locks
+end-volume
+
+volume server
+type protocol/server
+option transport-type tcp
+option listen-port 9350
+option auth.addr.brick.allow *
+subvolumes brick
+end-volume
+
diff --git a/241/regr/spec_files/server2.vol b/241/regr/spec_files/server2.vol
new file mode 100644
index 0000000..054e59f
--- /dev/null
+++ b/241/regr/spec_files/server2.vol
@@ -0,0 +1,23 @@
+volume posix
+type storage/posix
+option directory /jbod/regr/241/export2
+end-volume
+
+volume locks
+type features/locks
+subvolumes posix
+end-volume
+
+volume brick
+type performance/io-threads
+subvolumes locks
+end-volume
+
+volume server
+type protocol/server
+option transport-type tcp
+option listen-port 9351
+option auth.addr.brick.allow *
+subvolumes brick
+end-volume
+