Revision [2380]

Last edited on 2009-07-10 10:25:40 by WikiAdmin
Additions:
This could be a better alternative than NFS. Apparently, aside from simple export-mount, one can do replication (mirroring data on multiple remotes) or distributed storage (storing files on multiple remotes), or combine these two to form a RAID-10 like storage on the network (mirroring of distributed remotes). This example creates 1 server that exports a directory, and a client which mounts it.
Deletions:
This could be a better alternative than NFS. Apparently, aside from simple replication, one can also to stripping across multiple nodes. This example creates 1 server that exports a directory, and a client which mounts it.


Revision [2379]

Edited on 2009-07-10 10:15:41 by WikiAdmin
Additions:
option transport-type tcp
option window-size 4MB
subvolumes remote1
Deletions:
option transport-type tcp/client
volume replicate1
type cluster/replicate
subvolumes remote1
volume distribute
type cluster/distribute
subvolumes replicate1
option window-size 1MB
subvolumes distribute


Revision [2378]

Edited on 2009-07-10 10:05:53 by WikiAdmin
Additions:
==Netstat==
Just in case you're on a firewall-ed network:
tcp 0 0 10.0.0.20:1022 10.0.0.26:6996 ESTABLISHED 21408/glusterfs
tcp 0 0 10.0.0.20:1023 10.0.0.26:6996 ESTABLISHED 21408/glusterfs


Revision [2377]

Edited on 2009-07-10 10:02:35 by WikiAdmin
Additions:
This could be a better alternative than NFS. Apparently, aside from simple replication, one can also to stripping across multiple nodes. This example creates 1 server that exports a directory, and a client which mounts it.
==Download==
http://www.gluster.org/
http://fuse.sourceforge.net/


Revision [2376]

The oldest known version of this page was created on 2009-07-10 09:59:03 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki