From a7fb48d0da64441f83a6a8bf1d186c0a9d0ccfac Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 23 Mar 2016 11:00:42 -0700 Subject: [PATCH] livemedia-creator: Catch dnf download error If there isn't enough space for DNF to download packages it will log: "Not enough disk space to download the packages." So add this to the messages in monitor that trigger an error. --- src/pylorax/monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pylorax/monitor.py b/src/pylorax/monitor.py index 355db7b3..782c50e5 100644 --- a/src/pylorax/monitor.py +++ b/src/pylorax/monitor.py @@ -103,6 +103,7 @@ class LogRequestHandler(socketserver.BaseRequestHandler): "Out of memory:", "Call Trace:", "insufficient disk space:", + "Not enough disk space to download the packages", "error populating transaction after", "traceback script(s) have been run", "crashed on signal",