Comment 3 for bug 1598204

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Unfortunately, the snapshot seems to be broken :(

fuel-snapshot-2016-06-28_13-13-50/fuel.domain.tld/var/log/remote/node-96.domain.tld/nova-compute.log

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

The existing logs only say that port binding has failed:

fuel-snapshot-2016-06-28_13-13-50/node-193/var/log/nova/nova-compute.log.1:2016-06-28 01:58:39.995 21569 DEBUG keystoneauth.session [req-40883a9c-af4d-48a2-8823-8e4a1a5f6c5f 54cb49fe136743ed8d22df7dc8fab797 e1350af239d24a7ebe9d3aac94faf135 - - -] REQ: curl -g -i -X DELETE http://192.168.0.2:9696/v2.0/ports/1802100d-0262-4597-ba41-f0d32e213dbd.json -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9af27c8bb1cae2f1fd0a3624f165d62f40b552e" _http_log_request /usr/lib/python2.7/dist-packages/keystoneauth1/session.py:248
fuel-snapshot-2016-06-28_13-13-50/node-193/var/log/nova/nova-compute.log.1:2016-06-28 01:58:40.679 21569 ERROR nova.compute.manager PortBindingFailed: Binding failed for port 1802100d-0262-4597-ba41-f0d32e213dbd, please check neutron logs for more information.
fuel-snapshot-2016-06-28_13-13-50/node-193/var/log/nova/nova-compute.log.1:2016-06-28 01:58:40.680 21569 ERROR nova.compute.manager [instance: 14ccca5a-e257-46f2-b182-eb5357c109e7] PortBindingFailed: Binding failed for port 1802100d-0262-4597-ba41-f0d32e213dbd, please check neutron logs for more information.

but do not specify the reason.

The only Neutron logs I found are for deletion of the corresponding port:

fuel-snapshot-2016-06-28_13-13-50/node-107/var/log/neutron/neutron-openvswitch-agent.log.1:2016-06-28 01:58:40.581 31035 DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-0fa0e77c-27e1-4cab-97ef-1482d1ac3284 4fd5db6f920b4499bfd4b757e9c0d468 fe46a113993941c5b0f7a2d6747fe417 - - -] port_delete message processed for port 1802100d-0262-4597-ba41-f0d32e213dbd port_delete /usr/lib/python2.7/dist-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:413
fuel-snapshot-2016-06-28_13-13-50/node-107/var/log/neutron/neutron-openvswitch-agent.log.1:2016-06-28 01:58:42.232 31035 DEBUG neutron.agent.linux.utils [req-d5b2a0bc-3693-45d1-aafb-709d671b292c - - - - -] Running command: ['sudo', 'neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--columns=external_ids,name,ofport', 'find', 'Interface', 'external_ids:iface-id=1802100d-0262-4597-ba41-f0d32e213dbd', 'external_ids:attached-mac!=""'] create_process /usr/lib/python2.7/dist-packages/neutron/agent/linux/utils.py:84
fuel-snapshot-2016-06-28_13-13-50/node-107/var/log/neutron/neutron-openvswitch-agent.log.1:2016-06-28 01:58:42.310 31035 INFO neutron.agent.common.ovs_lib [req-d5b2a0bc-3693-45d1-aafb-709d671b292c - - - - -] Port 1802100d-0262-4597-ba41-f0d32e213dbd not present in bridge br-int
fuel-snapshot-2016-06-28_13-13-50/node-107/var/log/neutron/neutron-openvswitch-agent.log.1:2016-06-28 01:58:42.468 31035 INFO neutron.agent.securitygroups_rpc [req-d5b2a0bc-3693-45d1-aafb-709d671b292c - - - - -] Remove device filter for [u'1802100d-0262-4597-ba41-f0d32e213dbd', u'f13df658-dc61-4d91-914b-570ec7b03953']

Note that they say "Port 1802100d-0262-4597-ba41-f0d32e213dbd not present in bridge br-int". I assume this is due to the fact that port binding failed in the first place.

Is there any chance you could make a new snapshot?