Change in vdsm[master]: gluster: add glusterStorageDevicesList verb

danken at redhat.com danken at redhat.com
Fri Jan 16 11:50:49 UTC 2015


Dan Kenigsberg has submitted this change and it was merged.

Change subject: gluster: add glusterStorageDevicesList verb
......................................................................


gluster: add glusterStorageDevicesList verb

This patch adds new verb glusterStorageDevicesList
which provides list of storage devices detail in the node.

Output format is
{'deviceInfo': [{ 'name': DEVICE_NAME,
                  'devPath': DEVICE_PATH,
                  'devUuid': DEVICE_UUID,
                  'bus': BUS,
                  'model': DEVICE_TYPE,
                  'fsType': FILE_SYSTEM_TYPE,
                  'mountPoint': MOUNT_POINT,
                  'size': DEVICE_SIZE,
                  'uuid': DEVICE_FILE_SYSTEM_UUID,
                  'createBrick': ALLOWED_OR_NOT }, ...]}

Change-Id: I85f520c6f476731cb5982d8256cb701387be87cf
Signed-off-by: Timothy Asir <tjeyasin at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/35028
Reviewed-by: Bala.FA <barumuga at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M client/vdsClientGluster.py
M tests/glusterTestData.py
M tests/gluster_cli_tests.py
M vdsm.spec.in
M vdsm/gluster/Makefile.am
M vdsm/gluster/__init__.py
M vdsm/gluster/api.py
M vdsm/gluster/apiwrapper.py
A vdsm/gluster/storagedev.py
M vdsm/rpc/vdsmapi-gluster-schema.json
10 files changed, 381 insertions(+), 1 deletion(-)

Approvals:
  Timothy Asir: Verified
  Bala.FA: Looks good to me, but someone else must approve
  Dan Kenigsberg: Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/35028
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I85f520c6f476731cb5982d8256cb701387be87cf
Gerrit-PatchSet: 16
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Timothy Asir <tjeyasin at redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Nishanth Thomas <nishusemail at gmail.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Sahina Bose <sabose at redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtripat at redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeyasin at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list