You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/12/22 16:14:45 UTC

[GitHub] [cloudstack] rohityadavcloud commented on pull request #6844: [WIP] packaging: support Rocky9 (EL9) as KVM and management server host

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org