Skip to content

Commit

Permalink
addressed review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogansobarbieri committed Sep 15, 2023
1 parent 4760210 commit ba9836b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hotsos/defs/scenarios/openstack/nova/bugs/lp2012284.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ checks:
has_2012284:
input:
path: 'var/log/nova/nova-compute.log'
expr: ".+Failure prepping block device: gi.repository.GLib.GError: g-io-error-quark: Error opening directory '/usr/share/osinfo': Permission denied"
expr: '([\d-]+) ([\d:]+).\d{3} .+Failure prepping block device: gi.repository.GLib.GError: g-io-error-quark: Error opening directory ./usr/share/osinfo.: Permission denied'
hint: 'osinfo'
conclusions:
lp2012284:
Expand All @@ -11,8 +11,8 @@ conclusions:
type: LaunchpadBug
bug-id: 2012284
message: >-
known nova compute issue caused when package gir1.2-libosinfo-1.0 is installed
and apparmor is set to enforced. To fix the issue, the offending package needs to
Known nova compute issue caused when package gir1.2-libosinfo-1.0 is installed
and apparmor is set to enforce. To fix the issue, the offending package needs to
be removed, or apparmor set to complain, or the rules would need to be added to the
apparmor profile (but this is not supported and can be overridden). Please refer
to the Launchpad #2012284 bug page more information.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ data-root:
- sos_commands/date/date
raised-bugs:
https://bugs.launchpad.net/bugs/2012284: >-
known nova compute issue caused when package gir1.2-libosinfo-1.0 is installed
and apparmor is set to enforced. To fix the issue, the offending package needs to
Known nova compute issue caused when package gir1.2-libosinfo-1.0 is installed
and apparmor is set to enforce. To fix the issue, the offending package needs to
be removed, or apparmor set to complain, or the rules would need to be added to the
apparmor profile (but this is not supported and can be overridden). Please refer
to the Launchpad #2012284 bug page more information.

0 comments on commit ba9836b

Please sign in to comment.