[NEW PATCH] BZ#717658 - Remove StorageDomainCache.invalidate(). (via gerrit-bot)

Eduardo Warszawski ewarszaw at redhat.com
Mon Jul 4 14:25:27 UTC 2011


New patch submitted by Eduardo Warszawski (ewarszaw at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/639

commit d11b018e257c612685dd518389e9974a64672cdb
Author: Eduardo Warszawski <ewarszaw at redhat.com>
Date:   Thu Jun 30 06:09:56 2011 +0300

    BZ#717658 - Remove StorageDomainCache.invalidate().
    
    Change-Id: If6ee4fb5bd115d258c3027fe5e810f21e138985e

diff --git a/vdsm/storage/sdc.py b/vdsm/storage/sdc.py
index a3ea775..93529fd 100644
--- a/vdsm/storage/sdc.py
+++ b/vdsm/storage/sdc.py
@@ -45,13 +45,6 @@ class StorageDomainCache:
         multipath.rescan()
         lvm.updateLvmConf()
         self.storageStale = False
-        self.invalidate()
-
-    def invalidate(self):
-        """
-        """
-        # TODO : Remove all calls to this
-        pass
 
     def _getDomainFromCache(self, sdUUID):
         try:




More information about the vdsm-patches mailing list