EMC-POC:Nexus plugin: fail to restart Neutron server in scaled VLAN
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-cisco |
New
|
Undecided
|
Unassigned |
Bug Description
Nexus plugin replay parameers:
- switch_
- switch_replay_count = 3
VLAN scaling parameters:
- 9 tenants
- Each tenant with 5 networks
- Each network with 2 VMs in 2 separate Compute nodes
- Total 45 networks (VLANs), 90 VMs
With this scaled config, at the Controller+Network node, restart neutron-server would fail.
Same problem for rebooting the node.
Problem does not happen if replay is disabled.
[root@bxb-ds-46 ~]# openstack-service restart neutron
Job for neutron-
[root@bxb-ds-46 ~]# systemctl status neutron-
neutron-
Loaded: loaded (/usr/lib/
Active: failed (Result: timeout) since Mon 2015-06-22 07:29:25 EDT; 40s ago
Main PID: 23064
Jun 22 07:29:25 bxb-ds-46 systemd[1]: neutron-
Jun 22 07:29:25 bxb-ds-46 systemd[1]: Failed to start OpenStack Neutron Server.
Jun 22 07:29:25 bxb-ds-46 systemd[1]: Unit neutron-
[root@bxb-ds-46 ~]# journalctl -xn
-- Logs begin at Sun 2015-06-21 09:59:18 EDT, end at Mon 2015-06-22 07:30:12 EDT. --
Jun 22 07:30:01 bxb-ds-46 object-
Jun 22 07:30:01 bxb-ds-46 object-
Jun 22 07:30:01 bxb-ds-46 object-
Jun 22 07:30:01 bxb-ds-46 object-
Jun 22 07:30:12 bxb-ds-46 account-
Jun 22 07:30:12 bxb-ds-46 account-
Jun 22 07:30:12 bxb-ds-46 account-
Jun 22 07:30:12 bxb-ds-46 account-
Jun 22 07:30:12 bxb-ds-46 account-
Jun 22 07:30:12 bxb-ds-46 account-
[root@bxb-ds-46 ~]# openstack-service status | grep neutron-server
neutron-server (pid 0) is failed
[root@bxb-ds-46 ~]#