Bug 546564 - dnsmasq is started even if no service configured
Summary: dnsmasq is started even if no service configured
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-11 08:54 UTC by Marian Ganisin
Modified: 2009-12-11 10:32 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-11 10:32:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marian Ganisin 2009-12-11 08:54:00 UTC
Description of problem:
libvirt is starting dnsmasq even if there isn't any related record in configuration. It is regression against libvirt in F11, which allowed me to run custom dnsmasq service (now dnsmasq started by libvirt opens important ports and blocks other instances).

Version-Release number of selected component (if applicable):
libvirt-0.7.1-15.fc12.x86_64

Expected results:
libvirt doesn't start dnsmasq if not explicitly requested in configuration (as previous version did it). Alternatively libvirt allows full control over dnsmasq instance.

Comment 1 Daniel Berrangé 2009-12-11 10:32:58 UTC
This change is intentional. libvirt will always start dnsmasq because it is necessary to provide DNS and TFTPBoot services to guests using static IP config instead of DHCP.

The libvirt virtual network capability is not intended to allow arbitrary end user customization. If you require that, then the recommendation is to configure it directly, and use type=bridge in libvirt guest domain config for NICs, instead of type=network.


Note You need to log in before you can comment on or make changes to this bug.