Excerpts from pragya jain's message of 2014-01-01 09:14:19 -0800: > thanks for the reply > > are you definitely sure that there is not a general standard? > > and my 2nd question is: > you give three examples- swift, ceph and mogilefs > swift and ceph are examples of object storage but mogilefs is a distributed > file system. so, is it an example of file storage or object storage >
MogileFS isn't really a file system. There is a FUSE plugin but nobody really wants to use it that way. It works basically identically to S3 and Swift for a single tenant, though its APIs is a native protocol instead of HTTP (uploads and downloads are still HTTP). It doesn't have the concept of "containers" and is just a big flat key/value store, and it doesn't have multi-tenants, but it is basically a predecessor of today's object stores. _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack