rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

DomainChangeMetadataEvent #42

Closed vtolstov closed 9 years ago

vtolstov commented 9 years ago

Hello. I need to listen for events from libvirt about changing domain metadata. Does it possible to add this event?

alexzorin commented 9 years ago

Hi Vasily,

Do you mean metadata in the sense of virDomain[Get/Set]Metadata?

I am not sure if libvirt emits events for changes there. But, if you can point out to me how this might be possible via the API: http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainEventID , I'll gladly take a look.

vtolstov commented 9 years ago

Hmm... I miss that, thanks. I'm try to write to libvirt-devel and ask them.

vtolstov commented 9 years ago

I'm close this issue, because libvirt does not have this feature right now.