Francesco Romani has uploaded a new change for review.

Change subject: clientIF: rename recovery thread
......................................................................

clientIF: rename recovery thread

make the thread name more explicit; "clientIFInit" was
quite opaque. The real purpose is to recover VMs.

Change-Id: I489012786f3ebd76ef7adc4607645d095cbbc1a8
Bug-Url: https://bugzilla.redhat.com/1141422
Signed-off-by: Francesco Romani <from...@redhat.com>
---
M vdsm/clientIF.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/02/65502/1

diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py
index fefc915..b274bac 100644
--- a/vdsm/clientIF.py
+++ b/vdsm/clientIF.py
@@ -104,7 +104,7 @@
             self._netConfigDirty = False
             self._prepareMOM()
             secret.clear()
-            concurrent.thread(self._recoverThread, name='clientIFinit').start()
+            concurrent.thread(self._recoverThread, name='vmrecovery').start()
             self.channelListener.settimeout(
                 config.getint('vars', 'guest_agent_timeout'))
             self.channelListener.start()


-- 
To view, visit https://gerrit.ovirt.org/65502
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I489012786f3ebd76ef7adc4607645d095cbbc1a8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to