From ea9278a3ea99a8c812b87ed4c0915e1ef18b1c3c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Apr 2018 10:47:45 -0400 Subject: [PATCH] Drop /var/lib/awx/job_status listing from sosreport. This directory is not persistently populated any more. --- tools/sosreport/tower.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index ebe6af6e88..20fef80ea1 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -16,8 +16,7 @@ SOSREPORT_TOWER_COMMANDS = [ "tree -d /var/lib/awx", # show me the dirs "ls -ll /var/lib/awx", # check permissions "ls -ll /var/lib/awx/venv", # list all venvs - "ls -ll /etc/tower", - "ls -ll /var/lib/awx/job_status/" + "ls -ll /etc/tower" ] SOSREPORT_TOWER_DIRS = [