diff options
| author | Anush Shetty <anush@gluster.com> | 2009-10-28 00:57:09 -0700 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2009-10-30 12:08:15 +0530 | 
| commit | 7c3807715641d5ab96224a02131fbd8db3563b2e (patch) | |
| tree | 85098abef47502fdeb55f5dad4e3542031ef2486 | |
| parent | 14354c9edd8ee76ce7d7f3e43eeff61600bd4516 (diff) | |
Bug 226 - Client vol file
Signed-off-by: Vijay Bellur <vijay@gluster.com>
| -rwxr-xr-x | 226/regr/spec_files/client1.vol | 34 | 
1 files changed, 34 insertions, 0 deletions
diff --git a/226/regr/spec_files/client1.vol b/226/regr/spec_files/client1.vol new file mode 100755 index 0000000..4a185ca --- /dev/null +++ b/226/regr/spec_files/client1.vol @@ -0,0 +1,34 @@ +# file: /etc/glusterfs/glusterfs-client.vol +volume remote1 +  type protocol/client +  option transport-type tcp +  option remote-host 127.0.0.1 +  option transport.socket.remote-port 1500 +  option remote-subvolume brick +end-volume + +volume remote2 +  type protocol/client +  option transport-type tcp +  option remote-host 127.0.0.1 +  option transport.socket.remote-port 1600 +  option remote-subvolume brick +end-volume + +volume replicate +  type cluster/replicate +  subvolumes remote1 remote2 +end-volume + +volume writebehind +  type performance/write-behind +  option window-size 1MB +  subvolumes replicate +end-volume + +volume cache +  type performance/io-cache +  option cache-size 512MB +  subvolumes writebehind +end-volume +  | 
