diff --git a/sos/report/plugins/bootc.py b/sos/report/plugins/bootc.py index 4be6538b0c..a8417ce538 100644 --- a/sos/report/plugins/bootc.py +++ b/sos/report/plugins/bootc.py @@ -29,4 +29,6 @@ def setup(self): "bootc status", ) + self.add_forbidden_path("/usr/lib/bootc/storage") + # vim: set et ts=4 sw=4 :