From d2629aef8302c6b7d832063351c0ce1f2f2efbdd Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Sat, 21 Mar 2015 15:57:13 +0530 Subject: glupy: correct the definition of GlusterFS in setup.py Change-Id: I31597a623b4ebf3d3129067eb20c661c910b97fe BUG: 1198849 Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/9958 Reviewed-by: Lalatendu Mohanty Tested-by: Gluster Build System --- xlators/features/glupy/src/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/glupy/src') diff --git a/xlators/features/glupy/src/setup.py.in b/xlators/features/glupy/src/setup.py.in index b9ee02c2b4a..611e9695f76 100644 --- a/xlators/features/glupy/src/setup.py.in +++ b/xlators/features/glupy/src/setup.py.in @@ -1,6 +1,6 @@ from distutils.core import setup -DESC = """GlusterFS is a clustered file-system capable of scaling to +DESC = """GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in terms of -- cgit