
1 Jul
2013
1 Jul
'13
12:44 a.m.
On 07/01/2013 12:24 AM, Daniel Veillard wrote:
On Sun, Jun 30, 2013 at 02:55:51PM -0400, Laine Stump wrote:
This fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=979290 https://bugzilla.redhat.com/show_bug.cgi?id=979330
The node device driver was written with the assumption that udev would use a "change" event to notify libvirt of any change to device status (including the name of the driver it was bound to). It turns out this is not the case (see Comment 4 of BZ 979290). That means that a dumpxml for a device would always show whatever driver happened to be bound at the time libvirt was started (when the node device cache was built).
ACK,
Pushed. Thanks!