Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 706446 Details for
Bug 918942
Unable to add vlan tagged bonded interface (centos 6.3)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
engine and vdsm logs
engine_vdsm.log.txt (text/plain), 5.30 KB, created by
Alex Leonhardt
on 2013-03-07 09:37:08 UTC
(
hide
)
Description:
engine and vdsm logs
Filename:
MIME Type:
Creator:
Alex Leonhardt
Created:
2013-03-07 09:37:08 UTC
Size:
5.30 KB
patch
obsolete
>ENGINE.LOG: > >2013-03-07 09:30:32,865 INFO [org.ovirt.engine.core.bll.SetupNetworksCommand] (ajp--0.0.0.0-8009-11) [469fdcdb] Running command: SetupNetworksCommand internal: false. Entities affected : ID: e9 >1d833c-7f53-11e2-82df-525400785aa4 Type: VDS >2013-03-07 09:30:32,868 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--0.0.0.0-8009-11) [469fdcdb] START, SetupNetworksVDSCommand(vdsId = e91d833c-7f53-11e2-82df- >525400785aa4), log id: 14a748fb >2013-03-07 09:30:32,870 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--0.0.0.0-8009-11) [469fdcdb] FINISH, SetupNetworksVDSCommand, log id: 14a748fb >2013-03-07 09:30:33,385 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--0.0.0.0-8009-11) [469fdcdb] Failed in SetupNetworksVDS method >2013-03-07 09:30:33,387 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--0.0.0.0-8009-11) [469fdcdb] Error code ERR_BAD_NIC and error message VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error = unknown nic: 'bond0' >2013-03-07 09:30:33,388 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--0.0.0.0-8009-11) [469fdcdb] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error = unknown nic: 'bond0' >2013-03-07 09:30:33,390 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--0.0.0.0-8009-11) [469fdcdb] Command SetupNetworksVDS execution failed. Exception: RuntimeException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error = unknown nic: 'bond0' >2013-03-07 09:30:33,396 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--0.0.0.0-8009-11) [469fdcdb] No string for UNASSIGNED type. Use default Log > > > >VDSM.LOG: > >Thread-1668::DEBUG::2013-03-06 17:44:53,092::BindingXMLRPC::859::vds::(wrapper) client [192.168.20.216]::call setupNetworks with ({'br2': {'bonding': 'bond0', 'vlan': '113', 'bridged': 'true'}, 'br1': {'nic': 'bond0', 'bridged': 'true'}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 60000}) {} flowID [5c35138] > >Thread-1669::DEBUG::2013-03-06 17:44:53,093::BindingXMLRPC::859::vds::(wrapper) client [192.168.20.216]::call ping with () {} flowID [5c35138] >Thread-1669::DEBUG::2013-03-06 17:44:53,094::BindingXMLRPC::865::vds::(wrapper) return ping with {'status': {'message': 'Done', 'code': 0}} >MainProcess|Thread-1668::DEBUG::2013-03-06 17:44:53,149::configNetwork::1083::setupNetworks::(setupNetworks) Setting up network according to configuration: networks:{'br2': {'bonding': 'bond0', 'vlan': '113', 'bridged': 'true'}, 'br1': {'nic': 'bond0', 'bridged': 'true'}}, bondings:{}, options:{'connectivityCheck': 'true', 'connectivityTimeout': 60000} >MainProcess|Thread-1668::DEBUG::2013-03-06 17:44:53,149::configNetwork::1087::root::(setupNetworks) Validating configuration >MainProcess|Thread-1668::ERROR::2013-03-06 17:44:53,202::configNetwork::1155::setupNetworks::(setupNetworks) (23, "unknown nic: 'bond0'") >Traceback (most recent call last): > File "/usr/share/vdsm/configNetwork.py", line 1088, in setupNetworks > _validateNetworkSetup(dict(networks), dict(bondings)) > File "/usr/share/vdsm/configNetwork.py", line 886, in _validateNetworkSetup > raise ConfigNetworkError(ne.ERR_BAD_NIC, "unknown nic: %r"%nic) >ConfigNetworkError: (23, "unknown nic: 'bond0'") >MainProcess|Thread-1668::ERROR::2013-03-06 17:44:53,203::supervdsmServer::76::SuperVdsm.ServerCallback::(wrapper) Error in setupNetworks >Traceback (most recent call last): > File "/usr/share/vdsm/supervdsmServer.py", line 74, in wrapper > return func(*args, **kwargs) > File "/usr/share/vdsm/supervdsmServer.py", line 150, in setupNetworks > return configNetwork.setupNetworks(networks, bondings, **options) > File "/usr/share/vdsm/configNetwork.py", line 1088, in setupNetworks > _validateNetworkSetup(dict(networks), dict(bondings)) > File "/usr/share/vdsm/configNetwork.py", line 886, in _validateNetworkSetup > raise ConfigNetworkError(ne.ERR_BAD_NIC, "unknown nic: %r"%nic) >ConfigNetworkError: (23, "unknown nic: 'bond0'") >Thread-1668::ERROR::2013-03-06 17:44:53,203::API::1158::vds::(setupNetworks) unknown nic: 'bond0' >Traceback (most recent call last): > File "/usr/share/vdsm/API.py", line 1156, in setupNetworks > supervdsm.getProxy().setupNetworks(networks, bondings, options) > File "/usr/share/vdsm/supervdsm.py", line 67, in __call__ > return callMethod() > File "/usr/share/vdsm/supervdsm.py", line 65, in <lambda> > **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) >ConfigNetworkError: (23, "unknown nic: 'bond0'") >Thread-1668::DEBUG::2013-03-06 17:44:53,204::BindingXMLRPC::865::vds::(wrapper) return setupNetworks with {'status': {'message': "unknown nic: 'bond0'", 'code': 23}} >Thread-27::DEBUG::2013-03-06 17:44:53,986::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/dd iflag=direct if=/dev/7d0f78ff-aa25-4b64-a2ea-c8a65beda616/metadata bs=4096 count=1' (cwd None) >Thread-27::DEBUG::2013-03-06 17:44:54,001::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> = '1+0 records in\n1+0 records out\n4096 bytes (4.1 kB) copied, 0.000386371 s, 10.6 MB/s\n'; <rc> = 0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 918942
: 706446 |
706447