Hi, What are the intended use cases for gluster? For example, is it suitable for, say, replacing a SAN? For example, is it good for the following? [ ] Storing a huge volume of seldom accessed files (file archive) [ ] Storing frequently read/write files (file server) [ ] Storing frequently read files (web server) [ ] Hosting databases [ ] Hosting VM images
----- "Kent Tong" <kent at cpttm.org.mo> wrote:> Hi, > > What are the intended use cases for gluster? For example, is it > suitable for, > say, replacing a SAN? For example, is it good for the following? > [ ] Storing a huge volume of seldom accessed files (file archive) > [ ] Storing frequently read/write files (file server) > [ ] Storing frequently read files (web server) > [ ] Hosting databases > [ ] Hosting VM imagesAll of the above. Vikas -- Engineer - http://gluster.com/ A: Because it messes up the way people read text. Q: Why is a top-posting such a bad thing? --
Kent Tong wrote:> Hi, > > What are the intended use cases for gluster? For example, is it > suitable for, say, replacing a SAN? For example, is it good for the > following?Using GlusterFS doesnt always require you to make a choice between SAN and GlusterFS. You could continue to use your existing SAN infrastructure as the underlying storage for GlusterFS. Besides the file-level clustering ability from GlusterFS, you'll also be able to use the high performance provided by RAIDed SAN architectures. -Shehjar> [ ] Storing a huge volume of seldom accessed files (file archive) [ ] > Storing frequently read/write files (file server) [ ] Storing > frequently read files (web server) [ ] Hosting databases [ ] Hosting > VM images > > > > _______________________________________________ Gluster-users mailing > list Gluster-users at gluster.org > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users >
GlusterFS is a designed for general purpose scalable NAS workload. Goals are - massive scalability, parallelism and open standards hardware. We are working towards ease-of-use, and management/monitoring framework. We are adding a series of optimizations for virtualized/cloud computing environment in our upcoming releases. In terms of databases, we have not officially certified for any database implementations yet. SAN is a network block device. If you need dedicated (exclusive) block access to your storage, then SAN is your choice. If you are using SAN as a backend for NAS, GlusterFS works well there as well. -- Anand Babu Periasamy GPG Key ID: 0x62E15A31 Blog [http://unlocksmith.org] GlusterFS [http://www.gluster.org] GNU/Linux [http://www.gnu.org] Kent Tong wrote:> Hi, > > What are the intended use cases for gluster? For example, is it suitable for, > say, replacing a SAN? For example, is it good for the following? > [ ] Storing a huge volume of seldom accessed files (file archive) > [ ] Storing frequently read/write files (file server) > [ ] Storing frequently read files (web server) > [ ] Hosting databases > [ ] Hosting VM images