Nir Soffer has uploaded a new change for review.

Change subject: hsm: Rename init thread
......................................................................

hsm: Rename init thread

HSM init thread was named "storageRefresh", now it is named "hsm/init"
to match other thread names.

Change-Id: Ibfc0eea14385ca5405784a51dd93b86cea62f6c6
Signed-off-by: Nir Soffer <nsof...@redhat.com>
---
M vdsm/storage/hsm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/63525/1

diff --git a/vdsm/storage/hsm.py b/vdsm/storage/hsm.py
index a6302cd..0c7aab6 100644
--- a/vdsm/storage/hsm.py
+++ b/vdsm/storage/hsm.py
@@ -382,7 +382,7 @@
             self.log.debug("HSM is ready")
 
         storageRefreshThread = concurrent.thread(storageRefresh,
-                                                 name="storageRefresh",
+                                                 name="hsm/init",
                                                  logger=self.log.name)
         storageRefreshThread.start()
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfc0eea14385ca5405784a51dd93b86cea62f6c6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to