Dan Kenigsberg has submitted this change and it was merged.

Change subject: Added lsblk tool support in supervdsm.
......................................................................


Added lsblk tool support in supervdsm.

lsblk tool is used to get block device information.
Now supervdsm has a function getLsBlk which returns all block
device information as dictionary.  Sample return value is,

{'sda': {'FSTYPE': '', 'KNAME': 'sda', 'UUID': ''},
 'sda1': {'FSTYPE': 'ext4',
          'KNAME': 'sda1',
          'UUID': '12345678-0c05-1111-2222-1234567890d6'},
 'sda2': {'FSTYPE': 'swap',
          'KNAME': 'sda2',
          'UUID': '12345678-1111-2222-3333-12345678903c'}}

Change-Id: Ib0b575fea9a46ac6358adf1b10a66c262888e0e4
Signed-off-by: Bala.FA <[email protected]>
---
M configure.ac
M vdsm.spec.in
M vdsm/Makefile.am
M vdsm/constants.py.in
A vdsm/lsblk.py
M vdsm/supervdsmServer.py
6 files changed, 59 insertions(+), 1 deletion(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0b575fea9a46ac6358adf1b10a66c262888e0e4
Gerrit-PatchSet: 8
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bala.FA <[email protected]>
Gerrit-Reviewer: Bala.FA <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to