Bug 1163709 - gstatus: If a volume is mounted more than once from a machine, it is still considered as a single client
Summary: gstatus: If a volume is mounted more than once from a machine, it is still co...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: GlusterFS
Classification: Community
Component: unclassified
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paul Cuzner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-13 10:32 UTC by Sachidananda Urs
Modified: 2014-12-09 13:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-09 13:59:37 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Sachidananda Urs 2014-11-13 10:32:42 UTC
If a volume is mounted many times from a single client, every mount should be considered a client to the volume.

i.e if there are 4 `glusterfs' processes, they should still be considered 4 clients. Currently the number of clients is shown as 1.

Gluster Clients : 1

Comment 1 Paul Cuzner 2014-11-14 22:02:31 UTC
Yes this is how it works. the clients list is added to a python set, so only unique client IP's remain. The idea was to provide admins with a view of how many client machines are connected to volume/cluster - basically so they can understand the environment i.e. 4 node rhs cluster supports 100 client machines.

If I don't do this, one physical client will shows as n connections so the admin has no idea how many 'real' clients the rhs cluster is supporting.

Make sense?

Comment 2 Niels de Vos 2014-11-18 12:34:43 UTC
Can be closed as NOTABUG?

Comment 3 Sachidananda Urs 2014-12-09 13:59:37 UTC
Cool. Can be closed. I'm closing it.


Note You need to log in before you can comment on or make changes to this bug.