oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
160 stars 201 forks source link

Cannot move bridge port to bond #338

Open mwperina opened 1 year ago

mwperina commented 1 year ago

fails on a different issue (attached supervdsm log):

Traceback (most recent call last): ..... File "/usr/lib/python3.9/site-packages/vdsm/common/supervdsm.py", line 53, in getattr(self._supervdsmProxy._svdsm, self._funcName)(*args, File "", line 2, in setupNetworks File "/usr/lib64/python3.9/multiprocessing/managers.py", line 825, in _callmethod raise convert_to_error(kind, result) libnmstate.error.NmstateInternalError: DbusConnectionError: org.freedesktop.NetworkManager.Settings.Connection.InvalidProperty: connection.slave-type: A connection with a 'bridge-port' setting must have the slave-type set to 'bridge'. Instead it is 'bond' dbus: Some(MethodError("org.freedesktop.NetworkManager.Settings.Connection.InvalidProperty", Some("connection.slave-type: A connection with a 'bridge-port' setting must have the slave-type set to 'bridge'. Instead it is 'bond'"), Msg { type: Error, sender: ":1.6", reply-serial: 332, body: Signature: [ s (115), ] }))

with: nmstate-libs-2.2.0-0.alpha.20220810.8e122d43.el9.x86_64 python3-libnmstate-2.2.0-0.alpha.20220810.8e122d43.el9.x86_64

Depends on https://bugzilla.redhat.com/show_bug.cgi?id=2121315

Created from https://bugzilla.redhat.com/show_bug.cgi?id=2084171