<div dir="ltr"><div><div>Hi, <br><br></div>We have a failure in test 002_bootstrap.add_hosts on Ovirt-Master in project vdsm. <br><br></div><div>The issue seems to be that we fail to configure vdsm correctly. <br><br><b style="font-weight:normal" id="gmail-docs-internal-guid-5859b7a1-27e5-a4b0-aa3e-4ca598e6a69e"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Link and headline of suspected patches: </span></p><a href="https://gerrit.ovirt.org/#/c/86474/">https://gerrit.ovirt.org/#/c/86474/</a> - </b><br><b style="font-weight:normal" id="gmail-docs-internal-guid-5859b7a1-27e5-a4b0-aa3e-4ca598e6a69e">net: unmanage bonds used for options gathering<br><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Link to Job:</span></p><a href="http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5067">http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5067</a><br><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Link to all logs:</span></p><a href="http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5067/artifact/">http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5067/artifact/</a><br><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">(Relevant) error snippet from the log: </span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><error></span></p><br>Running configure...<br>Reconfiguration of abrt is done.<br>Reconfiguration of passwd is done.<br>WARNING: LVM local configuration: /etc/lvm/lvmlocal.conf is not based on vdsm configuration<br>Backing up /etc/lvm/lvmlocal.conf to /etc/lvm/lvmlocal.conf.201801231944<br>Installing /usr/share/vdsm/lvmlocal.conf at /etc/lvm/lvmlocal.conf<br>Units need configuration: {'lvm2-lvmetad.service': {'LoadState': 'loaded', 'ActiveState': 'active'}, 'lvm2-lvmetad.socket': {'LoadState': 'loaded', 'ActiveState': 'active'}}<br>Reconfiguration of lvm is done.<br>Reconfiguration of sebool is done.<br>Reconfiguration of libvirt is done.<br>Reconfiguration of sanlock is done.<br><br>2018-01-23 19:44:08,411-0500 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.packages plugin.execute:926 execute-output: ('/usr/bin/vdsm-tool', 'configure', '--force') stderr:<br>Traceback (most recent call last):<br> File "/usr/bin/vdsm-tool", line 219, in main<br> return tool_command[cmd]["command"](*args)<br> File "/usr/lib/python2.7/site-packages/vdsm/tool/__init__.py", line 38, in wrapper<br> func(*args, **kwargs)<br> File "/usr/lib/python2.7/site-packages/vdsm/tool/configurator.py", line 141, in configure<br> _configure(c)<br> File "/usr/lib/python2.7/site-packages/vdsm/tool/configurator.py", line 88, in _configure<br> getattr(module, 'configure', lambda: None)()<br> File "/usr/lib/python2.7/site-packages/vdsm/tool/configurators/bond_defaults.py", line 40, in configure<br> sysfs_options_mapper.dump_bonding_options()<br> File "/usr/lib/python2.7/site-packages/vdsm/network/link/bond/sysfs_options_mapper.py", line 48, in dump_bonding_options<br> jdump(_get_default_bonding_options(), f)<br> File "/usr/lib/python2.7/site-packages/vdsm/network/link/bond/sysfs_options_mapper.py", line 60, in _get_default_bonding_options<br> with _bond_device(bond_name):<br> File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__<br> return self.gen.next()<br> File "/usr/lib/python2.7/site-packages/vdsm/network/link/bond/sysfs_options_mapper.py", line 102, in _bond_device<br> _unmanage_nm_device(bond_name)<br> File "/usr/lib/python2.7/site-packages/vdsm/network/link/bond/sysfs_options_mapper.py", line 116, in _unmanage_nm_device<br> dev.managed = False<br> File "/usr/lib/python2.7/site-packages/vdsm/network/nm/networkmanager.py", line 90, in managed<br> self._device.managed = value<br> File "/usr/lib/python2.7/site-packages/vdsm/network/nm/nmdbus/device.py", line 81, in managed<br> return self._set_property('Managed', value)<br> File "/usr/lib/python2.7/site-packages/vdsm/network/nm/nmdbus/device.py", line 88, in _set_property<br> self.IF_NAME, property_name, property_value)<br> File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__<br> return self._proxy_method(*args, **keywords)<br> File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__<br> **keywords)<br> File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking<br> message, timeout)<br>DBusException: org.freedesktop.DBus.Error.AccessDenied: Property "Managed" of interface "org.freedesktop.NetworkManager.Device" is not settable<br><br>2018-01-23 19:44:08,412-0500 WARNING otopi.plugins.ovirt_host_deploy.vdsm.packages packages._reconfigure:151 Cannot configure vdsm<br>2018-01-23 19:44:08,413-0500 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:204 DIALOG:SEND **%EventEnd STAGE closeup METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._reconfigure (None)<br>2018-01-23 19:44:08,414-0500 DEBUG otopi.context context._executeMethod:128 Stage closeup METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup<br>2018-01-23 19:44:08,414-0500 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:204 DIALOG:SEND **%EventStart STAGE closeup METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)<br>:<br><br><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"></error></span></p></b><br class="gmail-Apple-interchange-newline"></div></div>