Change in vdsm[master]: Added lsblk tool support in supervdsm.
by barumuga@redhat.com
Hello Saggi Mizrahi, Dan Kenigsberg,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/2594
to review the following change.
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 <barumuga(a)redhat.com>
---
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(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/2594/1
--
To view, visit http://gerrit.ovirt.org/2594
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0b575fea9a46ac6358adf1b10a66c262888e0e4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bala.FA <barumuga(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: Removed unused imports from clientif
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: Removed unused imports from clientif
......................................................................
Removed unused imports from clientif
Change-Id: Id593dd01659b849fc73bf6be437818939632192c
---
M vdsm/clientIF.py
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/2847/1
--
To view, visit http://gerrit.ovirt.org/2847
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id593dd01659b849fc73bf6be437818939632192c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: DO NOT SUBMIT - wip - vds_bootstrap: add flags for installVi...
by Oved Ourfali
Oved Ourfali has uploaded a new change for review.
Change subject: DO NOT SUBMIT - wip - vds_bootstrap: add flags for installVirtualizationService and installGlusterService
......................................................................
DO NOT SUBMIT - wip - vds_bootstrap: add flags for installVirtualizationService and installGlusterService
This commit adds two more flags to the vds bootstrap
that denote whether in install virt/gluster services on the host.
Currently it will only have an effect on whether we run virt test on
the host before installation or not
Change-Id: I883a5c36ff72a7c59b3e6a8b33d06924a5781d20
---
M vds_bootstrap/vds_bootstrap.py
1 file changed, 17 insertions(+), 7 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/2504/1
--
To view, visit http://gerrit.ovirt.org/2504
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I883a5c36ff72a7c59b3e6a8b33d06924a5781d20
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: BZ#729251 vds_bootstrap: drop dead netconsole/vdcrepo code
by Dan Kenigsberg
Dan Kenigsberg has uploaded a new change for review.
Change subject: BZ#729251 vds_bootstrap: drop dead netconsole/vdcrepo code
......................................................................
BZ#729251 vds_bootstrap: drop dead netconsole/vdcrepo code
When http://gerrit.ovirt.org/1848 and http://gerrit.ovirt.org/1689 are taken
into Engine, -u and -n options to vds_bootrap would never be passed.
Remove this dead code.
Change-Id: I528103d344b2a9d0bee87e3c68e32b2d67ab439a
---
M vds_bootstrap/vds_bootstrap.py
M vdsm.spec.in
2 files changed, 9 insertions(+), 38 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/31/1931/1
--
To view, visit http://gerrit.ovirt.org/1931
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I528103d344b2a9d0bee87e3c68e32b2d67ab439a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: Added blkid tool into constants.
by barumuga@redhat.com
Hello Saggi Mizrahi, Dan Kenigsberg,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/2185
to review the following change.
Change subject: Added blkid tool into constants.
......................................................................
Added blkid tool into constants.
blkid tool is used to get block device attributes
Change-Id: Ia9ad51df4f4b98e2aff5db1d9c02512045977a60
Signed-off-by: Bala.FA <barumuga(a)redhat.com>
---
M configure.ac
M vdsm/constants.py.in
M vdsm/sudoers.vdsm.in
3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/2185/1
--
To view, visit http://gerrit.ovirt.org/2185
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9ad51df4f4b98e2aff5db1d9c02512045977a60
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bala.FA <barumuga(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: dumpStorageTable: search deeper for vms list
by Dan Kenigsberg
Dan Kenigsberg has uploaded a new change for review.
Change subject: dumpStorageTable: search deeper for vms list
......................................................................
dumpStorageTable: search deeper for vms list
Change-Id: I264ece45f42e0707070efb26a651cb492840c552
---
M vdsm/dumpStorageTable.py.in
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/2427/1
--
To view, visit http://gerrit.ovirt.org/2427
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I264ece45f42e0707070efb26a651cb492840c552
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: Restore direct lun functionality.
by ewarszaw@redhat.com
Eduardo has uploaded a new change for review.
Change subject: Restore direct lun functionality.
......................................................................
Restore direct lun functionality.
Using vdsClient:
vdsClient 0 create /dev/null vmId=<uuid> vmName=<vm_name> memSize=256 macAddr=aa:bb:dd:aa:bb:cc bridge=rhevm nicModel=pv display=vnc devices='index':0,'iface':'ide','format':'raw','type':'disk','readonly':'False','device':'disk','propagateErrors':'off','GUID':<guid>
Change-Id: I9c33ed5353cf7658fb52409620f3c0c7ab7dcc69
---
M vdsm/supervdsmServer.py
M vdsm/vm.py
M vdsm_cli/vdsClient.py
3 files changed, 8 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/15/2815/1
--
To view, visit http://gerrit.ovirt.org/2815
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c33ed5353cf7658fb52409620f3c0c7ab7dcc69
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: Fix TypeError when using se.iSCSIDiscoveryError without any ...
by Haim Ateya
Haim Ateya has uploaded a new change for review.
Change subject: Fix TypeError when using se.iSCSIDiscoveryError without any params
......................................................................
Fix TypeError when using se.iSCSIDiscoveryError without any params
Change-Id: Ide6cd195d38f19335dc6a7e8645e9b9662392ab8
---
M vdsm/storage/hsm.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/11/2811/1
--
To view, visit http://gerrit.ovirt.org/2811
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide6cd195d38f19335dc6a7e8645e9b9662392ab8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Haim Ateya <hateya(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: BZ#800915 - Remove VM fails due to unnecessary join in remov...
by Haim Ateya
Haim Ateya has uploaded a new change for review.
Change subject: BZ#800915 - Remove VM fails due to unnecessary join in removeVM command
......................................................................
BZ#800915 - Remove VM fails due to unnecessary join in removeVM command
Change-Id: I4a0e5848ece1aa147f4508d4d16842bcdb30af0d
---
M vdsm/API.py
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/2694/1
--
To view, visit http://gerrit.ovirt.org/2694
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a0e5848ece1aa147f4508d4d16842bcdb30af0d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Haim Ateya <hateya(a)redhat.com>
11 years, 6 months
Change in vdsm[master]: BZ#802229 - Fix missing tpgt argument handling
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: BZ#802229 - Fix missing tpgt argument handling
......................................................................
BZ#802229 - Fix missing tpgt argument handling
Change-Id: I932a86ea3e807a2b5ca717a5cd0fdc925014eecd
---
M vdsm/storage/hsm.py
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/2753/1
--
To view, visit http://gerrit.ovirt.org/2753
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I932a86ea3e807a2b5ca717a5cd0fdc925014eecd
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 6 months