summaryrefslogtreecommitdiffstats
path: root/143/regr/spec_files/server2.vol
diff options
context:
space:
mode:
authorVinayak Hegde <vinayak@gluster.com>2009-11-26 01:46:24 -0800
committerVijay Bellur <vijay@gluster.com>2009-12-01 19:10:18 +0530
commita128d1b9ad23b6c1b855401844cf133a492e0bca (patch)
tree4927e5931c4add55a5f76ba199f498a5894970e6 /143/regr/spec_files/server2.vol
parent407beff649bae9e61b2994167699f0c737884aad (diff)
Regression test case for bug 143.
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to '143/regr/spec_files/server2.vol')
-rw-r--r--143/regr/spec_files/server2.vol24
1 files changed, 24 insertions, 0 deletions
diff --git a/143/regr/spec_files/server2.vol b/143/regr/spec_files/server2.vol
new file mode 100644
index 0000000..45909a4
--- /dev/null
+++ b/143/regr/spec_files/server2.vol
@@ -0,0 +1,24 @@
+volume posix
+ type storage/posix
+ option directory /share/tickets/143/regr/export/export2
+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 9347
+ option auth.addr.brick.allow *
+ subvolumes brick
+end-volume
+