You are on page 1of 2

Hash Across Four Storage Servers - GlusterDocumentation http://www.gluster.com/community/documentation/index.php/Hash_Acr...

Download
Documentation
Interact
About

Article
Discussion
Edit
History

Search

Personal tools
Log in / create account
Navigation
Gluster FS
Gluster Platform
Recent changes
Toolbox
What links here
Related changes
Upload file
Special pages

From GlusterDocumentation

Server Vol-file
# file: /etc/glusterfs/glusterfs-server.vol
volume posix
type storage/posix
option directory /data/export
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 *
subvolumes brick
end-volume

Client Vol-file

1 sur 2 26/09/2010 20:24


Hash Across Four Storage Servers - GlusterDocumentation http://www.gluster.com/community/documentation/index.php/Hash_Acr...

# file: /etc/glusterfs/glusterfs-client.vol
volume remote1
type protocol/client
option transport-type tcp
option remote-host storage1.example.com
option remote-subvolume brick
end-volume

volume remote2
type protocol/client
option transport-type tcp
option remote-host storage2.example.com
option remote-subvolume brick
end-volume

volume remote3
type protocol/client
option transport-type tcp
option remote-host storage3.example.com
option remote-subvolume brick
end-volume

volume remote4
type protocol/client
option transport-type tcp
option remote-host storage4.example.com
option remote-subvolume brick
end-volume

volume distribute
type cluster/distribute
subvolumes remote1 remote2 remote3 remote4
end-volume

volume writebehind
type performance/write-behind
option window-size 1MB
subvolumes distribute
end-volume

volume cache
type performance/io-cache
option cache-size 512MB
subvolumes writebehind
end-volume

Retrieved from "http://www.gluster.com/community/documentation/index.php/Hash_Across_Four_Storage_Servers"


This page was last modified 21:25, 14 May 2009. This page has been accessed 13,326 times.

Content is available under GNU Free Documentation License 1.3 or Later.

Copyright © 2009 Gluster, Inc. All Rights Reserved.

2 sur 2 26/09/2010 20:24

You might also like