* bwmon now uses rspecs instead of direct plcapi call to getslivers data. Insert...
[nodemanager.git] / database.py
index 58dffbe..878a7ba 100644 (file)
@@ -19,7 +19,7 @@ import time
 import accounts
 import logger
 import tools
-
+import bwmon
 
 # We enforce minimum allocations to keep the clueless from hosing their slivers.
 # Disallow disk loans because there's currently no way to punish slivers over quota.
@@ -103,6 +103,8 @@ class Database(dict):
         for name, rec in self.iteritems():
             if rec['instantiation'] == 'plc-instantiated': accounts.get(name).ensure_created(rec)
 
+        bwmon.GetSlivers(self)
+
         # request a database dump
         global dump_requested
         dump_requested = True