diff --git a/koji/daemon.py b/koji/daemon.py index e031c351..316e0948 100644 --- a/koji/daemon.py +++ b/koji/daemon.py @@ -742,7 +742,7 @@ class TaskManager(object): os.unlink(data['cfg']) except OSError as e: self.logger.warn("%s: can't remove config: %s" % (desc, e)) - elif age > 120 or not self.checkSpace(): + elif age > 120: if rootdir: try: flist = os.listdir(rootdir)