summaryrefslogtreecommitdiffstats
path: root/26/regr/spec_files
diff options
context:
space:
mode:
Diffstat (limited to '26/regr/spec_files')
-rw-r--r--26/regr/spec_files/client1.vol9
-rw-r--r--26/regr/spec_files/server1.vol24
2 files changed, 33 insertions, 0 deletions
diff --git a/26/regr/spec_files/client1.vol b/26/regr/spec_files/client1.vol
new file mode 100644
index 0000000..b92da11
--- /dev/null
+++ b/26/regr/spec_files/client1.vol
@@ -0,0 +1,9 @@
+volume client1
+ type protocol/client
+ option transport-type tcp
+ option remote-port 9320
+ option remote-host 127.0.0.1
+ option remote-subvolume brick
+end-volume
+
+
diff --git a/26/regr/spec_files/server1.vol b/26/regr/spec_files/server1.vol
new file mode 100644
index 0000000..cf254c7
--- /dev/null
+++ b/26/regr/spec_files/server1.vol
@@ -0,0 +1,24 @@
+volume posix
+ type storage/posix
+ option directory /jbod/regr/26/export1
+end-volume
+
+volume locks
+ type features/locks
+ subvolumes posix
+end-volume
+
+volume brick
+ type performance/io-threads
+ option thread-count 8
+ subvolumes locks
+end-volume
+
+volume server
+ type protocol/server
+ option transport-type tcp
+ option listen-port 9320
+ option auth.addr.brick.allow *
+ subvolumes brick
+end-volume
+