Change in vdsm[master]: storage: Filter incomplete volumes from volume queries

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Filter incomplete volumes from volume queries .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: tests: volume_artifacts: validate FileVolumeArtifacts metadata

2016-04-14 Thread alitke
Adam Litke has uploaded a new change for review. Change subject: tests: volume_artifacts: validate FileVolumeArtifacts metadata .. tests: volume_artifacts: validate FileVolumeArtifacts metadata We now have the VolumeMetadata

Change in vdsm[master]: tests: FakeLVM: Always create lv file

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: FakeLVM: Always create lv file .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header

Change in vdsm[master]: tests: storagetestlib: normalize make_file_volume

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: storagetestlib: normalize make_file_volume .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: storage: Add basic BlockVolumeArtifacts

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Add basic BlockVolumeArtifacts .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header

Change in vdsm[master]: tests: storagetestlib: normalize make_file_volume

2016-04-14 Thread alitke
Adam Litke has uploaded a new change for review. Change subject: tests: storagetestlib: normalize make_file_volume .. tests: storagetestlib: normalize make_file_volume The test utility make_block_volume was recently improved so

Change in vdsm[master]: tests: FakeLVM: Always create lv file

2016-04-14 Thread alitke
Adam Litke has uploaded a new change for review. Change subject: tests: FakeLVM: Always create lv file .. tests: FakeLVM: Always create lv file When creating Fake LVs always create a regular file at lvm.lvPath(...) of the size

Change in vdsm[master]: tests: Add test_missing_tags for block storage

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: Add test_missing_tags for block storage .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: Refactor metadata operations

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: Refactor metadata operations .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: tests: volume_artifacts: validate FileVolumeArtifacts metadata

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: volume_artifacts: validate FileVolumeArtifacts metadata .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url

Change in vdsm[master]: tests: Add test_missing_tags for block storage

2016-04-14 Thread alitke
Adam Litke has uploaded a new change for review. Change subject: tests: Add test_missing_tags for block storage .. tests: Add test_missing_tags for block storage Add a simple test that verifies that volumes with missing tags

Change in vdsm[master]: VolumeMetadata: Add from_lines factory method

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: VolumeMetadata: Add from_lines factory method .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: travis: Add missing packages to Dockerfile

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: travis: Add missing packages to Dockerfile .. Patch Set 2: ping? -- To view, visit https://gerrit.ovirt.org/55738 To unsubscribe, visit

Change in vdsm[master]: storage: Add basic BlockVolumeArtifacts

2016-04-14 Thread alitke
Adam Litke has posted comments on this change. Change subject: storage: Add basic BlockVolumeArtifacts .. Patch Set 2: (5 comments) https://gerrit.ovirt.org/#/c/55987/2/tests/storage_volume_artifacts_test.py File

Change in vdsm[master]: qemuimg: Validate qcow2_compat configuration

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: qemuimg: Validate qcow2_compat configuration .. Patch Set 2: Version 2 document the supported options in the configuration file comments. # Recent qemu-img

Change in vdsm[master]: qemuimg: Make QCOW2_COMPAT configurable

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: qemuimg: Make QCOW2_COMPAT configurable .. Patch Set 4: * #1317850::Update tracker: OK * Check Bug-Url::OK * Check Public Bug::#1317850::OK, public bug * Check

Change in vdsm[master]: qemuimg: Validate qcow2_compat configuration

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: qemuimg: Validate qcow2_compat configuration .. Patch Set 2: * #1317850::Update tracker: OK * Check Bug-Url::OK * Check Public Bug::#1317850::OK, public bug *

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread alitke
Adam Litke has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 28: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/42908 To unsubscribe, visit https://gerrit.ovirt.org/settings

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread alitke
Adam Litke has submitted this change and it was merged. Change subject: rwlock: Add simpler RWLock .. rwlock: Add simpler RWLock This is a rewrite of storage.misc.RWLock, simplifying it and making it easier to understand. The

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 29: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 28: This version change the tests so we test both old and new implementations, so we can merge this code now before the

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 28: Verified+1 -- To view, visit https://gerrit.ovirt.org/42908 To unsubscribe, visit https://gerrit.ovirt.org/settings

Change in vdsm[master]: spec: qemu-kvm-img to handle unaligned images

2016-04-14 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: spec: qemu-kvm-img to handle unaligned images .. Patch Set 1: (2 comments) https://gerrit.ovirt.org/#/c/56142/1//COMMIT_MSG Commit Message: Line 15: in EL's

Change in vdsm[master]: tests: Add readers contention rwlock test

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: Add readers contention rwlock test .. Patch Set 7: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view,

Change in vdsm[master]: tests: Add readers contention rwlock test

2016-04-14 Thread nsoffer
Nir Soffer has submitted this change and it was merged. Change subject: tests: Add readers contention rwlock test .. tests: Add readers contention rwlock test Add timing test for taking a shared lock on a RWLock. This should

Change in vdsm[master]: rwlock: Replace misc.RWLock

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: rwlock: Replace misc.RWLock .. Patch Set 24: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 28: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: blockVolume: Move _calculate_volume_alloc_size to Manifest

2016-04-14 Thread nsoffer
Nir Soffer has submitted this change and it was merged. Change subject: blockVolume: Move _calculate_volume_alloc_size to Manifest .. blockVolume: Move _calculate_volume_alloc_size to Manifest _calculate_volume_alloc_size

Change in vdsm[master]: tests: Add readers contention rwlock test

2016-04-14 Thread alitke
Adam Litke has posted comments on this change. Change subject: tests: Add readers contention rwlock test .. Patch Set 6: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/51923 To unsubscribe, visit

Change in vdsm[master]: blockVolume: Move _calculate_volume_alloc_size to Manifest

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: blockVolume: Move _calculate_volume_alloc_size to Manifest .. Patch Set 4: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found.

Change in vdsm[master]: tests: Add readers contention rwlock test

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: Add readers contention rwlock test .. Patch Set 6: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header

Change in vdsm[master]: rwlock: Add simpler RWLock

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: rwlock: Add simpler RWLock .. Patch Set 27: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: rwlock: Replace misc.RWLock

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: rwlock: Replace misc.RWLock .. Patch Set 23: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: blockVolume: Move _calculate_volume_alloc_size to Manifest

2016-04-14 Thread alitke
Adam Litke has posted comments on this change. Change subject: blockVolume: Move _calculate_volume_alloc_size to Manifest .. Patch Set 3: Verified+1 -- To view, visit https://gerrit.ovirt.org/55986 To unsubscribe, visit

Change in vdsm[master]: blockVolume: Move _calculate_volume_alloc_size to Manifest

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: blockVolume: Move _calculate_volume_alloc_size to Manifest .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found,

Change in vdsm[master]: spec: qemu-kvm-img to handle unaligned images

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: spec: qemu-kvm-img to handle unaligned images .. Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/56142/1//COMMIT_MSG Commit Message: Line 18: This patch

Change in vdsm[master]: virt: fixes for pep8 1.6.x

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: virt: fixes for pep8 1.6.x .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56084/3/vdsm/virt/vmdevices/storage.py File vdsm/virt/vmdevices/storage.py:

Change in vdsm[master]: configure: add support for nosetests/python 3.5

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: configure: add support for nosetests/python 3.5 .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56083/3/configure.ac File configure.ac: Line 289:

Change in vdsm[master]: virt: fixes for pep8 1.6.x

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: virt: fixes for pep8 1.6.x .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56084/3/vdsm/virt/vmdevices/storage.py File

Change in vdsm[master]: configure: add support for nosetests/python 3.5

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: configure: add support for nosetests/python 3.5 .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56083/3/configure.ac File configure.ac: Line 289: fi

Change in vdsm[master]: configure: add support for nosetests/python 3.5

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: configure: add support for nosetests/python 3.5 .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56083/3/configure.ac File configure.ac: Line 289:

Change in vdsm[master]: hsm: add untrusted image verification.

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: hsm: add untrusted image verification. .. Patch Set 10: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit

Change in vdsm[master]: hsm: add untrusted image verification.

2016-04-14 Thread nsoffer
Nir Soffer has submitted this change and it was merged. Change subject: hsm: add untrusted image verification. .. hsm: add untrusted image verification. In some flows, where an image can be imported into oVirt's storage from

Change in vdsm[master]: spec: qemu-kvm-img to handle unaligned images

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: spec: qemu-kvm-img to handle unaligned images .. Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/56142/1//COMMIT_MSG Commit Message: Line 15: in EL's

Change in vdsm[master]: storage: support new dd output

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: support new dd output .. Patch Set 2: (2 comments) https://gerrit.ovirt.org/#/c/56091/2/vdsm/storage/misc.py File vdsm/storage/misc.py: Line 214 Line

Change in vdsm[master]: storage: readspeed: drop useless return value

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: readspeed: drop useless return value .. Patch Set 1: (2 comments) https://gerrit.ovirt.org/#/c/56160/1/vdsm/storage/misc.py File vdsm/storage/misc.py:

Change in vdsm[master]: configure: add support for nosetests/python 3.5

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: configure: add support for nosetests/python 3.5 .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56083/3/configure.ac File configure.ac: Line 289: fi

Change in vdsm[master]: virt: fixes for pep8 1.6.x

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: virt: fixes for pep8 1.6.x .. Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/56084/3/vdsm/virt/vmdevices/storage.py File vdsm/virt/vmdevices/storage.py:

Change in vdsm[master]: tests: improve miscTests::ReadSpeed

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: tests: improve miscTests::ReadSpeed .. Patch Set 1: (1 comment) This better than the old tests, but the function and the tests are going to be removed, so there

Change in vdsm[master]: tests: improve miscTests::ReadSpeed

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: tests: improve miscTests::ReadSpeed .. Patch Set 1: Verified+1 took additional preparatory cleanup step. Verified running the tests themselves -- To view,

Change in vdsm[master]: storage: support new dd output

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: storage: support new dd output .. Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/56091/1/vdsm/storage/misc.py File vdsm/storage/misc.py: Line 188:

Change in vdsm[master]: tests: improve miscTests::ReadSpeed

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: tests: improve miscTests::ReadSpeed .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: virt: fixes for pep8 1.6.x

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: virt: fixes for pep8 1.6.x .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug-Url:

Change in vdsm[master]: configure: add support for nosetests/python 3.5

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: configure: add support for nosetests/python 3.5 .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: storage: readspeed: drop useless return value

2016-04-14 Thread fromani
Francesco Romani has uploaded a new change for review. Change subject: storage: readspeed: drop useless return value .. storage: readspeed: drop useless return value storage.misc.readspeed used to return a two-item dictionary,

Change in vdsm[master]: storage: readspeed: drop useless return value

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: readspeed: drop useless return value .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: storage: support new dd output

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: support new dd output .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: tests: improve miscTests::ReadSpeed

2016-04-14 Thread fromani
Francesco Romani has uploaded a new change for review. Change subject: tests: improve miscTests::ReadSpeed .. tests: improve miscTests::ReadSpeed miscTests::ReadSpeed where meant to test the storage.misc.readspeed() function,

Change in vdsm[master]: ci:Fixed execution on el* chroots

2016-04-14 Thread dcaro
David Caro has posted comments on this change. Change subject: ci:Fixed execution on el* chroots .. Patch Set 1: Verified+1 I seem to be unable to actually run the tests, it seems there's some issue when reconfiguring vdsm

Change in vdsm[master]: build: Remove pep8 and pyflakes requirement

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: build: Remove pep8 and pyflakes requirement .. Patch Set 1: The el7 did not run any of the tests, I think this patch is missing the fix Yaniv added in the

Change in vdsm[master]: build: Remove pep8 and pyflakes requirement

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: build: Remove pep8 and pyflakes requirement .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header

Change in vdsm[master]: storage: support new dd output

2016-04-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: support new dd output .. Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/56091/1/vdsm/storage/misc.py File vdsm/storage/misc.py: Line 188:

Change in vdsm[master]: build: Remove pep8 and pyflakes requirement

2016-04-14 Thread nsoffer
Nir Soffer has uploaded a new change for review. Change subject: build: Remove pep8 and pyflakes requirement .. build: Remove pep8 and pyflakes requirement We use to build-require both pep8 and pyflakes, which cause trouble

Change in vdsm[master]: build: Remove pep8 and pyflakes requirement

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: build: Remove pep8 and pyflakes requirement .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header

Change in vdsm[master]: net: add rollback_trigger to Config()

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: add rollback_trigger to Config() .. Patch Set 2: * #1195208::Update tracker: OK * Check Bug-Url::OK * Check Public Bug::#1195208::OK, public bug * Check

Change in vdsm[master]: net: add rollback_trigger to Config()

2016-04-14 Thread phoracek
Petr Horáček has posted comments on this change. Change subject: net: add rollback_trigger to Config() .. Patch Set 2: Verified+1 Passed conf_persistence_test.py -- To view, visit https://gerrit.ovirt.org/56149 To

Change in vdsm[master]: net: native ovs: split to-be-removed and to-be-added

2016-04-14 Thread phoracek
Petr Horáček has posted comments on this change. Change subject: net: native ovs: split to-be-removed and to-be-added .. Patch Set 8: Verified+1 Passed ovs_tests -- To view, visit https://gerrit.ovirt.org/55313 To

Change in vdsm[master]: spec: qemu-kvm-img to handle unaligned images

2016-04-14 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: spec: qemu-kvm-img to handle unaligned images .. Patch Set 1: Verified+1 -- To view, visit https://gerrit.ovirt.org/56142 To unsubscribe, visit

Change in vdsm[master]: net: native ovs: split to-be-removed and to-be-added

2016-04-14 Thread edwardh
Edward Haas has posted comments on this change. Change subject: net: native ovs: split to-be-removed and to-be-added .. Patch Set 8: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/55313 To unsubscribe, visit

Change in vdsm[master]: net: native ovs: split to-be-removed and to-be-added

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: native ovs: split to-be-removed and to-be-added .. Patch Set 8: * #1195208::Update tracker: OK * Check Bug-Url::OK * Check Public Bug::#1195208::OK, public

Change in vdsm[master]: migration: Add Dynamic Bounded Semaphores

2016-04-14 Thread mbetak
Martin Betak has posted comments on this change. Change subject: migration: Add Dynamic Bounded Semaphores .. Patch Set 23: Verified+1 Verfied using unit tests. Since last patch-set was test-only change, restoring +V. -- To

Change in vdsm[master]: build: Make sure run_tests*.sh scripts are executable

2016-04-14 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: build: Make sure run_tests*.sh scripts are executable .. Patch Set 1: its the definition of @top_srcdir@ , I prefer to leave it generated -- To view, visit

Change in vdsm[master]: net: add rollback_trigger to Config()

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: add rollback_trigger to Config() .. Patch Set 1: * #1195208::Update tracker: OK * Check Bug-Url::OK * Check Public Bug::#1195208::OK, public bug * Check

Change in vdsm[master]: build: Make sure run_tests*.sh scripts are executable

2016-04-14 Thread mzamazal
Milan Zamazal has posted comments on this change. Change subject: build: Make sure run_tests*.sh scripts are executable .. Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/55949/1/build-aux/Makefile.subs File

Change in vdsm[master]: net: add rollback_trigger to Config()

2016-04-14 Thread phoracek
Petr Horáček has uploaded a new change for review. Change subject: net: add rollback_trigger to Config() .. net: add rollback_trigger to Config() This patch introduces rollback_trigger() method to Config(). Is will be used as a

Change in vdsm[master]: net: OVS configurator

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: net: OVS configurator .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug-Url: '

Change in vdsm[master]: require specific pep8 version

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: require specific pep8 version .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: require specific pep8 version

2016-04-14 Thread ybronhei
Yaniv Bronhaim has uploaded a new change for review. Change subject: require specific pep8 version .. require specific pep8 version Change-Id: Ie47f108c2065d5bd0e4e0e987121f91db4868397 Signed-off-by: Yaniv Bronhaim

Change in vdsm[master]: automation: Run make check over el7 in automation CI

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: automation: Run make check over el7 in automation CI .. Patch Set 4: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: tests: remove model_tests.py form py3 tests

2016-04-14 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: tests: remove model_tests.py form py3 tests .. Patch Set 2: Code-Review-1 okok, missed Dan's desire. with https://gerrit.ovirt.org/56072 we won't run python3

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: automation: add python3-netaddr and libvirt-python3 .. automation: add python3-netaddr and libvirt-python3 commit 51594c added these packages only to

Change in vdsm[master]: storage: support new dd output

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: storage: support new dd output .. Patch Set 1: (4 comments) https://gerrit.ovirt.org/#/c/56091/1/tests/Makefile.am File tests/Makefile.am: Line 138:

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 1: Code-Review+2 Verified+1 not really verified, let's hope check-merged flies. -- To view,

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread eedri
Eyal Edri has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/56143 To unsubscribe, visit

Change in vdsm[master]: qemuimg: Validate qcow2_compat configuration

2016-04-14 Thread alitke
Adam Litke has posted comments on this change. Change subject: qemuimg: Validate qcow2_compat configuration .. Patch Set 1: Should we document the supported ones in config.py.in file as well? -- To view, visit

Change in vdsm[master]: Revert "hostdev: don't implicitly reattach devices"

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: Revert "hostdev: don't implicitly reattach devices" .. Patch Set 2: Code-Review+1 we now have a plan to go forward -- To view, visit

Change in vdsm[master]: Revert "hostdev: don't implicitly reattach devices"

2016-04-14 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: Revert "hostdev: don't implicitly reattach devices" .. Revert "hostdev: don't implicitly reattach devices" This reverts commit 2bdcf4f99e4723f08886 as

Change in vdsm[master]: Revert "hostdev: don't implicitly reattach devices"

2016-04-14 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: Revert "hostdev: don't implicitly reattach devices" .. Patch Set 2: Code-Review+2 Verified+1 copying V+1 -- To view, visit https://gerrit.ovirt.org/56013 To

Change in vdsm[master]: Revert "hostdev: don't implicitly reattach devices"

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: Revert "hostdev: don't implicitly reattach devices" .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To

Change in vdsm[master]: Revert "hostdev/sr-iov: don't reattach devices"

2016-04-14 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: Revert "hostdev/sr-iov: don't reattach devices" .. Revert "hostdev/sr-iov: don't reattach devices" This reverts commit e80ab7fc74b7715. SR-IOV feature

Change in vdsm[master]: Revert "hostdev/sr-iov: don't reattach devices"

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: Revert "hostdev/sr-iov: don't reattach devices" .. Patch Set 3: * #1234328::Update tracker: OK * Set MODIFIED::bug 1234328#1234328FAILED, illegal change

Change in vdsm[master]: Revert "hostdev/sr-iov: don't reattach devices"

2016-04-14 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: Revert "hostdev/sr-iov: don't reattach devices" .. Patch Set 2: Code-Review+2 Verified+1 copying v+1 -- To view, visit https://gerrit.ovirt.org/55993 To

Change in vdsm[master]: Revert "hostdev/sr-iov: don't reattach devices"

2016-04-14 Thread mpolednik
Martin Polednik has posted comments on this change. Change subject: Revert "hostdev/sr-iov: don't reattach devices" .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/55993 To unsubscribe, visit

Change in vdsm[master]: Revert "hostdev: don't implicitly reattach devices"

2016-04-14 Thread mpolednik
Martin Polednik has posted comments on this change. Change subject: Revert "hostdev: don't implicitly reattach devices" .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/56013 To unsubscribe, visit

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread fromani
Francesco Romani has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/56143 To unsubscribe, visit

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread ybronhei
Yaniv Bronhaim has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/56143 To unsubscribe, visit

Change in vdsm[master]: ci:Fixed execution on el* chroots

2016-04-14 Thread eedri
Eyal Edri has posted comments on this change. Change subject: ci:Fixed execution on el* chroots .. Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/56139 To unsubscribe, visit

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread automation
gerrit-hooks has posted comments on this change. Change subject: automation: add python3-netaddr and libvirt-python3 .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure

Change in vdsm[master]: automation: add python3-netaddr and libvirt-python3

2016-04-14 Thread danken
Dan Kenigsberg has uploaded a new change for review. Change subject: automation: add python3-netaddr and libvirt-python3 .. automation: add python3-netaddr and libvirt-python3 commit 51594c added these packages only to

  1   2   >