Revision [2380]
Last edited on 2009-07-10 10:25:40 by WikiAdminAdditions:
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:
Revision [2379]
Edited on 2009-07-10 10:15:41 by WikiAdminAdditions:
option transport-type tcp
option window-size 4MB
subvolumes remote1
option window-size 4MB
subvolumes remote1
Deletions:
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 WikiAdminAdditions:
==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
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 WikiAdminAdditions:
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/
==Download==
http://www.gluster.org/
http://fuse.sourceforge.net/