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