GlusterFS(8) | Gluster Inc. | GlusterFS(8) |
GlusterFS - clustered file system
glusterfs [options] [mountpoint]
GlusterFS is a clustered file system, capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP and interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware, such as x86-64 server with SATA-II RAID and Infiniband HBA.
GlusterFS is fully POSIX compliant file system. On client side, it has dependency on FUSE package, on server side, it works seemlessly on different operating systems. Currently supported on GNU/Linux and Solaris.
/var/lib/glusterd/vols/*/*.vol
mount a volume named foo on server bar with log level DEBUG on mount point /mnt/foo
# glusterfs --log-level=DEBUG --volfile-id=foo --volfile-server=bar /mnt/foo
fusermount(1), mount.glusterfs(8), gluster(8)
Copyright(c) 2006-2011 Red Hat, Inc. <http://www.redhat.com>
Clustered File System | 07 March 2011 |