From f6338fa3808e45ddf294ae13a3bbeb78b0202982 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 24 Aug 2015 12:22:29 -0400 Subject: updated combox.cbox.run_cb. Now, the first node monitor does the housekeeping thing on the node directories. --- combox/cbox.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'combox') diff --git a/combox/cbox.py b/combox/cbox.py index f998079..b1a9ca0 100644 --- a/combox/cbox.py +++ b/combox/cbox.py @@ -68,6 +68,9 @@ def run_cb(config): nd_monitors.append(nd_monitor) nd_observers.append(nd_observer) + # Make the first node monitor do the housekeeping. + nd_monitors[0].housekeep() + print "Hit Ctrl-C to quit." try: while True: -- cgit v1.2.3