diff options
author | Rod Smith <rod.smith@canonical.com> | 2019-09-19 15:00:09 +0200 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2019-09-19 15:00:09 +0200 |
commit | 0eaba95f40f993d82ce0ef0986eff1958b7552f7 (patch) | |
tree | 1245f670fdda61eba4ac4165c062e20dc5933671 /units/miscellanea | |
parent | a22ffcd829e4febf94194e1f2090df9dc5d116b6 (diff) |
Work around LXD test failures caused by ownership issues
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index ca726a62..1641790a 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -421,7 +421,7 @@ estimated_duration: 20.0 id: miscellanea/sosreport user: root requires: executable.name == 'sosreport' -command: sosreport --batch --tmp-dir $PLAINBOX_SESSION_SHARE +command: sosreport --batch -n lxd --tmp-dir $PLAINBOX_SESSION_SHARE _summary: Generate baseline sosreport _description: Generates a baseline sosreport of logs and system data |