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 1455963 Details for
Bug 1597290
ovs-vsctl database connection failed (No such file or directory)
[?]
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.
Console output
ovs-vsctl db.sock - database connection failed (No such file or directory).txt (text/plain), 7.26 KB, created by
Noam Manos
on 2018-07-02 13:46:41 UTC
(
hide
)
Description:
Console output
Filename:
MIME Type:
Creator:
Noam Manos
Created:
2018-07-02 13:46:41 UTC
Size:
7.26 KB
patch
obsolete
>[stack@undercloud-0 ~]$ >[stack@undercloud-0 ~]$ . overcloudrc >(overcloud) [stack@undercloud-0 ~]$ openstack server list >Failed to discover available identity versions when contacting http://10.0.0.109:5000//v3. Attempting to parse version from URL. >Could not determine a suitable URL for the plugin >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ . stackrc >(undercloud) [stack@undercloud-0 ~]$ openstack server list >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ >| ID | Name | Status | Networks | Image | Flavor | >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ >| 41476f19-8eb5-47ae-9a23-da9467bba146 | compute-0 | ACTIVE | ctlplane=192.168.24.6 | overcloud-full | compute | >| 8996e71a-d0a9-49b3-9594-2cc6a2fe7fef | controller-0 | ACTIVE | ctlplane=192.168.24.9 | overcloud-full | controller | >| 87b01ad5-04c8-4ef6-ad01-ba2a07bd245f | compute-1 | ACTIVE | ctlplane=192.168.24.15 | overcloud-full | compute | >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ >(undercloud) [stack@undercloud-0 ~]$ >(undercloud) [stack@undercloud-0 ~]$ >(undercloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.9 >Last login: Sun Jul 1 18:48:51 2018 from 192.168.24.254 > > >[heat-admin@controller-0 ~]$ sudo -s >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# docker ps -a | grep -i opendaylight >d982c1728ce2 192.168.24.1:8787/rhosp13/openstack-neutron-server-opendaylight:2018-06-13.1 "kolla_start" 13 hours ago Up 13 hours (healthy) neutron_api >70504109e07b 192.168.24.1:8787/rhosp13/openstack-neutron-server-opendaylight:2018-06-13.1 "/usr/bin/bootstra..." 13 hours ago Exited (0) 13 hours ago neutron_db_sync >5ceb0f54b2ed 192.168.24.1:8787/rhosp13/openstack-neutron-server-opendaylight:2018-06-13.1 "/bin/bash -c 'cho..." 13 hours ago Exited (0) 13 hours ago neutron_init_logs >8aa353735bff 192.168.24.1:8787/rhosp13/openstack-opendaylight:2018-06-13.1 "kolla_start" 13 hours ago Up 13 hours (healthy) opendaylight_api >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# ovs-vsctl show >ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) > >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# systemctl status openvswitch >â openvswitch.service - Open vSwitch > Loaded: loaded (/usr/lib/systemd/system/openvswitch.service; enabled; vendor preset: disabled) > Active: active (exited) since Sun 2018-07-01 18:05:43 BST; 18h ago > Main PID: 1065 (code=exited, status=0/SUCCESS) > Tasks: 0 > Memory: 0B > CGroup: /system.slice/openvswitch.service > >[root@controller-0 heat-admin]# >[root@controller-0 heat-admin]# systemctl restart openvswitch >[heat-admin@controller-0 ~]$ systemctl status openvswitch >â openvswitch.service - Open vSwitch > Loaded: loaded (/usr/lib/systemd/system/openvswitch.service; enabled; vendor preset: disabled) > Active: active (exited) since Mon 2018-07-02 13:44:44 BST; 1min 11s ago > Process: 126830 ExecStop=/bin/true (code=exited, status=0/SUCCESS) > Process: 126993 ExecStart=/bin/true (code=exited, status=0/SUCCESS) > Main PID: 126993 (code=exited, status=0/SUCCESS) > >Jul 02 13:44:44 controller-0 systemd[1]: Starting Open vSwitch... >Jul 02 13:44:44 controller-0 systemd[1]: Started Open vSwitch. > >[root@controller-0 heat-admin]# sudo ovs-vsctl show >43239b8d-1762-4939-9943-4c2c7c5b5c23 > Manager "tcp:172.17.1.17:6640" > is_connected: true > Manager "ptcp:6639:127.0.0.1" > Bridge br-ex > fail_mode: standalone > Port br-ex > Interface br-ex > type: internal > Port br-ex-int-patch > Interface br-ex-int-patch > type: patch > options: {peer=br-ex-patch} > Port "eth2" > Interface "eth2" > Bridge br-int > Controller "tcp:172.17.1.17:6653" > is_connected: true > fail_mode: secure > Port "tun94aa6d9e9b8" > Interface "tun94aa6d9e9b8" > type: vxlan > options: {key=flow, local_ip="172.17.2.14", remote_ip="172.17.2.19"} > Port "tuna20f9335252" > Interface "tuna20f9335252" > type: vxlan > options: {key=flow, local_ip="172.17.2.14", remote_ip="172.17.2.15"} > Port br-int > Interface br-int > type: internal > Port br-ex-patch > Interface br-ex-patch > type: patch > options: {peer=br-ex-int-patch} > Bridge br-isolated > fail_mode: standalone > Port "vlan30" > tag: 30 > Interface "vlan30" > type: internal > Port "vlan20" > tag: 20 > Interface "vlan20" > type: internal > Port "vlan50" > tag: 50 > Interface "vlan50" > type: internal > Port "eth1" > Interface "eth1" > Port br-isolated > Interface br-isolated > type: internal > Port "vlan40" > tag: 40 > Interface "vlan40" > type: internal > ovs_version: "2.9.0" > >[root@controller-0 heat-admin]# exit > >---------------- > >[stack@undercloud-0 ~]$ . overcloudrc > >(overcloud) [stack@undercloud-0 ~]$ neutron agent-list >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >+--------------------------------------+----------------+--------------------------+-------------------+-------+----------------+------------------------------+ >| id | agent_type | host | availability_zone | alive | admin_state_up | binary | >+--------------------------------------+----------------+--------------------------+-------------------+-------+----------------+------------------------------+ >| 06959a19-5cdb-4e83-8984-a8ea56a7aecb | ODL L2 | controller-0.localdomain | | :-) | True | neutron-odlagent-portbinding | >| 388411b7-284f-49f5-8181-65ab89014467 | ODL L2 | compute-1.localdomain | | xxx | True | neutron-odlagent-portbinding | >| ac44d6a5-27c0-4c36-9a5b-5f82e710c3d1 | DHCP agent | controller-0.localdomain | nova | :-) | True | neutron-dhcp-agent | >| b23df8cd-e0a7-4f99-9bc5-a4b55ff78a81 | ODL L2 | compute-0.localdomain | | xxx | True | neutron-odlagent-portbinding | >| d25fcff3-8864-4502-b6c5-a266eb9d9435 | Metadata agent | controller-0.localdomain | | :-) | True | neutron-metadata-agent | >+--------------------------------------+----------------+--------------------------+-------------------+-------+----------------+------------------------------+ > >(overcloud) [stack@undercloud-0 ~]$ cat /etc/yum.repos.d/latest-installed >13 -p 2018-06-13.1
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 1597290
: 1455963 |
1455964