Change in vdsm[master]: vdsm: move balloon logic out of buildConfDevices

2013-10-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move balloon logic out of buildConfDevices .. Patch Set 4: Verified+1 -- To view, visit http://gerrit.ovirt.org/19321 To unsubscribe, visit

Change in vdsm[master]: vdsm: move watchdog default params to WatchdogDevice

2013-10-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move watchdog default params to WatchdogDevice .. Patch Set 2: Verified+1 -- To view, visit http://gerrit.ovirt.org/19331 To unsubscribe, visit

Change in vdsm[master]: vdsm: refactor buildConfDevices and getConfDevices into sing...

2013-10-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: refactor buildConfDevices and getConfDevices into single function .. Patch Set 2: Verified+1 -- To view, visit http://gerrit.ovirt.org/19348 To

Change in vdsm[master]: virtTests: fix initramfs permission detection

2013-10-09 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: virtTests: fix initramfs permission detection .. virtTests: fix initramfs permission detection Initramfs permission was being detected using os.access which

Change in vdsm[master]: virtTests: fix initramfs permission detection

2013-10-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: virtTests: fix initramfs permission detection .. Patch Set 1: Verified+1 fixes bug that testInitramfsReadable would report true but any subsequent attempt to

Change in vdsm[master]: virtTests: fix initramfs permission detection

2013-10-10 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: virtTests: fix initramfs permission detection .. Patch Set 2: Verified+1 initramfs generator works as expected and tests are being skipped on unreadable

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-10-10 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. vdsm: prepareVolumePath correct path handling for cdrom prepareVolumePath checked looked 'path'

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-10-10 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 2: Verified+1 path is now set even if specParams['path'] is empty -- To view, visit

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-10-10 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 3: Verified+1 -- To view, visit http://gerrit.ovirt.org/20074 To unsubscribe, visit

Change in vdsm[master]: vdsm: add logging to _getUnderlyingDriveInfo

2013-10-14 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add logging to _getUnderlyingDriveInfo .. Patch Set 4: (1 comment) File vdsm/vm.py Line 4673:

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-10-14 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 3: (1 comment) File

Change in vdsm[master]: vdsm: add logging to _getUnderlyingDriveInfo

2013-10-15 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add logging to _getUnderlyingDriveInfo .. Patch Set 6: Verified+1 -- To view, visit http://gerrit.ovirt.org/19928 To unsubscribe, visit

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-10-15 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 4: Verified+1 -- To view, visit http://gerrit.ovirt.org/20074 To unsubscribe, visit

Change in vdsm[master]: vdsm: move balloon logic out of buildConfDevices

2013-10-15 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move balloon logic out of buildConfDevices .. Patch Set 4: (2 comments) File vdsm/vm.py Line 1873:

Change in vdsm[master]: vdsm: refactor buildConfDevices and getConfDevices into sing...

2013-10-15 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: refactor buildConfDevices and getConfDevices into single function .. Patch Set 2: -Verified (1 comment)

Change in vdsm[master]: vdsm: move watchdog default params to WatchdogDevice

2013-10-15 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move watchdog default params to WatchdogDevice .. Patch Set 2: (1 comment) File vdsm/vm.py Line

Change in vdsm[master]: [WIP]vdsm: add support for TPM device passthrough

2013-10-29 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP]vdsm: add support for TPM device passthrough .. [WIP]vdsm: add support for TPM device passthrough This patch adds basic support for TPM (to be expanded)

Change in vdsm[master]: vdsm: centralize device limit checking

2013-11-04 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: centralize device limit checking .. Patch Set 16: Verified+1 rebased -- To view, visit http://gerrit.ovirt.org/18047 To unsubscribe, visit

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-11-04 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 12: Verified+1 rebased and locally tested, migration should not cause problems unless hwrng VM is

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-11-04 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 13: Verified+1 pushing 1st seems like a good idea... rebased and locally tested, migration should not

Change in vdsm[master]: vdsm: centralize device limit checking

2013-11-05 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: centralize device limit checking .. Patch Set 17: Verified+1 rebased -- To view, visit http://gerrit.ovirt.org/18047 To unsubscribe, visit

Change in vdsm[master]: vmDevices: add __slots__ to devices

2013-11-07 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vmDevices: add __slots__ to devices .. vmDevices: add __slots__ to devices VDSM devices are created using setattr over **kwargs, making the initialization

Change in vdsm[master]: vmDevices: add __slots__ to devices

2013-11-08 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vmDevices: add __slots__ to devices .. Patch Set 1: (1 comment) File vdsm/vm.py Line 1167: Line 1168:

Change in vdsm[master]: vmDevices: add mechanism to persist vmDevice defaults

2013-11-08 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vmDevices: add mechanism to persist vmDevice defaults .. vmDevices: add mechanism to persist vmDevice defaults Multiple vmDevices such as BalloonDevice or

Change in vdsm[master]: vmDevices: introduce VmDeviceContainer

2013-11-11 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vmDevices: introduce VmDeviceContainer .. vmDevices: introduce VmDeviceContainer EARLY WORK IN PROGRESS: VmDeviceContainer is structure that will allow us to

Change in vdsm[master]: vmDevices: replace self.conf['devices'] by VmDeviceContainer

2013-11-12 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vmDevices: replace self.conf['devices'] by VmDeviceContainer .. vmDevices: replace self.conf['devices'] by VmDeviceContainer This patch servers as an

Change in vdsm[master]: vdsm: change network sampling interval to 15 seconds

2013-11-14 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: change network sampling interval to 15 seconds .. vdsm: change network sampling interval to 15 seconds Change-Id:

Change in vdsm[master]: vdsm: change network sampling interval to 15 seconds

2013-11-14 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: change network sampling interval to 15 seconds .. Patch Set 2: Verified+1 -- To view, visit http://gerrit.ovirt.org/21257 To unsubscribe, visit

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-11-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 5: Verified+1 cdrom path is always passed in specParams when starting VM from template

Change in vdsm[master]: vdsm: handle migration abort before semaphore acquiration

2013-11-19 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: handle migration abort before semaphore acquiration .. vdsm: handle migration abort before semaphore acquiration If cancelMigration is called before

Change in vdsm[master]: vm: drop unused MigrationSourceThreadClass abstraction

2013-11-24 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vm: drop unused MigrationSourceThreadClass abstraction .. Patch Set 1: Code-Review+1 exactly what Tony said -- To view, visit http://gerrit.ovirt.org/21560

Change in vdsm[master]: vdsm: refactor buildConfDevices and getConfDevices into sing...

2013-11-26 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: refactor buildConfDevices and getConfDevices into single function .. Patch Set 5: Verified+1 (1 comment)

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-11-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 14: Verified+1 -- To view, visit http://gerrit.ovirt.org/19091 To unsubscribe, visit

Change in vdsm[master]: vdsm: add logging to _getUnderlyingDriveInfo

2013-11-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add logging to _getUnderlyingDriveInfo .. Patch Set 7: Verified+1 -- To view, visit http://gerrit.ovirt.org/19928 To unsubscribe, visit

Change in vdsm[master]: clientIF: Fix use of getConfDevices

2013-11-28 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: clientIF: Fix use of getConfDevices .. Patch Set 2: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/21832 To unsubscribe, visit

Change in vdsm[master]: tests/functional/virt: drop ever-failing test

2013-11-28 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests/functional/virt: drop ever-failing test .. Patch Set 1: Code-Review-1 The previous test implementation always required that the system initramfs will

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-11-29 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 6: Verified+1 fixed wrong specParams handling, verified XML against standard cdrom, empty

Change in vdsm[master]: tests/functional/virt: drop testInitramfsReadable

2013-11-29 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests/functional/virt: drop testInitramfsReadable .. Patch Set 2: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/21854 To unsubscribe, visit

Change in vdsm[master]: Revert vdsm: refactor buildConfDevices and getConfDevices i...

2013-12-01 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: Revert vdsm: refactor buildConfDevices and getConfDevices into single function .. Patch Set 1: Code-Review-1 the only caller should be fixed by

Change in vdsm[master]: clientIF: Fix use of getConfDevices

2013-12-02 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: clientIF: Fix use of getConfDevices .. Patch Set 2: Verified+1 manually verified that the function is passed the same parameters as before using log messages

Change in vdsm[master]: vdsm: migration progress: count memRemaining also

2013-12-02 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: migration progress: count memRemaining also .. Patch Set 9: Verified+1 -- To view, visit http://gerrit.ovirt.org/15124 To unsubscribe, visit

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-12-03 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 15: Verified+1 Implemented caps suggestion, fixed API, functional test is now robust in a way that it

Change in vdsm[master]: tests: validate cdrom path sent to/received from vdsm

2013-12-09 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: tests: validate cdrom path sent to/received from vdsm .. tests: validate cdrom path sent to/received from vdsm related to http://gerrit.ovirt.org/#/c/20074/

Change in vdsm[master]: tests: validate cdrom path sent to/received from vdsm

2013-12-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests: validate cdrom path sent to/received from vdsm .. Patch Set 1: Verified+1 correctly detects failure without the fix applied / success with fix applied

Change in vdsm[master]: vdsm: prepareVolumePath correct path handling for cdrom

2013-12-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 6: Test added in http://gerrit.ovirt.org/#/c/22194/ -- To view, visit

Change in vdsm[master]: add xmlrpcTests for cpu pinning

2013-12-11 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: add xmlrpcTests for cpu pinning .. Patch Set 6: This patch in its current form without rebase and a bit of work wouldn't test anything: we would only see if

Change in vdsm[master]: tests: validate cdrom path sent to/received from vdsm

2013-12-11 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests: validate cdrom path sent to/received from vdsm .. Patch Set 1: (2 comments) File

Change in vdsm[ovirt-3.3]: vdsm: prepareVolumePath correct path handling for cdrom

2013-12-12 Thread mpoledni
Hello Federico Simoncelli, Dan Kenigsberg, Michal Skrivanek, I'd like you to do a code review. Please visit http://gerrit.ovirt.org/22324 to review the following change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom

Change in vdsm[ovirt-3.3]: vdsm: prepareVolumePath correct path handling for cdrom

2013-12-12 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/22324 To unsubscribe, visit

Change in vdsm[master]: vdsm: add support for S3/S4 suspend calls

2013-12-12 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for S3/S4 suspend calls .. Patch Set 5: Verified+1 Verified by testing on real VMs with QGA installed -- To view, visit

Change in vdsm[master]: [WIP] vdsm: add support for PCI passthrough

2013-12-17 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP] vdsm: add support for PCI passthrough .. [WIP] vdsm: add support for PCI passthrough required functionality: * report PCI devices available on host [x]

Change in vdsm[master]: vdsm: add support for hot(un)plug of pci-passthrough devices

2013-12-18 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: add support for hot(un)plug of pci-passthrough devices .. vdsm: add support for hot(un)plug of pci-passthrough devices Hot(un)plug ability for

Change in vdsm[master]: vdsm: add support for hot(un)plug of pci-passthrough devices

2013-12-18 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for hot(un)plug of pci-passthrough devices .. Patch Set 2: (1 comment) File

Change in vdsm[master]: vdsm: add support for PCI passthrough

2013-12-20 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for PCI passthrough .. Patch Set 5: Verified+1 Verified by manually starting devices with passthrough hardware assigned and checking logs

Change in vdsm[master]: vdsm: fix RTC offset

2014-01-02 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: fix RTC offset .. Patch Set 2: (1 comment) File vdsm/vm.py Line 2264: Line 2265: def

Change in vdsm[master]: vdsm: fix RTC offset

2014-01-02 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: fix RTC offset .. Patch Set 3: Verified+1 -- To view, visit http://gerrit.ovirt.org/14750 To unsubscribe, visit http://gerrit.ovirt.org/settings

Change in vdsm[master]: tests: fix possible test failure due to reboot event

2014-01-07 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: tests: fix possible test failure due to reboot event .. tests: fix possible test failure due to reboot event Virt tests currently have a chance of failing

Change in vdsm[master]: vmDevices: introduce VmDeviceContainer

2014-01-20 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vmDevices: introduce VmDeviceContainer .. Patch Set 7: currently outdated but still relevant, will get to it as this branch progresses -- To view, visit

Change in vdsm[master]: Added functional test for hotplugNic() call

2013-08-09 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: Added functional test for hotplugNic() call .. Added functional test for hotplugNic() call Change-Id: I2b5b4e3e5cf21e1f2f0ea39cd133ee7038aadeda

Change in vdsm[master]: Refactored xmlrpcTests to allow for more complex tests using...

2013-08-10 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: Refactored xmlrpcTests to allow for more complex tests using running VM .. Refactored xmlrpcTests to allow for more complex tests using running VM

Change in vdsm[master]: Added functional test for hotplugNic() call

2013-08-11 Thread mpoledni
Martin Polednik has abandoned this change. Change subject: Added functional test for hotplugNic() call .. Abandoned Abandoning in favor of http://gerrit.ovirt.org/#/c/17893/ as this implementation does not really attempt to

Change in vdsm[master]: Refactored xmlrpcTests to allow for more complex tests using...

2013-08-12 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: Refactored xmlrpcTests to allow for more complex tests using running VM .. Patch Set 3: Tried to implement most of the suggestions as they seem to make

Change in vdsm[master]: [WIP] vm: cleanup of vm.py - removed old api references

2013-08-13 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP] vm: cleanup of vm.py - removed old api references .. [WIP] vm: cleanup of vm.py - removed old api references Change-Id:

Change in vdsm[master]: [WIP] vdsmapi schema: optional/required parameter fixes

2013-08-14 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP] vdsmapi schema: optional/required parameter fixes .. [WIP] vdsmapi schema: optional/required parameter fixes Change-Id:

Change in vdsm[master]: Refactored xmlrpcTests to allow for more complex tests using...

2013-08-14 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: Refactored xmlrpcTests to allow for more complex tests using running VM .. Patch Set 5: Current version doesn't wait for the VM at all - are there any cases,

Change in vdsm[master]: Refactored xmlrpcTests to allow for more complex tests using...

2013-08-14 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: Refactored xmlrpcTests to allow for more complex tests using running VM .. Patch Set 7: This implementation is most versatile in allowing specification of

Change in vdsm[master]: vdsClient: hibernate now sends required hiberVolHandle

2013-08-19 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsClient: hibernate now sends required hiberVolHandle .. vdsClient: hibernate now sends required hiberVolHandle - vdsClient did not pass hiberVolHandle,

Change in vdsm[master]: vdsmapi-schema: optional/required params fix

2013-08-21 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsmapi-schema: optional/required params fix .. Patch Set 8: Verified+1 verified for (host, passthrough) modes and (spicevmc) protocol -- To view, visit

Change in vdsm[master]: vdsClient: hibernate now sends required hiberVolHandle

2013-08-22 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsClient: hibernate now sends required hiberVolHandle .. Patch Set 2: Verified+1 verified through functional tests - hiberVolHandle gets correctly passed to

Change in vdsm[master]: xmlrpcTests: refactoring

2013-08-22 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: xmlrpcTests: refactoring .. Patch Set 17: Verified+1 both storage and virt tests run as they should, storage tests currently using old method and virt new

Change in vdsm[master]: tests: vdsProxy remove need to duplicate api

2013-08-22 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: tests: vdsProxy remove need to duplicate api .. tests: vdsProxy remove need to duplicate api Currently, every API call to be made has to be appended to

Change in vdsm[master]: tests: vdsProxy remove need to duplicate api

2013-08-22 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests: vdsProxy remove need to duplicate api .. Patch Set 1: (1 comment) File tests/functional/utils.py

Change in vdsm[master]: tests: vdsProxy remove need to duplicate api

2013-08-26 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: tests: vdsProxy remove need to duplicate api .. Patch Set 3: Verified+1 rebase ontop of http://gerrit.ovirt.org/#/c/17893/ - less duplication -- To view,

Change in vdsm[master]: xmlrpcTests: Detect Ubuntu initramfs when booting VM

2013-08-26 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: xmlrpcTests: Detect Ubuntu initramfs when booting VM .. Patch Set 4: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/17810 To unsubscribe, visit

Change in vdsm[master]: vdsClient: hibernate now sends required hiberVolHandle

2013-09-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsClient: hibernate now sends required hiberVolHandle .. Patch Set 2: -Verified keeping this open for S3/S4 sleep implementation -- To view, visit

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 4: Verified+1 -- To view, visit http://gerrit.ovirt.org/18417 To

Change in vdsm[master]: cleanup of vm.py

2013-09-09 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: cleanup of vm.py .. Patch Set 13: Verified+1 -- To view, visit http://gerrit.ovirt.org/18047 To unsubscribe, visit http://gerrit.ovirt.org/settings

Change in vdsm[master]: [WIP] vdsm: add support for virtiorng device

2013-09-10 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP] vdsm: add support for virtiorng device .. [WIP] vdsm: add support for virtiorng device Adds support for virtiorng with basic capabilities - TODO:

Change in vdsm[master]: vdsm: remove afterMigrationStatus

2013-09-16 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: remove afterMigrationStatus .. vdsm: remove afterMigrationStatus Not supported by any vdsm anymore Change-Id:

Change in vdsm[master]: vdsm: move balloon logic out of buildConfDevices

2013-09-17 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: move balloon logic out of buildConfDevices .. vdsm: move balloon logic out of buildConfDevices Encapsulates empty balloon creation logic outside of

Change in vdsm[master]: vdsm: move watchdog default params to WatchdogDevice

2013-09-17 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: move watchdog default params to WatchdogDevice .. vdsm: move watchdog default params to WatchdogDevice Watchdog device creation is currently for no

Change in vdsm[master]: vdsm: refactor buildConfDevices and getConfDevices into sing...

2013-09-17 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: vdsm: refactor buildConfDevices and getConfDevices into single function .. vdsm: refactor buildConfDevices and getConfDevices into single function Removes

Change in vdsm[master]: [WIP]vdsm: add support for S3/S4 suspend calls

2013-09-19 Thread mpoledni
Martin Polednik has uploaded a new change for review. Change subject: [WIP]vdsm: add support for S3/S4 suspend calls .. [WIP]vdsm: add support for S3/S4 suspend calls Change-Id: Ic30016c5cd555f5771dde8db3f1340e1c11b3da7

Change in vdsm[master]: vdsm: remove afterMigrationStatus

2013-09-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: remove afterMigrationStatus .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/19306 To unsubscribe, visit

Change in vdsm[master]: vdsm: move watchdog default params to WatchdogDevice

2013-09-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move watchdog default params to WatchdogDevice .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/19331 To unsubscribe, visit

Change in vdsm[master]: vdsm: move balloon logic out of buildConfDevices

2013-09-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: move balloon logic out of buildConfDevices .. Patch Set 2: Verified+1 -- To view, visit http://gerrit.ovirt.org/19321 To unsubscribe, visit

Change in vdsm[master]: vdsm: centralize device limit checking

2013-09-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: centralize device limit checking .. Patch Set 15: Verified+1 -- To view, visit http://gerrit.ovirt.org/18047 To unsubscribe, visit

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-19 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 4: (1 comment) File

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-09-20 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 8: Verified+1 -- To view, visit http://gerrit.ovirt.org/19091 To unsubscribe, visit

Change in vdsm[master]: vdsm: refactor buildConfDevices and getConfDevices into sing...

2013-09-20 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: refactor buildConfDevices and getConfDevices into single function .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/19348 To

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-09-23 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 8: The possible paths (/dev/random and /dev/hwrng) are predefined by libvirt and no other path

Change in vdsm[master]: vdsm: add support for ram/vram on QXL device

2013-09-23 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for ram/vram on QXL device .. Patch Set 3: Code-Review-1 (2 comments) File vdsm/vm.py

Change in vdsm[master]: vdsm: add support for ram/vram on QXL device

2013-09-24 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for ram/vram on QXL device .. Patch Set 6: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/19361 To unsubscribe, visit

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 4: (1 comment) File

Change in vdsm[master]: vdsm: add support for virtio-rng devices

2013-09-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for virtio-rng devices .. Patch Set 10: Verified+1 small fix in virtTests (egd version isn't used anymore) -- verified through functional

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 4: (1 comment) File

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-27 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 5: Verified+1 -- To view, visit http://gerrit.ovirt.org/18417 To

Change in vdsm[master]: vdsProxy pass calls to undefined methods to API and return m...

2013-09-28 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsProxy pass calls to undefined methods to API and return msg/status .. Patch Set 6: Verified+1 rebased -- To view, visit http://gerrit.ovirt.org/18417 To

Change in vdsm[master]: vdsm: add support for S3/S4 suspend calls

2013-09-30 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for S3/S4 suspend calls .. Patch Set 4: Backwards compatibility is also taken into account: old calls with hiberVolHandle will be served by

Change in vdsm[master]: vdsm: add support for ram/vram on QXL device

2013-09-30 Thread mpoledni
Martin Polednik has posted comments on this change. Change subject: vdsm: add support for ram/vram on QXL device .. Patch Set 7: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/19361 To unsubscribe, visit

  1   2   >