[ovirt-users] Logical network error

Dan Kenigsberg danken at redhat.com
Mon Jul 21 15:49:56 UTC 2014


On Mon, Jul 21, 2014 at 07:35:00AM -0400, Maurice James wrote:
> 
> Here are the supervdsm logs

Hmm, it's a trove of errors and tracebacks; there's a lot to debug, for
example, here Vdsm was asked to create a 'migration' network on top of
bond0 that was already used by ovirtmgmt. Engine should have blocked
that. Moti?

MainProcess|Thread-47826::DEBUG::2014-04-11 10:00:26,335::configNetwork::589::setupNetworks::(setupNetworks) Setting up network according to configuration: networks:{'migration': {'bonding': 'bond0', 'bridged': 'false'}}, bondings:{}, options:{'connectivityCheck': 'true', 'connectivityTimeout': 120}
Traceback (most recent call last):
  File "/usr/share/vdsm/supervdsmServer", line 98, in wrapper
    res = func(*args, **kwargs)
  File "/usr/share/vdsm/supervdsmServer", line 202, in setupNetworks
    return configNetwork.setupNetworks(networks, bondings, **options)
  File "/usr/share/vdsm/configNetwork.py", line 648, in setupNetworks
    implicitBonding=True, **d)
  File "/usr/share/vdsm/configNetwork.py", line 186, in wrapped
    return func(*args, **kwargs)
  File "/usr/share/vdsm/configNetwork.py", line 256, in addNetwork
    bridged)
  File "/usr/share/vdsm/configNetwork.py", line 170, in _validateInterNetworkCompatibility
    _validateNoDirectNet(ifaces_bridgeless)
  File "/usr/share/vdsm/configNetwork.py", line 154, in _validateNoDirectNet
    (iface, iface_net))
ConfigNetworkError: (21, "interface 'bond0' already member of network 'ovirtmgmt'")


There are also repeated failed attempts to create a payload disk: did you
notice when they happen? Could it be related to insufficient disk space?

MainProcess|clientIFinit::ERROR::2014-03-25 22:13:02,529::supervdsmServer::100::SuperVdsm.ServerCallback::(wrapper) Error in mkFloppyFs
Traceback (most recent call last):
  File "/usr/share/vdsm/supervdsmServer", line 98, in wrapper
    res = func(*args, **kwargs)
  File "/usr/share/vdsm/supervdsmServer", line 325, in mkFloppyFs
    return mkimage.mkFloppyFs(vmId, files, volId)
  File "/usr/share/vdsm/mkimage.py", line 104, in mkFloppyFs
    "code %s, out %s\nerr %s" % (rc, out, err))
OSError: [Errno 5] could not create floppy file: code 1, out mkfs.msdos 3.0.9 (31 Jan 2010)

err mkfs.msdos: unable to create /var/run/vdsm/payload/94632c2e-28a0-4304-9261-c302e0027604.ecac527e731a2a0057dc6a3ae3df9ba3.img


In any case, if you manage to reproduce these issues, please open a detailed bug entry.

Regards,
Dan.



More information about the Users mailing list