rohityadavcloud commented on PR #6844: URL: https://github.com/apache/cloudstack/pull/6844#issuecomment-1363021248
Verified the following cc @shwstppr - install epel-release and bridge-utils, net-tools - fix selinux issue (setenforce 0) - use nmcli or something else to configure cloudbr0 (network service is not longer available) - Check/put: in/etc/libvirt/qemu.conf `vnc_listen=0.0.0.0` - Create file /etc/sysconfig/libvirtd with content: `LIBVIRTD_ARGS="--listen"` - Put in /etc/libvirt/libvirtd.conf: ``` listen_tls = 0 listen_tcp = 1 tcp_port = "16509" auth_tcp = "none" mdns_adv = 0 ``` - Mark the libvirtd sockets: ``` systemctl mask libvirtd.socket libvirtd-ro.socket libvirtd-admin.socket libvirtd-tls.socket libvirtd-tcp.socket systemctl restart libvirtd ``` That's enough to then run libvirtd and add KVM host. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
