diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-03-21 15:57:13 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-03-30 05:38:09 -0700 |
commit | d2629aef8302c6b7d832063351c0ce1f2f2efbdd (patch) | |
tree | b573c475db66ec914795d885694f630ef8c6e423 /xlators | |
parent | 8a2e2b88fc21dc7879f838d18cd0413dd88023b7 (diff) |
glupy: correct the definition of GlusterFS in setup.py
Change-Id: I31597a623b4ebf3d3129067eb20c661c910b97fe
BUG: 1198849
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/9958
Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/glupy/src/setup.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |