Activity log for bug #1925707

Date Who What changed Old value New value Message
2021-04-23 00:20:35 michael bales bug added bug
2021-04-23 16:03:31 Dmitrii Shcherbakov microstack: status New Triaged
2021-04-23 16:03:37 Dmitrii Shcherbakov microstack: importance Undecided High
2021-04-23 17:06:52 michael bales description After installing Microstack multi-node using the instructions found here: https://ubuntu.com/openstack/install#multi-node-deployment on Ubuntu 20.04.2 LTS it was unable to migrate instances between nodes. No error appeared in the GUI and logs showed the following error on the sending node: openstack2 libvirtd[820]: operation failed: Failed to connect to remote libvirt URI qemu+tcp://openstack1/system: unable to connect to server at 'openstack1:16509': Connection refused Verified that the ports were not open, though the conf looked correct in /var/snap/microstack/common/libvirt/libvirtd.conf. FOund that the conf file is no longer a valid way to enable listening / port for libvirtd: https://libvirt.org/manpages/libvirtd.html Resolution is to copy the following files to /etc/systemd/system/: /snap/microstack/222/usr/lib/systemd/system/libvirtd-tcp.socket /snap/microstack/222/usr/lib/systemd/system/libvirtd.socket edit the libvirtd.service lines, and then enable the socket / reload the systemctl daemon. Once thats done migrating instances could be done via GUI or CLI successfully. After installing Microstack multi-node using the instructions found here: https://ubuntu.com/openstack/install#multi-node-deployment on Ubuntu 20.04.2 LTS it was unable to migrate instances between nodes. No error appeared in the GUI and logs showed the following error on the sending node: openstack2 libvirtd[820]: operation failed: Failed to connect to remote libvirt URI qemu+tcp://openstack1/system: unable to connect to server at 'openstack1:16509': Connection refused Verified that the ports were not open, though the conf looked correct in /var/snap/microstack/common/libvirt/libvirtd.conf. FOund that the conf file is no longer a valid way to enable listening / port for libvirtd: https://libvirt.org/manpages/libvirtd.html Resolution is to copy the following files to /etc/systemd/system/: /snap/microstack/222/usr/lib/systemd/system/libvirtd-tcp.socket /snap/microstack/222/usr/lib/systemd/system/libvirtd.socket edit the libvirtd.service lines to correct the service path, and then enable the socket / reload the systemctl daemon. Once thats done migrating instances could be done via GUI or CLI successfully.
2021-04-27 19:40:08 OpenStack Infra microstack: status Triaged In Progress
2021-04-27 21:05:50 Billy Olsen microstack: assignee Billy Olsen (billy-olsen)
2021-04-28 12:32:43 OpenStack Infra microstack: status In Progress Fix Released