天天看点

openstack 创建实例报错:Failed to allocate the network(s) with error No fixed IP addresses available for network

日志中说明了发送hdr请求到tgt失败 ,所以是tgtd服务【tgtd iscsi target daemon】出现问题,tgtd iscsi target daemon意思是tgtd是iscsi target的后台服务,即守护程序。执行命令systemctl status tgtd发现该服务处于disabled状态,所以启动该服务systemctl start tgtd即可解决问题

继续阅读