domain: Grab snapshot info at domain init time
This commit is contained in:
parent
1cf4671f85
commit
1662f75e07
|
@ -365,6 +365,7 @@ class vmmDomain(vmmLibvirtObject):
|
|||
# Prime caches
|
||||
self.refresh_xml()
|
||||
self.has_managed_save()
|
||||
self.snapshots_supported()
|
||||
|
||||
# Hook up listeners that need to be cleaned up
|
||||
self.add_gconf_handle(
|
||||
|
|
Loading…
Reference in New Issue