cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
289 stars 74 forks source link

machines: libvirt D-Bus provider: Add EventListener for close signal on libvirt-dbus service #75

Closed KKoukiou closed 10 months ago

KKoukiou commented 6 years ago

@Antique pointed out that it's good idea to have an EventListener on close signal for libvirt-dbus. The service might crash or for some reason stop. libvirt-dbus will get restarted but we need to handle the change in the client and restart event monitoring on the new client.

This issue asumes https://github.com/cockpit-project/cockpit/pull/9240 is merged.

marusak commented 4 years ago

@KKoukiou this has not been yet implemented, right?

KKoukiou commented 4 years ago

No it's not implemented - It should not be hard though. We already have the same logic for libvirtd

KKoukiou commented 10 months ago

This is edge case scenario and will not be implemented unless requested.