Change in vdsm[master]: vdsm: storage replace/remove too generic except handlers

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: vdsm: storage replace/remove too generic except handlers .. Patch Set 2: Good idea, will review later -- To view, visit http://gerrit.ovirt.org/17751 To

Change in vdsm[master]: create VMs in a bulk

2013-12-17 Thread ahadas
Arik Hadas has uploaded a new change for review. Change subject: create VMs in a bulk .. create VMs in a bulk Change-Id: Ifd50b9fc694ec7c84b3b39f3d11edb1495842244 Signed-off-by: Arik Hadas aha...@redhat.com --- M vdsm/API.py M

Change in vdsm[master]: create VMs in a bulk

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: create VMs in a bulk .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6118/ : SUCCESS

Change in vdsm[ovirt-3.3]: Changed BrokerLink log level to prevent log flooding

2013-12-17 Thread jmoskovc
Jiří Moskovčák has posted comments on this change. Change subject: Changed BrokerLink log level to prevent log flooding .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/22424 To unsubscribe, visit

Change in vdsm[master]: storage: get currImgDir correctly in fileSD.deleteImage()

2013-12-17 Thread vvolansk
Vered Volansky has posted comments on this change. Change subject: storage: get currImgDir correctly in fileSD.deleteImage() .. Patch Set 4: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22359 To unsubscribe, visit

Change in vdsm[ovirt-3.3]: Changed BrokerLink log level to prevent log flooding

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: Changed BrokerLink log level to prevent log flooding .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.ovirt.org/22424 To unsubscribe, visit

Change in vdsm[ovirt-3.3]: Changed BrokerLink log level to prevent log flooding

2013-12-17 Thread ybronhei
Yaniv Bronhaim has submitted this change and it was merged. Change subject: Changed BrokerLink log level to prevent log flooding .. Changed BrokerLink log level to prevent log flooding - vdsm imports the BrokerLink lib with

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread nsoffer
Nir Soffer has uploaded a new change for review. Change subject: build: Forbid bare exepct .. build: Forbid bare exepct Using bare except is bad practice and is never required. We should disallow this in new code. This patch

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: build: Forbid bare exepct .. Patch Set 1: (1 comment) Commit Message Line 3: AuthorDate:

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: build: Forbid bare exepct .. Patch Set 1: The implementation is little simplistic, which will cause this commit to be rejected by jenkins :-) -- To view, visit

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: build: Forbid bare exepct .. Patch Set 1: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6119/ : SUCCESS

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: build: Forbid bare exepct .. Patch Set 1: (1 comment) File Makefile.am Line 78: SKIP_PYFLAKES_ERR

Change in vdsm[master]: build: Forbid bare exepct

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: build: Forbid bare exepct .. Patch Set 1: Verified+1 (1 comment) File Makefile.am Line 78: SKIP_PYFLAKES_ERR

Change in vdsm[master]: build: Forbid bare except

2013-12-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: build: Forbid bare except .. Patch Set 2: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22456 To unsubscribe, visit

Change in vdsm[master]: build: Forbid bare except

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: build: Forbid bare except .. Patch Set 2: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6120/ : SUCCESS

Change in vdsm[master]: sp: avoid masking uuid in StoragePool methods

2013-12-17 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: sp: avoid masking uuid in StoragePool methods .. sp: avoid masking uuid in StoragePool methods For some unknown reason during an unrelated refactoring

Change in vdsm[master]: vdsm: Add support for Guest Reboot

2013-12-17 Thread michal . skrivanek
Michal Skrivanek has posted comments on this change. Change subject: vdsm: Add support for Guest Reboot .. Patch Set 1: Code-Review+1 ACPI can trigger a reboot too, but we can keep that for later…no need to change now -- To

Change in vdsm[ovirt-3.3]: configNetwork: Fix bridgeless broken network deletion

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: configNetwork: Fix bridgeless broken network deletion .. Patch Set 3: Code-Review+2 please take care of ack on

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: Smarten the check so it breaks only when you add forbidden code. -- To view, visit http://gerrit.ovirt.org/22456 To

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6121/ : SUCCESS

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

2013-12-17 Thread ybronhei
Yaniv Bronhaim has submitted this change and it was merged. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. vdsm: prepareVolumePath correct path handling for cdrom prepareVolumePath looked for 'path'

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

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: vdsm: prepareVolumePath correct path handling for cdrom .. Patch Set 2: Verified+1 Code-Review+2 -- To view, visit http://gerrit.ovirt.org/22324 To

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22456 To unsubscribe, 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: Report fake capabilities

2013-12-17 Thread vitor . lima
Vitor de Lima has posted comments on this change. Change subject: vdsm: Report fake capabilities .. Patch Set 7: Verified+1 -- To view, visit http://gerrit.ovirt.org/19396 To unsubscribe, visit

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread vitor . lima
Vitor de Lima has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 8: Verified+1 -- To view, visit http://gerrit.ovirt.org/19875 To unsubscribe, visit

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

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: [WIP] vdsm: add support for PCI passthrough .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6122/ : SUCCESS

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread smizrahi
Saggi Mizrahi has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: disregarding the fact that creating false positive that breaks the build is extremely easy. Having a documentation

Change in vdsm[master]: remoteFileHandler: Remove harmful libvirt dependency

2013-12-17 Thread smizrahi
Saggi Mizrahi has posted comments on this change. Change subject: remoteFileHandler: Remove harmful libvirt dependency .. Patch Set 2: Code-Review+1 This is not a problem in remoteFileHandler so I wouldn't label it as such.

Change in vdsm[master]: upgrade.log now owned by vdsm:kvm

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: upgrade.log now owned by vdsm:kvm .. Patch Set 4: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6123/ : SUCCESS

Change in vdsm[master]: upgrade.log now owned by vdsm:kvm

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: upgrade.log now owned by vdsm:kvm .. Patch Set 4: (1 comment) File lib/vdsm/tool/upgrade.py Line 61:

Change in vdsm[master]: storage: get currImgDir correctly in fileSD.deleteImage()

2013-12-17 Thread vvolansk
Vered Volansky has posted comments on this change. Change subject: storage: get currImgDir correctly in fileSD.deleteImage() .. Patch Set 4: -Code-Review Huntxu, did you verify against other-than-gluster Storage Domains? Do we

Change in vdsm[master]: sp: consolidate getMasterVersion in one method

2013-12-17 Thread mlipchuk
Maor Lipchuk has posted comments on this change. Change subject: sp: consolidate getMasterVersion in one method .. Patch Set 4: Code-Review+1 (1 comment) File

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: jenkins job with that is redundant, currently we don't check syntax during the make, that's why we have pep8 and

Change in vdsm[master]: upgrade.log now owned by vdsm:kvm

2013-12-17 Thread amuller
Assaf Muller has posted comments on this change. Change subject: upgrade.log now owned by vdsm:kvm .. Patch Set 4: Verified+1 -- To view, visit http://gerrit.ovirt.org/22349 To unsubscribe, visit

Change in vdsm[master]: upgrade.log now owned by vdsm:kvm

2013-12-17 Thread amuller
Assaf Muller has posted comments on this change. Change subject: upgrade.log now owned by vdsm:kvm .. Patch Set 4: (1 comment) File lib/vdsm/tool/upgrade.py Line 61:

Change in vdsm[master]: hsm: refresh pool connection on connectStoragePool

2013-12-17 Thread Federico Simoncelli
Federico Simoncelli has uploaded a new change for review. Change subject: hsm: refresh pool connection on connectStoragePool .. hsm: refresh pool connection on connectStoragePool This patch ensures that connectStoragePool would

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 8: (2 comments) File vdsm/ppc64HardwareInfo.py Line 55:

Change in vdsm[master]: hsm: refresh pool connection on connectStoragePool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: hsm: refresh pool connection on connectStoragePool .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6124/ : SUCCESS

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread vitor . lima
Vitor de Lima has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 8: -Verified (1 comment) File vdsm/ppc64HardwareInfo.py

Change in vdsm[master]: tests: Add simple mocking library

2013-12-17 Thread smizrahi
Saggi Mizrahi has posted comments on this change. Change subject: tests: Add simple mocking library .. Patch Set 1: It does need testing, the file is a black box for us as you said previously. We can change the

Change in vdsm[master]: hsm: refresh pool connection on connectStoragePool

2013-12-17 Thread sgotliv
Sergey Gotliv has posted comments on this change. Change subject: hsm: refresh pool connection on connectStoragePool .. Patch Set 1: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22467 To unsubscribe, visit

Change in vdsm[master]: upgrade.log now owned by vdsm:kvm

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: upgrade.log now owned by vdsm:kvm .. Patch Set 4: Code-Review+1 (1 comment) File lib/vdsm/tool/upgrade.py

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 8: (1 comment) File vdsm/ppc64HardwareInfo.py Line 55: def

Change in vdsm[master]: hsm: refresh pool connection on connectStoragePool

2013-12-17 Thread Federico Simoncelli
Federico Simoncelli has posted comments on this change. Change subject: hsm: refresh pool connection on connectStoragePool .. Patch Set 2: Verified+1 Verified running connectStoragePool on an already connected pool. -- To

Change in vdsm[master]: hsm: refresh pool connection on connectStoragePool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: hsm: refresh pool connection on connectStoragePool .. Patch Set 2: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6125/ : SUCCESS

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 9: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6126/ : SUCCESS

Change in vdsm[master]: sp: _refreshDomainLinks must not change the metadata

2013-12-17 Thread vvolansk
Vered Volansky has posted comments on this change. Change subject: sp: _refreshDomainLinks must not change the metadata .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22131 To unsubscribe, visit

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread vitor . lima
Vitor de Lima has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 8: (2 comments) File vdsm/ppc64HardwareInfo.py Line 55: def

Change in vdsm[master]: init: add --pidfile option in vdsmd.service

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: init: add --pidfile option in vdsmd.service .. Patch Set 1: Code-Review-1 we don't have --pidfile option as part of daemonAdapter, it needs to follow a patch

Change in vdsm[master]: vdsm: Handling topology for ppc64

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vdsm: Handling topology for ppc64 .. Patch Set 9: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6127/ : SUCCESS

Change in vdsm[master]: init: add --pidfile option in vdsmd.service

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: init: add --pidfile option in vdsmd.service .. Patch Set 1: (1 comment) File

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread Federico Simoncelli
Federico Simoncelli has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 9: (1 comment) File vdsm/storage/sp.py

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 10: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6128/ : SUCCESS

Change in vdsm[master]: sp: remove unused transaction in createMaster

2013-12-17 Thread vvolansk
Vered Volansky has posted comments on this change. Change subject: sp: remove unused transaction in createMaster .. Patch Set 1: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22418 To unsubscribe, visit

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 11: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6129/ : SUCCESS

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread Federico Simoncelli
Federico Simoncelli has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 11: Verified+1 connectStoragePool is successful and there's no automatic storage pool

Change in vdsm[master]: sp: consolidate getMasterVersion in one method

2013-12-17 Thread alitke
Adam Litke has posted comments on this change. Change subject: sp: consolidate getMasterVersion in one method .. Patch Set 4: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22130 To unsubscribe, visit

Change in vdsm[master]: sp: remove automatic storage pool reconnection

2013-12-17 Thread abaron
Ayal Baron has posted comments on this change. Change subject: sp: remove automatic storage pool reconnection .. Patch Set 11: Code-Review+2 -- To view, visit http://gerrit.ovirt.org/21424 To unsubscribe, visit

Change in vdsm[master]: tests: Add simple mocking library

2013-12-17 Thread nsoffer
Nir Soffer has abandoned this change. Change subject: tests: Add simple mocking library .. Abandoned Lets go in way Saggi suggests. This may require more code but it has some technical advantages, and it will keep Saggi

Change in vdsm[master]: build: Forbid bare except:

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: build: Forbid bare except: .. Patch Set 3: Sagi: we can add smarter check, for example, parse git show output to detect the edited file, and apply this rule only

Change in vdsm[master]: sp: improve masterMigrate safety

2013-12-17 Thread abaron
Ayal Baron has posted comments on this change. Change subject: sp: improve masterMigrate safety .. Patch Set 1: (6 comments) File vdsm/storage/sp.py Line 879:

Change in vdsm[master]: ifcfg: include HWADDR line only if NM is around

2013-12-17 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: ifcfg: include HWADDR line only if NM is around .. Patch Set 2: (1 comment) File vdsm/netconf/ifcfg.py

Change in vdsm[master]: sp: encapsulate spm status in StoragePool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: sp: encapsulate spm status in StoragePool .. Patch Set 8: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6130/ : SUCCESS

Change in vdsm[master]: sp: encapsulate spm status in StoragePool

2013-12-17 Thread Federico Simoncelli
Federico Simoncelli has posted comments on this change. Change subject: sp: encapsulate spm status in StoragePool .. Patch Set 8: Verified+1 Verified with starting and stopping the SPM (lver is incremented) and with

Change in vdsm[master]: vm: Unify checks for vdsm image

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vm: Unify checks for vdsm image .. Patch Set 3: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6131/ : SUCCESS

Change in vdsm[master]: vm: Unify checks for vdsm image

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: vm: Unify checks for vdsm image .. Patch Set 3: This version remove the drive['device'] == 'disk' change. This check seems to be unneeded and wrong, and will be

Change in vdsm[master]: ifcfg: include HWADDR line only if NM is around

2013-12-17 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: ifcfg: include HWADDR line only if NM is around .. Patch Set 2: (1 comment) File vdsm/netconf/ifcfg.py

Change in vdsm[master]: vm: Unify checks for vdsm image

2013-12-17 Thread sgotliv
Sergey Gotliv has posted comments on this change. Change subject: vm: Unify checks for vdsm image .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22370 To unsubscribe, visit

Change in vdsm[master]: ifcfg: include HWADDR line only if NM is around

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: ifcfg: include HWADDR line only if NM is around .. Patch Set 3: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6132/ :

Change in vdsm[master]: clientIF: Teardown volume path only for VDSM images

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: clientIF: Teardown volume path only for VDSM images .. Patch Set 5: I suggest again to rebase this on http://gerrit.ovirt.org/22370, which simplify the handling

Change in vdsm[master]: remoteFileHandler: Remove harmful libvirt dependency

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: remoteFileHandler: Remove harmful libvirt dependency .. Patch Set 2: The commit message is totally wrong now, and I'm not sure this it the best way to avoid the

Change in vdsm[master]: clientIF: Teardown volume path only for VDSM images

2013-12-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: clientIF: Teardown volume path only for VDSM images .. Patch Set 5: Code-Review+1 I think it is time to move forward with this patch. -- To view, visit

Change in vdsm[master]: tests: Add miniaml issciadm tests

2013-12-17 Thread nsoffer
Nir Soffer has abandoned this change. Change subject: tests: Add miniaml issciadm tests .. Abandoned Nobody seems interested in this. -- To view, visit http://gerrit.ovirt.org/19856 To unsubscribe, visit

Change in vdsm[master]: Setting force to true overwrites the configuration in libvir...

2013-12-17 Thread ybronhei
Yaniv Bronhaim has uploaded a new change for review. Change subject: Setting force to true overwrites the configuration in libvirt configurer .. Setting force to true overwrites the configuration in libvirt configurer This

Change in vdsm[master]: Disable configuration overwriting if service is configured

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: Disable configuration overwriting if service is configured .. Patch Set 3: the other way around sounds more right to me - specific meaning for force in

Change in vdsm[master]: Setting force to true overwrites the configuration in libvir...

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: Setting force to true overwrites the configuration in libvirt configurer .. Patch Set 1: Build Successful

Change in vdsm[master]: Setting force to true overwrites the configuration in libvir...

2013-12-17 Thread Alon Bar-Lev
Alon Bar-Lev has posted comments on this change. Change subject: Setting force to true overwrites the configuration in libvirt configurer .. Patch Set 1: (1 comment) File

Change in vdsm[master]: netinfo.getRouteDeviceTo: return a device name

2013-12-17 Thread amuller
Assaf Muller has posted comments on this change. Change subject: netinfo.getRouteDeviceTo: return a device name .. Patch Set 2: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22358 To unsubscribe, visit

Change in vdsm[master]: sp: _refreshDomainLinks must not change the metadata

2013-12-17 Thread alitke
Adam Litke has posted comments on this change. Change subject: sp: _refreshDomainLinks must not change the metadata .. Patch Set 3: Code-Review+1 My review is mainly on code style, comments, etc. I can't verify the

Change in vdsm[master]: sp: remove unused transaction in createMaster

2013-12-17 Thread alitke
Adam Litke has posted comments on this change. Change subject: sp: remove unused transaction in createMaster .. Patch Set 1: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22418 To unsubscribe, visit

Change in vdsm[master]: netinfo.getRouteDeviceTo: return a device name

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: netinfo.getRouteDeviceTo: return a device name .. Patch Set 2: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6134/ : SUCCESS

Change in vdsm[master]: set reconfigureOnForce attribute to ModuleConfigurer

2013-12-17 Thread Alon Bar-Lev
Alon Bar-Lev has posted comments on this change. Change subject: set reconfigureOnForce attribute to ModuleConfigurer .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22492 To unsubscribe, visit

Change in vdsm[ovirt-3.3]: configNetwork: Fix bridgeless broken network deletion

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: configNetwork: Fix bridgeless broken network deletion .. Patch Set 3: Verified-1 the bug doesn't have rhevm-3.3 flag on it. do we need it to ovirt-3.3 ? --

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 4: (4 comments) File

Change in vdsm[master]: ifcfg: include HWADDR line only if NM is around

2013-12-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: ifcfg: include HWADDR line only if NM is around .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/22288 To unsubscribe, visit

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 2: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6136/ : SUCCESS

Change in vdsm[master]: Setting force to true overwrites the configuration in libvir...

2013-12-17 Thread Alon Bar-Lev
Alon Bar-Lev has posted comments on this change. Change subject: Setting force to true overwrites the configuration in libvirt configurer .. Patch Set 1: (1 comment) File

Change in vdsm[master]: set reconfigureOnForce attribute to ModuleConfigurer

2013-12-17 Thread Alon Bar-Lev
Alon Bar-Lev has posted comments on this change. Change subject: set reconfigureOnForce attribute to ModuleConfigurer .. Patch Set 2: (2 comments) File

Change in vdsm[master]: set reconfigureOnForce attribute to ModuleConfigurer

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: set reconfigureOnForce attribute to ModuleConfigurer .. Patch Set 2: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6139/ : SUCCESS

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread dougsland
Douglas Schilling Landgraf has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 2: On pyflakes-0.4.0-2.el6.noarch I see the error that jenkins is complaining on

Change in vdsm[master]: ifcfg: include HWADDR line only if NM is around

2013-12-17 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: ifcfg: include HWADDR line only if NM is around .. Patch Set 3: Failure unrelated to patch. libvirtError: authentication failed: polkit:

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 4: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6138/ : SUCCESS

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread dougsland
Douglas Schilling Landgraf has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 1: (1 comment) File

Change in vdsm[master]: set reconfigureOnForce attribute to ModuleConfigurer

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: set reconfigureOnForce attribute to ModuleConfigurer .. Patch Set 3: Build Successful http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6140/ : SUCCESS

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread dougsland
Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm-tool: add node registration tool .. vdsm-tool: add node registration tool ovirt-node-registration.py is a tool to register a node into

Change in vdsm[master]: Setting force to true overwrites the configuration in libvir...

2013-12-17 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: Setting force to true overwrites the configuration in libvirt configurer .. Patch Set 1: (1 comment)

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 1: Code-Review-1 Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6135/ :

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread dougsland
Douglas Schilling Landgraf has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/22494 To unsubscribe, visit

Change in vdsm[master]: vdsm-tool: add node registration tool

2013-12-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: vdsm-tool: add node registration tool .. Patch Set 3: Verified-1 Build Failed http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/6137/ : SUCCESS

  1   2   >