suppress comput node not completly OK
When i suppress a comput node using fuel dashboard , i have to execute 2 actions to have no trace of suppressed node in openstack dashboard in "information systeme" part , in "service de calcul" and "agents reseau"
To be clean , mandatory actions :
with mysql client DB nova :
delete from compute_node_stats where compute_
delete from compute_nodes where service_id=(select id from services where host='node-xx');
delete from services where host='node-xx';
With neutron client :
neutron agent-list
+------
| id | agent_type | host | alive | admin_state_up |
+------
| 1282e815-
| 1806e04a-
| 70a3322b-
| 756e43ae-
| 92fed948-
| bbfe28ec-
| d0b4ec0f-
| d5c44644-
| d69d51a8-
+------
root@node-24:~# neutron agent-delete 1282e815-
Deleted agent: 1282e815-
root@node-24:~# neutron agent-delete 756e43ae-
Deleted agent: 756e43ae-
Is there a bug of Fuel 4.1 , or openstack problem ?????
Thanks
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask jean-claude douine for more information if necessary.