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 <tjeya...@redhat.com>
Reviewed-on: http://gerrit.ovirt.org/35028
Reviewed-by: Bala.FA <barum...@redhat.com>
Reviewed-by: Dan Kenigsberg <dan...@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 <tjeya...@redhat.com>
Gerrit-Reviewer: Bala.FA <barum...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Nishanth Thomas <nishusem...@gmail.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeya...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to