core: force QubesDB reconnection on VM start

This commit is contained in:
Marek Marczykowski-Górecki 2015-11-07 05:43:34 +01:00
parent 49141d444e
commit 34f7ddd41e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1760,6 +1760,9 @@ class QubesVm(object):
except IOError: # ENOENT (pidfile)
pass
# force connection to a new daemon
self._qdb_connection = None
retcode = subprocess.call ([
system_path["qubesdb_daemon_path"],
str(self.xid),