误报
1.找到告警信息中的所有虚拟网卡id,
进入neutron容器,
用命令依次删除虚拟网卡neutron port-delete PORT-ID
2.找到告警信息中的所有云硬盘id,
进入cinder容器,
用命令重置状态:cinder reset-state --state available --attach-status detached [VOLUME-ID]