OST upgrade-from-release-suite-master update_cluster_versions failing

Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with 004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500. Stacktrace Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 184, in update_cluster_versions minor=minor File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500. Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442 Is this a known error, or is someone already addressing this issue? Thanks Dominik

Running it without a new package to see if this is reproduces on packages from tested with no changes. On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 184, in update_cluster_versions minor=minor File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

Dominik, seems it passes with no changes: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet. adding Dusan in case CQ starts failing On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on packages from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 184, in update_cluster_versions minor=minor File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

passed with latest package: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on packages from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 184, in update_cluster_versions minor=minor File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes: https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on packages from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 184, in update_cluster_versions minor=minor File "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

odd.... I thought it passed... On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes:
the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on
from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not
fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
60,
in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File
"/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py",
line 184, in update_cluster_versions minor=minor File
"/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py",
line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py",
3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not
fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... packages pass, 500. line line line line line line pass, 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

its failing so I guess we do have some issue in the pre-merged packages on cluster version On Tue, Aug 27, 2019 at 5:14 PM Dafna Ron <dron@redhat.com> wrote:
odd.... I thought it passed...
On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes:
the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on
from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
Hi, for me OST upgrade-from-release-suite-master update_cluster_versions is failing with
004_basic_sanity.update_cluster_versions (from nosetests) Failing for the past 1 build (Since Failed#5442 ) Took 1 min 16 sec. add description Error Message
Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is
Stacktrace
Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test test() File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
in wrapper return func(get_test_prefix(), *args, **kwargs) File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
in wrapper prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs File
"/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py",
line 184, in update_cluster_versions minor=minor File
"/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py",
line 130, in _update_cluster_version version=new_version File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py",
3943, in update return self._internal_update(cluster, headers, query, wait) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
253, in _internal_update return future.wait() if wait else future File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
55, in wait return self._code(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
250, in callback self._check_fault(response) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
132, in _check_fault self._raise_error(response, body) File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
118, in _raise_error raise error Error: Fault reason is "Operation Failed". Fault detail is "[Update of cluster compatibility version failed because there are VMs/Templates [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect configuration. To fix the issue, please go to each of them, edit, change the Custom Compatibility Version of the VM/Template to the cluster level you want to update the cluster to and press OK. If the save does not pass, fix the dialog validation. After successful cluster update, you can revert your Custom Compatibility Version change.]". HTTP response code is
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... packages 500. line 60, line 79, line line line line line line 500.
Please find an example run in https://jenkins.ovirt.org/view/oVirt system tests/job/ovirt-system-tests_manual/5442
Is this a known error, or is someone already addressing this issue? Thanks Dominik

I see there is an ovirt-engine package in the master queue: https://jenkins.ovirt.org/view/Change%20queue%20jobs/job/ovirt-master_change... we should expect it to fail On Tue, Aug 27, 2019 at 5:15 PM Dafna Ron <dron@redhat.com> wrote:
its failing so I guess we do have some issue in the pre-merged packages on cluster version
On Tue, Aug 27, 2019 at 5:14 PM Dafna Ron <dron@redhat.com> wrote:
odd.... I thought it passed...
On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes:
the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
Running it without a new package to see if this is reproduces on
from tested with no changes.
On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com> wrote:
> Hi, > for me OST upgrade-from-release-suite-master update_cluster_versions > is failing with > > 004_basic_sanity.update_cluster_versions (from nosetests) > Failing for the past 1 build (Since Failed#5442 ) > Took 1 min 16 sec. > add description > Error Message > > Fault reason is "Operation Failed". Fault detail is "[Update of cluster > compatibility version failed because there are VMs/Templates > [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect > configuration. To fix the issue, please go to each of them, edit, change > the Custom Compatibility Version of the VM/Template to the cluster level > you want to update the cluster to and press OK. If the save does not pass, > fix the dialog validation. After successful cluster update, you can revert > your Custom Compatibility Version change.]". HTTP response code is
> > Stacktrace > > Traceback (most recent call last): > File "/usr/lib64/python2.7/unittest/case.py", line 369, in run > testMethod() > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in > runTest > self.test(*self.arg) > File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
> 142, in wrapped_test > test() > File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
> in wrapper > return func(get_test_prefix(), *args, **kwargs) > File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
> in wrapper > prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs > File > "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", > line 184, in update_cluster_versions > minor=minor > File > "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", > line 130, in _update_cluster_version > version=new_version > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py",
> 3943, in update > return self._internal_update(cluster, headers, query, wait) > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
> 253, in _internal_update > return future.wait() if wait else future > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
> 55, in wait > return self._code(response) > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
> 250, in callback > self._check_fault(response) > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
> 132, in _check_fault > self._raise_error(response, body) > File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
> 118, in _raise_error > raise error > Error: Fault reason is "Operation Failed". Fault detail is "[Update of > cluster compatibility version failed because there are VMs/Templates > [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect > configuration. To fix the issue, please go to each of them, edit, change > the Custom Compatibility Version of the VM/Template to the cluster level > you want to update the cluster to and press OK. If the save does not pass, > fix the dialog validation. After successful cluster update, you can revert > your Custom Compatibility Version change.]". HTTP response code is
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... packages 500. line line 60, line 79, line line line line line line 500.
> > Please find an example run in > https://jenkins.ovirt.org/view/oVirt system > tests/job/ovirt-system-tests_manual/5442 > > Is this a known error, or is someone already addressing this issue? > Thanks > Dominik >

Adding Andrej Krejcir and Lucia = Patch https://gerrit.ovirt.org/#/c/102839/ - engine: UpdateClusterCommand cleanup is causing the regression in engine Lucia/Andrej, can you please issue a fix? Thanks for the quick report Dominik! Dafna On Tue, Aug 27, 2019 at 5:20 PM Dafna Ron <dron@redhat.com> wrote:
I see there is an ovirt-engine package in the master queue: https://jenkins.ovirt.org/view/Change%20queue%20jobs/job/ovirt-master_change...
we should expect it to fail
On Tue, Aug 27, 2019 at 5:15 PM Dafna Ron <dron@redhat.com> wrote:
its failing so I guess we do have some issue in the pre-merged packages on cluster version
On Tue, Aug 27, 2019 at 5:14 PM Dafna Ron <dron@redhat.com> wrote:
odd.... I thought it passed...
On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
Dominik, seems it passes with no changes:
the issue if exists is in engine before merge (unless we will see a failed CQ soon) I ran another manual test on the latest built package of engine so lets see if we have an issue that has not been identified yet.
adding Dusan in case CQ starts failing
On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote:
> Running it without a new package to see if this is reproduces on
> from tested with no changes. > > > On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler <dholler@redhat.com
> wrote: > >> Hi, >> for me OST upgrade-from-release-suite-master update_cluster_versions >> is failing with >> >> 004_basic_sanity.update_cluster_versions (from nosetests) >> Failing for the past 1 build (Since Failed#5442 ) >> Took 1 min 16 sec. >> add description >> Error Message >> >> Fault reason is "Operation Failed". Fault detail is "[Update of cluster >> compatibility version failed because there are VMs/Templates >> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect >> configuration. To fix the issue, please go to each of them, edit, change >> the Custom Compatibility Version of the VM/Template to the cluster level >> you want to update the cluster to and press OK. If the save does not pass, >> fix the dialog validation. After successful cluster update, you can revert >> your Custom Compatibility Version change.]". HTTP response code is 500. >> >> Stacktrace >> >> Traceback (most recent call last): >> File "/usr/lib64/python2.7/unittest/case.py", line 369, in run >> testMethod() >> File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in >> runTest >> self.test(*self.arg) >> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
>> 142, in wrapped_test >> test() >> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
>> in wrapper >> return func(get_test_prefix(), *args, **kwargs) >> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
>> in wrapper >> prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs >> File >> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", >> line 184, in update_cluster_versions >> minor=minor >> File >> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", >> line 130, in _update_cluster_version >> version=new_version >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line >> 3943, in update >> return self._internal_update(cluster, headers, query, wait) >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
>> 253, in _internal_update >> return future.wait() if wait else future >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
>> 55, in wait >> return self._code(response) >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
>> 250, in callback >> self._check_fault(response) >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
>> 132, in _check_fault >> self._raise_error(response, body) >> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py",
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... packages line line 60, line 79, line line line line line
>> 118, in _raise_error >> raise error >> Error: Fault reason is "Operation Failed". Fault detail is "[Update of >> cluster compatibility version failed because there are VMs/Templates >> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect >> configuration. To fix the issue, please go to each of them, edit, change >> the Custom Compatibility Version of the VM/Template to the cluster level >> you want to update the cluster to and press OK. If the save does not pass, >> fix the dialog validation. After successful cluster update, you can revert >> your Custom Compatibility Version change.]". HTTP response code is 500. >> >> Please find an example run in >> https://jenkins.ovirt.org/view/oVirt system >> tests/job/ovirt-system-tests_manual/5442 >> >> Is this a known error, or is someone already addressing this issue? >> Thanks >> Dominik >> >

This patch is not the cause, it only removes unused code. But there was another patch set merged recently, that is probably the cause. I'm looking into it. Andrej On Tue, 27 Aug 2019 at 16:25, Dafna Ron <dron@redhat.com> wrote:
Adding Andrej Krejcir and Lucia = Patch https://gerrit.ovirt.org/#/c/102839/ - engine: UpdateClusterCommand cleanup is causing the regression in engine
Lucia/Andrej, can you please issue a fix?
Thanks for the quick report Dominik! Dafna
On Tue, Aug 27, 2019 at 5:20 PM Dafna Ron <dron@redhat.com> wrote:
I see there is an ovirt-engine package in the master queue: https://jenkins.ovirt.org/view/Change%20queue%20jobs/job/ovirt-master_change...
we should expect it to fail
On Tue, Aug 27, 2019 at 5:15 PM Dafna Ron <dron@redhat.com> wrote:
its failing so I guess we do have some issue in the pre-merged packages on cluster version
On Tue, Aug 27, 2019 at 5:14 PM Dafna Ron <dron@redhat.com> wrote:
odd.... I thought it passed...
On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
passed with latest package:
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests...
I don't get it. Isn't 5454 failing?
On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote:
> Dominik, > seems it passes with no changes: >
> the issue if exists is in engine before merge (unless we will see a failed > CQ soon) > I ran another manual test on the latest built package of engine so lets > see if we have an issue that has not been identified yet. > > adding Dusan in case CQ starts failing > > > On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote: > >> Running it without a new package to see if this is reproduces on
>> from tested with no changes. >> >> >> On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler < dholler@redhat.com> >> wrote: >> >>> Hi, >>> for me OST upgrade-from-release-suite-master update_cluster_versions >>> is failing with >>> >>> 004_basic_sanity.update_cluster_versions (from nosetests) >>> Failing for the past 1 build (Since Failed#5442 ) >>> Took 1 min 16 sec. >>> add description >>> Error Message >>> >>> Fault reason is "Operation Failed". Fault detail is "[Update of cluster >>> compatibility version failed because there are VMs/Templates >>> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect >>> configuration. To fix the issue, please go to each of them, edit, change >>> the Custom Compatibility Version of the VM/Template to the cluster level >>> you want to update the cluster to and press OK. If the save does not pass, >>> fix the dialog validation. After successful cluster update, you can revert >>> your Custom Compatibility Version change.]". HTTP response code is 500. >>> >>> Stacktrace >>> >>> Traceback (most recent call last): >>> File "/usr/lib64/python2.7/unittest/case.py", line 369, in run >>> testMethod() >>> File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in >>> runTest >>> self.test(*self.arg) >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
>>> 142, in wrapped_test >>> test() >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
>>> in wrapper >>> return func(get_test_prefix(), *args, **kwargs) >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py",
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... packages line line 60, line 79,
>>> in wrapper >>> prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs >>> File >>> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", >>> line 184, in update_cluster_versions >>> minor=minor >>> File >>> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", >>> line 130, in _update_cluster_version >>> version=new_version >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line >>> 3943, in update >>> return self._internal_update(cluster, headers, query, wait) >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line >>> 253, in _internal_update >>> return future.wait() if wait else future >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line >>> 55, in wait >>> return self._code(response) >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line >>> 250, in callback >>> self._check_fault(response) >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line >>> 132, in _check_fault >>> self._raise_error(response, body) >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line >>> 118, in _raise_error >>> raise error >>> Error: Fault reason is "Operation Failed". Fault detail is "[Update of >>> cluster compatibility version failed because there are VMs/Templates >>> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect >>> configuration. To fix the issue, please go to each of them, edit, change >>> the Custom Compatibility Version of the VM/Template to the cluster level >>> you want to update the cluster to and press OK. If the save does not pass, >>> fix the dialog validation. After successful cluster update, you can revert >>> your Custom Compatibility Version change.]". HTTP response code is 500. >>> >>> Please find an example run in >>> https://jenkins.ovirt.org/view/oVirt system >>> tests/job/ovirt-system-tests_manual/5442 >>> >>> Is this a known error, or is someone already addressing this issue? >>> Thanks >>> Dominik >>> >>

Thanks Andrej! On Wed, Aug 28, 2019 at 10:40 AM Andrej Krejcir <akrejcir@redhat.com> wrote:
This patch is not the cause, it only removes unused code. But there was another patch set merged recently, that is probably the cause. I'm looking into it.
Andrej
On Tue, 27 Aug 2019 at 16:25, Dafna Ron <dron@redhat.com> wrote:
Adding Andrej Krejcir and Lucia = Patch https://gerrit.ovirt.org/#/c/102839/ - engine: UpdateClusterCommand cleanup is causing the regression in engine
Lucia/Andrej, can you please issue a fix?
Thanks for the quick report Dominik! Dafna
On Tue, Aug 27, 2019 at 5:20 PM Dafna Ron <dron@redhat.com> wrote:
I see there is an ovirt-engine package in the master queue: https://jenkins.ovirt.org/view/Change%20queue%20jobs/job/ovirt-master_change...
we should expect it to fail
On Tue, Aug 27, 2019 at 5:15 PM Dafna Ron <dron@redhat.com> wrote:
its failing so I guess we do have some issue in the pre-merged packages on cluster version
On Tue, Aug 27, 2019 at 5:14 PM Dafna Ron <dron@redhat.com> wrote:
odd.... I thought it passed...
On Tue, Aug 27, 2019 at 5:11 PM Dominik Holler <dholler@redhat.com> wrote:
On Tue, 27 Aug 2019 16:36:45 +0300 Dafna Ron <dron@redhat.com> wrote:
> passed with latest package: > https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... >
I don't get it. Isn't 5454 failing?
> > On Tue, Aug 27, 2019 at 3:57 PM Dafna Ron <dron@redhat.com> wrote: > > > Dominik, > > seems it passes with no changes: > > https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests... > > the issue if exists is in engine before merge (unless we will see a failed > > CQ soon) > > I ran another manual test on the latest built package of engine so lets > > see if we have an issue that has not been identified yet. > > > > adding Dusan in case CQ starts failing > > > > > > On Tue, Aug 27, 2019 at 2:55 PM Dafna Ron <dron@redhat.com> wrote: > > > >> Running it without a new package to see if this is reproduces on packages > >> from tested with no changes. > >> > >> > >> On Tue, Aug 27, 2019 at 1:49 PM Dominik Holler < dholler@redhat.com> > >> wrote: > >> > >>> Hi, > >>> for me OST upgrade-from-release-suite-master update_cluster_versions > >>> is failing with > >>> > >>> 004_basic_sanity.update_cluster_versions (from nosetests) > >>> Failing for the past 1 build (Since Failed#5442 ) > >>> Took 1 min 16 sec. > >>> add description > >>> Error Message > >>> > >>> Fault reason is "Operation Failed". Fault detail is "[Update of cluster > >>> compatibility version failed because there are VMs/Templates > >>> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect > >>> configuration. To fix the issue, please go to each of them, edit, change > >>> the Custom Compatibility Version of the VM/Template to the cluster level > >>> you want to update the cluster to and press OK. If the save does not pass, > >>> fix the dialog validation. After successful cluster update, you can revert > >>> your Custom Compatibility Version change.]". HTTP response code is 500. > >>> > >>> Stacktrace > >>> > >>> Traceback (most recent call last): > >>> File "/usr/lib64/python2.7/unittest/case.py", line 369, in run > >>> testMethod() > >>> File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in > >>> runTest > >>> self.test(*self.arg) > >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line > >>> 142, in wrapped_test > >>> test() > >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, > >>> in wrapper > >>> return func(get_test_prefix(), *args, **kwargs) > >>> File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, > >>> in wrapper > >>> prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs > >>> File > >>> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", > >>> line 184, in update_cluster_versions > >>> minor=minor > >>> File > >>> "/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/004_basic_sanity.py", > >>> line 130, in _update_cluster_version > >>> version=new_version > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line > >>> 3943, in update > >>> return self._internal_update(cluster, headers, query, wait) > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line > >>> 253, in _internal_update > >>> return future.wait() if wait else future > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line > >>> 55, in wait > >>> return self._code(response) > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line > >>> 250, in callback > >>> self._check_fault(response) > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line > >>> 132, in _check_fault > >>> self._raise_error(response, body) > >>> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line > >>> 118, in _raise_error > >>> raise error > >>> Error: Fault reason is "Operation Failed". Fault detail is "[Update of > >>> cluster compatibility version failed because there are VMs/Templates > >>> [vm-with-iface, vm-with-iface-template, vm0, vm1] with incorrect > >>> configuration. To fix the issue, please go to each of them, edit, change > >>> the Custom Compatibility Version of the VM/Template to the cluster level > >>> you want to update the cluster to and press OK. If the save does not pass, > >>> fix the dialog validation. After successful cluster update, you can revert > >>> your Custom Compatibility Version change.]". HTTP response code is 500. > >>> > >>> Please find an example run in > >>> https://jenkins.ovirt.org/view/oVirt system > >>> tests/job/ovirt-system-tests_manual/5442 > >>> > >>> Is this a known error, or is someone already addressing this issue? > >>> Thanks > >>> Dominik > >>> > >>
participants (3)
-
Andrej Krejcir
-
Dafna Ron
-
Dominik Holler