Bug 630627
Summary: | Add --dhcp-no-override option when starting dnsmasq | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jiri Denemark <jdenemar> |
Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 5.6 | CC: | dyuan, eblake, mjenner, mzhan, veillard, virt-maint, xen-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.8.2-4.el5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 623951 | Environment: | |
Last Closed: | 2011-01-13 23:16:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 623951 | ||
Bug Blocks: |
Description
Jiri Denemark
2010-09-06 12:45:42 UTC
Fix built into libvirt-0.8.2-4.el5 Verified with below RHEL5U6 6 archs, and the results are passed. -RHEL5.6-Server-xen-i386, -RHEL5.6-Server-xen-x86_64 -RHEL5.6-Server-xen-ia64 -RHEL5.6-Client-xen-i386 -RHEL5.6-Client-xen-x86_64 -RHEL5.6-Server-kvm-x86_64 Detailed steps are as following: # cat tftp.xml <network> <name>netboot</name> <bridge name="virbr1" stp='off' delay='1'/> <forward/> <ip address="192.168.10.1" netmask="255.255.255.0"> <tftp root="/var/lib/tftpboot" /> <dhcp> <range start="192.168.10.2" end="192.168.10.254" /> <bootp file="pxelinux.0" /> </dhcp> </ip> </network> # virsh net-define tftp.xml Network netboot defined from tftp.xml # virsh net-start netboot Network netboot started # ps -ef|grep dns|grep netboot nobody 6431 1 0 09:43 ? 00:00:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/netboot.pid --conf-file= --listen-address 192.168.10.1 --except-interface lo --dhcp-range 192.168.10.2,192.168.10.254 --dhcp-lease-max=253 --dhcp-no-override --enable-tftp --tftp-root /var/lib/tftpboot --dhcp-boot pxelinux.0 Expected result: "--dhcp-no-override" is seen here. According to the comment 3, change the bug status to verified. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0060.html |