Change in vdsm[ovirt-3.5-gluster]: gluster: get rdma port number as part of volume status.

barumuga at redhat.com barumuga at redhat.com
Thu May 21 12:08:39 UTC 2015


Bala.FA has submitted this change and it was merged.

Change subject: gluster: get rdma port number as part of volume status.
......................................................................


gluster: get rdma port number as part of volume status.

In glusterfs volume status command is modified to
retrive rdma port number along with tcp port. This
patch adds parsing of the newly added rdma port
number. The modified gluster volume status verb
returns the rdma port as follows.

{'name': NAME,
   'bricks': [{'brick': BRICK,
               'hostuuid': UUID,
               'port': PORT,
               'rdma_port': RDMA_PORT  #newly added
               'status': STATUS,
               'pid': PID}, ...],
          'nfs': [{'hostname': HOST,
                   'hostuuid': UUID,
                   'port': PORT,
                   'rdma_port': RDMA_PORT  #newly added
                   'status': STATUS,
                   'pid': PID}, ...],
          'shd: [{'hostname': HOST,
                  'hostuuid': UUID,
                  'status': STATUS,
                  'pid': PID}, ...]}

Change-Id: I5f31c3fc194f0113fdd707f59576835a4a9f2832
Signed-off-by: darshan n <dnarayan at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/36607
Reviewed-by: Bala.FA <barumuga at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/39934
Continuous-Integration: Bala.FA <barumuga at redhat.com>
---
M tests/gluster_cli_tests.py
M vdsm/gluster/cli.py
2 files changed, 29 insertions(+), 2 deletions(-)

Approvals:
  Bala.FA: Looks good to me, approved; Passed CI tests
  Darshan N: Verified



-- 
To view, visit https://gerrit.ovirt.org/39934
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5f31c3fc194f0113fdd707f59576835a4a9f2832
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5-gluster
Gerrit-Owner: Darshan N <dnarayan at redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Darshan N <dnarayan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org


More information about the vdsm-patches mailing list