Bug 1283528 - unable to remove slave from bond and use it to create another bond in one request.
Summary: unable to remove slave from bond and use it to create another bond in one req...
Keywords:
Status: CLOSED DUPLICATE of bug 1269175
Alias: None
Product: vdsm
Classification: oVirt
Component: Core
Version: 4.17.11
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ovirt-3.6.3
: ---
Assignee: Marcin Mirecki
QA Contact: Aharon Canan
URL:
Whiteboard: network
: 1283529 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-19 08:47 UTC by Martin Mucha
Modified: 2016-02-10 19:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-23 10:51:46 UTC
oVirt Team: Network
Embargoed:
danken: ovirt-3.6.z?
rule-engine: planning_ack?
rule-engine: devel_ack?
rule-engine: testing_ack?


Attachments (Terms of Use)
zipped supervdsm.log (137.98 KB, application/zip)
2015-11-19 08:47 UTC, Martin Mucha
no flags Details

Description Martin Mucha 2015-11-19 08:47:15 UTC
Created attachment 1096545 [details]
zipped supervdsm.log

Description of problem:
unable to remove slave from bond and use it to create another bond in one request.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. setup host with 4 nics. Use 3 of them to create bond.
2. in ovirt-engine UI detach one slave and create bond using this nic and fourth nic. Confirm dialog.


Actual results:
Error while executing action HostSetupNetworks: Interface already in use

Expected results:
operation succeeds.

Additional info:

<JsonRpcRequest id: "29681444-f287-4e7c-b11d-4ef0d936a125", method: Host.setupNetworks, params: {"networks":{},"bondings":{bond0={nics=[dummy_31, dummy_30], options=mode=4 miimon=100}, bond1={nics=[dummy_32, dummy_40], options=mode=4 miimon=100}},"options":{connectivityTimeout=120, connectivityCheck=true}}>


MainProcess|jsonrpc.Executor/4::ERROR::2015-11-19 09:36:02,656::supervdsmServer::118::SuperVdsm.ServerCallback::(wrapper) Error in setupNetworks
Traceback (most recent call last):
  File "/usr/share/vdsm/supervdsmServer", line 116, in wrapper
    res = func(*args, **kwargs)
  File "/usr/share/vdsm/supervdsmServer", line 241, in setupNetworks
    return setupNetworks(networks, bondings, **options)
  File "/usr/share/vdsm/network/api.py", line 944, in setupNetworks
    _handleBondings(bondings, configurator, in_rollback)
  File "/usr/share/vdsm/network/api.py", line 691, in _handleBondings
    destroyOnMasterRemoval='remove' in attrs)
  File "/usr/share/vdsm/network/models.py", line 280, in objectivize
    mtu, _netinfo)
  File "/usr/share/vdsm/network/models.py", line 269, in _objectivizeSlaves
    (nic, nicVlans or nicNet or nicBond))
ConfigNetworkError: (24, u'nic dummy_31 already used by bond0')

Comment 1 Dan Kenigsberg 2015-11-19 13:37:36 UTC
*** Bug 1283529 has been marked as a duplicate of this bug. ***

Comment 2 Dan Kenigsberg 2015-11-23 10:51:46 UTC

*** This bug has been marked as a duplicate of bug 1269175 ***


Note You need to log in before you can comment on or make changes to this bug.