Skip to content

Commit

Permalink
Merge pull request #18623 from kbrock/disk_usage_report
Browse files Browse the repository at this point in the history
fix: swap makes vms out of disk space report false positive
(cherry picked from commit 629474c)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1696420
  • Loading branch information
Fryguy authored and simaishi committed Apr 5, 2019
1 parent 6b6a8db commit 331132f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ conditions: !ruby/object:MiqExpression
IS NOT EMPTY:
field: Vm.hardware.volumes-name
checkany:
"<=":
field: Vm.hardware.volumes-free_space_percent
value: 20
">=":
field: Vm.hardware.volumes-used_space_percent
value: 80
updated_on: 2008-10-23 17:23:34.503804 Z
order: Ascending
graph:
Expand Down

0 comments on commit 331132f

Please sign in to comment.