summaryrefslogtreecommitdiffstats
path: root/639/regr/spec_files
diff options
context:
space:
mode:
Diffstat (limited to '639/regr/spec_files')
-rw-r--r--639/regr/spec_files/client1.vol14
-rw-r--r--639/regr/spec_files/server1.vol38
2 files changed, 52 insertions, 0 deletions
diff --git a/639/regr/spec_files/client1.vol b/639/regr/spec_files/client1.vol
new file mode 100644
index 0000000..72d8df7
--- /dev/null
+++ b/639/regr/spec_files/client1.vol
@@ -0,0 +1,14 @@
+volume client1
+ type protocol/client
+ option transport-type tcp
+ option remote-host 127.0.0.1
+ option transport.socket.remote-port 7777
+ option remote-subvolume brick1
+end-volume
+
+volume writebehind
+ type performance/write-behind
+ option cache-size 4MB
+ option flush-behind on
+ subvolumes client1
+end-volume \ No newline at end of file
diff --git a/639/regr/spec_files/server1.vol b/639/regr/spec_files/server1.vol
new file mode 100644
index 0000000..ccaa925
--- /dev/null
+++ b/639/regr/spec_files/server1.vol
@@ -0,0 +1,38 @@
+volume posix1
+ type storage/posix
+ option directory /home/raghu/work/git.regression/639/regr/export/export1
+end-volume
+
+
+volume locks
+ type features/posix-locks
+ subvolumes posix1
+end-volume
+
+volume iot
+ type performance/io-threads
+ option thread-count 8
+ subvolumes locks
+end-volume
+
+volume writebehind
+ type performance/write-behind
+ option cache-size 4MB
+ subvolumes iot
+end-volume
+
+volume brick1
+ type performance/read-ahead
+ option page-count 4
+ option force-atime-update off
+ subvolumes writebehind
+end-volume
+
+volume server
+ type protocol/server
+ option transport-type tcp
+ option transport.socket.listen-port 7777
+ subvolumes brick1
+ option auth.addr.brick1.allow *
+end-volume
+