diff options
| author | Anush Shetty <anush@gluster.com> | 2009-10-28 00:56:44 -0700 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2009-10-30 12:08:12 +0530 | 
| commit | 14354c9edd8ee76ce7d7f3e43eeff61600bd4516 (patch) | |
| tree | 858a70ddc29fe70edd813152e6c42d80a4d2091f | |
| parent | 4b53a576a8f4fcbc7e37f8c3e9379a11660a85c7 (diff) | |
Bug 226 - server2 vol file
Signed-off-by: Vijay Bellur <vijay@gluster.com>
| -rwxr-xr-x | 226/regr/spec_files/server2.vol | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/226/regr/spec_files/server2.vol b/226/regr/spec_files/server2.vol new file mode 100755 index 0000000..9901b04 --- /dev/null +++ b/226/regr/spec_files/server2.vol @@ -0,0 +1,25 @@ +# file: /etc/glusterfs/glusterfs-server.vol +volume posix +  type storage/posix +  option directory /jbod/regr/226/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 auth.addr.brick.allow * +  option transport.socket.listen-port 1500 +  subvolumes brick +end-volume +  | 
