Igor Lvovsky has uploaded a new change for review.
Change subject: Add support for new 'domxml' parameter to create VM API.
......................................................................
Add support for new 'domxml' parameter to create VM API.
Add new 'domxml':<blob XML> key:value to vmParams dictionary.
Parse <blob XML> to figure out devices addresses and build proper XML for libvirt.
Change-Id: I1ba723122273ace3faeced1ea9580b510f84d92c
---
M vdsm/clientIF.py
M vdsm/libvirtvm.py
2 files changed, 71 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/36/236/1
--
To view, visit http://gerrit.ovirt.org/236
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ba723122273ace3faeced1ea9580b510f84d92c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Eduardo has uploaded a new change for review.
Change subject: Remove unnecesary validates.
......................................................................
Remove unnecesary validates.
All this instances race with the "recover" state of the VDSM,
if disk info is required when the StoragePool is not reconnected
yet.
Change-Id: I55482fc5ce78d68d5af7ba62c92d253e19f45e6b
---
M vdsm/storage/hsm.py
1 file changed, 0 insertions(+), 11 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/801/1
--
To view, visit http://gerrit.ovirt.org/801
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55482fc5ce78d68d5af7ba62c92d253e19f45e6b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>
Eduardo has uploaded a new change for review.
Change subject: Remove unnecessary validation.
......................................................................
Remove unnecessary validation.
This check prevents VDSM to query info about a disk on a running
VM after VDSM restart.
Change-Id: I3b9c89402f28614a893c9c4a1d8abbb55d9eaf1f
---
M vdsm/storage/hsm.py
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/00/800/1
--
To view, visit http://gerrit.ovirt.org/800
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b9c89402f28614a893c9c4a1d8abbb55d9eaf1f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: Make exprting more pythonic
......................................................................
Make exprting more pythonic
This seperated the dispatcher from hsm and allows us to add propertoes
to all public function with ease
Change-Id: I4e26da2a53bae5e897cebdb41af9abe519760aca
---
M vdsm/clientIF.py
M vdsm/storage/dispatcher.py
M vdsm/storage/hsm.py
M vdsm/vdsm
4 files changed, 185 insertions(+), 184 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/208/1
--
To view, visit http://gerrit.ovirt.org/208
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e26da2a53bae5e897cebdb41af9abe519760aca
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: Normalize network parameter for VM create flow
......................................................................
Normalize network parameter for VM create flow
Add new LibvirtNetwork class to normalize network parameters
and create proper libvirt XML
Change-Id: I2d064dcdb639a5d98762a153d21de93f43c43254
---
M vdsm/libvirtvm.py
M vdsm/vm.py
2 files changed, 131 insertions(+), 87 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/90/790/1
--
To view, visit http://gerrit.ovirt.org/790
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d064dcdb639a5d98762a153d21de93f43c43254
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: Move VmStatsThread to use normalized network parameter
......................................................................
Move VmStatsThread to use normalized network parameter
Change-Id: I836539fcf7a21e07a818543228a25f9085c11c75
---
M vdsm/libvirtvm.py
1 file changed, 17 insertions(+), 17 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/791/1
--
To view, visit http://gerrit.ovirt.org/791
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I836539fcf7a21e07a818543228a25f9085c11c75
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>