Openstack Failed to Create Instance ovs-vsctl terminating with signal 14

107 Views Asked by At

Please help.

I am following the microstack tutorial and I am stuck at creating instances here.

This is what I get in the commandline :

openstack --insecure server create --flavor myflavor --image 20.04 --network mynetwork --key-name mykeypair --min 2 --max 2 myinstance

However I am having the following errors as shown in the webui.

Horizon Error

After digging in more by running sudo systemctl status snap.microstack.* --no-pager -l, I found that there was an error with snap.microstack.libvirtd.service terminated with signal 14 as shown below:

snap.microstack.libvirtd.service error

Any idea how to solve this?

1

There are 1 best solutions below

0
On

I found the issue, I have to create 2 group of virtual drives which the host will use /dev/sda and ceph-osd will use /dev/sdb.