Re: [RFC] per-device metadata

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 16, 2017 at 14:42:30 +0000, Daniel Berrange wrote:
> On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote:
> > On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote:

[...]

> > In general I don't have a problem with this and if it would make the
> > life of mgmt tools easier I don't see a reason why not.
> > 
> > There's one problem though. For setter (or getter) APIs for the metadata
> > you need a way how to uniquely identify a device on which you want to
> > operate. There's no such way currently in use in libvirt so you need to
> > come up with something to do it.
> 
> Once you have a reliable identifier for a device, it is not compelling
> to store metadata against each device as you can reliably identify the
> device from data in the existing metadata block. I don't find the
> atomicity argument very compelling, because even if hidden behind a
> single libvirt API, it is still fundamentally multiple operations in
> libvirt which are just as likely to fail as if the app did multiple

You get the atomicity for free if you store the metadata in the device
object and parse it along with the device definition.

We parse the XML at first (which would include the metadata). If the
device attach fails during hotplug we will free the device definition
(including the metadata).

The same applies for unplug. Once unplug finishes we will free the
device data structure and thus the metadata with it.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users

[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux