Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 604546[details]
vdsm.log
Description of problem:
I have BOND interface with bridge, VLAN and MTU 9000 configured on it, trying to break the BOND from SetupNetwork failed.
Version-Release number of selected component (if applicable):
vdsm-4.9.6-27.0.el6_3.x86_64
How reproducible:
Steps to Reproduce:
1.Create network net1 with VLAN 10 and MTU 9000 and attach it to cluster.
2.Open SetuoNetworks and create BOND > attach the network net1 to the BOND > apply
3.Open setupNetworks and break the BOND (right click on one of the interfaces on the BOND and remove ethX from BOND)
Actual results:
Failed to break the BOND interface
Expected results:
The operation should succeed
Additional info:
MainProcess|Thread-2960::INFO::2012-08-15 10:51:18,495::configNetwork::856::root::(delNetwork) Removing network net1 with vlan=10, bonding=bond2, nics=['eth0', 'eth1'],options={}
MainProcess|Thread-2960::INFO::2012-08-15 10:51:18,516::configNetwork::190::root::(restoreAtomicBackup) Rolling back configuration (restoring atomic backup)
MainProcess|Thread-2960::ERROR::2012-08-15 10:51:18,517::configNetwork::1261::setupNetworks::(setupNetworks) need more than 1 value to unpack
Traceback (most recent call last):
File "/usr/share/vdsm/configNetwork.py", line 1203, in setupNetworks
implicitBonding=False)
File "/usr/share/vdsm/configNetwork.py", line 871, in delNetwork
configWriter.setNewMtu(network)
File "/usr/share/vdsm/configNetwork.py", line 448, in setNewMtu
_, vlans = _netinfo.getBridgedNetworksAndVlansForIface(bonding)
ValueError: need more than 1 value to unpack
MainProcess|Thread-2960::ERROR::2012-08-15 10:51:18,534::supervdsmServer::61::SuperVdsm.ServerCallback::(wrapper) Error in setupNetworks
Traceback (most recent call last):
File "/usr/share/vdsm/supervdsmServer.py", line 59, in wrapper
return func(*args, **kwargs)
File "/usr/share/vdsm/supervdsmServer.py", line 107, in setupNetworks
return configNetwork.setupNetworks(networks, bondings, **options)
File "/usr/share/vdsm/configNetwork.py", line 1203, in setupNetworks
implicitBonding=False)
File "/usr/share/vdsm/configNetwork.py", line 871, in delNetwork
configWriter.setNewMtu(network)
File "/usr/share/vdsm/configNetwork.py", line 448, in setNewMtu
_, vlans = _netinfo.getBridgedNetworksAndVlansForIface(bonding)
ValueError: need more than 1 value to unpack
Thread-2960::ERROR::2012-08-15 10:51:18,535::BindingXMLRPC::879::vds::(wrapper) unexpected error
Traceback (most recent call last):
File "/usr/share/vdsm/BindingXMLRPC.py", line 869, in wrapper
res = f(*args, **kwargs)
File "/usr/share/vdsm/BindingXMLRPC.py", line 346, in setupNetworks
return api.setupNetworks(networks, bondings, options)
File "/usr/share/vdsm/API.py", line 1115, in setupNetworks
supervdsm.getProxy().setupNetworks(networks, bondings, options)
File "/usr/share/vdsm/supervdsm.py", line 59, in __call__
return callMethod()
File "/usr/share/vdsm/supervdsm.py", line 57, in <lambda>
callMethod = lambda : getattr(self._supervdsmProxy._svdsm, self._funcName)(*args, **kwargs)
File "<string>", line 2, in setupNetworks
File "/usr/lib64/python2.6/multiprocessing/managers.py", line 740, in _callmethod
raise convert_to_error(kind, result)
ValueError: need more than 1 value to unpack
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHSA-2012-1508.html
Created attachment 604546 [details] vdsm.log Description of problem: I have BOND interface with bridge, VLAN and MTU 9000 configured on it, trying to break the BOND from SetupNetwork failed. Version-Release number of selected component (if applicable): vdsm-4.9.6-27.0.el6_3.x86_64 How reproducible: Steps to Reproduce: 1.Create network net1 with VLAN 10 and MTU 9000 and attach it to cluster. 2.Open SetuoNetworks and create BOND > attach the network net1 to the BOND > apply 3.Open setupNetworks and break the BOND (right click on one of the interfaces on the BOND and remove ethX from BOND) Actual results: Failed to break the BOND interface Expected results: The operation should succeed Additional info: MainProcess|Thread-2960::INFO::2012-08-15 10:51:18,495::configNetwork::856::root::(delNetwork) Removing network net1 with vlan=10, bonding=bond2, nics=['eth0', 'eth1'],options={} MainProcess|Thread-2960::INFO::2012-08-15 10:51:18,516::configNetwork::190::root::(restoreAtomicBackup) Rolling back configuration (restoring atomic backup) MainProcess|Thread-2960::ERROR::2012-08-15 10:51:18,517::configNetwork::1261::setupNetworks::(setupNetworks) need more than 1 value to unpack Traceback (most recent call last): File "/usr/share/vdsm/configNetwork.py", line 1203, in setupNetworks implicitBonding=False) File "/usr/share/vdsm/configNetwork.py", line 871, in delNetwork configWriter.setNewMtu(network) File "/usr/share/vdsm/configNetwork.py", line 448, in setNewMtu _, vlans = _netinfo.getBridgedNetworksAndVlansForIface(bonding) ValueError: need more than 1 value to unpack MainProcess|Thread-2960::ERROR::2012-08-15 10:51:18,534::supervdsmServer::61::SuperVdsm.ServerCallback::(wrapper) Error in setupNetworks Traceback (most recent call last): File "/usr/share/vdsm/supervdsmServer.py", line 59, in wrapper return func(*args, **kwargs) File "/usr/share/vdsm/supervdsmServer.py", line 107, in setupNetworks return configNetwork.setupNetworks(networks, bondings, **options) File "/usr/share/vdsm/configNetwork.py", line 1203, in setupNetworks implicitBonding=False) File "/usr/share/vdsm/configNetwork.py", line 871, in delNetwork configWriter.setNewMtu(network) File "/usr/share/vdsm/configNetwork.py", line 448, in setNewMtu _, vlans = _netinfo.getBridgedNetworksAndVlansForIface(bonding) ValueError: need more than 1 value to unpack Thread-2960::ERROR::2012-08-15 10:51:18,535::BindingXMLRPC::879::vds::(wrapper) unexpected error Traceback (most recent call last): File "/usr/share/vdsm/BindingXMLRPC.py", line 869, in wrapper res = f(*args, **kwargs) File "/usr/share/vdsm/BindingXMLRPC.py", line 346, in setupNetworks return api.setupNetworks(networks, bondings, options) File "/usr/share/vdsm/API.py", line 1115, in setupNetworks supervdsm.getProxy().setupNetworks(networks, bondings, options) File "/usr/share/vdsm/supervdsm.py", line 59, in __call__ return callMethod() File "/usr/share/vdsm/supervdsm.py", line 57, in <lambda> callMethod = lambda : getattr(self._supervdsmProxy._svdsm, self._funcName)(*args, **kwargs) File "<string>", line 2, in setupNetworks File "/usr/lib64/python2.6/multiprocessing/managers.py", line 740, in _callmethod raise convert_to_error(kind, result) ValueError: need more than 1 value to unpack