Yaniv Bronhaim has uploaded a new change for review. Change subject: init _svdsm to none ......................................................................
init _svdsm to none we use this variable before setting it in isRunning, can cause troubles later. Change-Id: Ibe8496cc4d90d88aff6090cbd9c55f1036f79f08 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/supervdsm.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/10550/1 diff --git a/vdsm/supervdsm.py b/vdsm/supervdsm.py index 44f9b73..0b27e42 100644 --- a/vdsm/supervdsm.py +++ b/vdsm/supervdsm.py @@ -93,6 +93,7 @@ def __init__(self): self.proxyLock = threading.Lock() self._firstLaunch = True + self._svdsm = None # Declaration of public variables that keep files' names that svdsm # uses. We need to be able to change these variables so that running -- To view, visit http://gerrit.ovirt.org/10550 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe8496cc4d90d88aff6090cbd9c55f1036f79f08 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
