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

Eduardo Warszawski ewarszaw at redhat.com
Thu Jun 30 11:59:53 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 de0a772b1b35618ad2d41fece354859039663d8e
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 0ed34e5..1a8a3fa 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