Nick Wales created CLOUDSTACK-990: ------------------------------------- Summary: Documentation issue with libvirtd.conf tcp_port configuration Key: CLOUDSTACK-990 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-990 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Affects Versions: 4.0.0 Reporter: Nick Wales Priority: Critical
The documentation at http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Installation_Guide/hypervisor-kvm-install-flow.html#hypervisor-host-install-libvirt shows the tcp_port parameter set as an integer but libvirtd fails to start with the logs claiming it is expecting a string. OS = CentOS 6.3 Libvirt package = libvirt-0.9.10-21.el6_3.4.x86_64 Suggested change: tcp_port = 16059 should be tcp_port = "16059" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira