Skip to content

Commit

Permalink
Fixes #37776 Improve available_space Check in foreman_maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
pafernanr committed Aug 30, 2024
1 parent d0a3563 commit 2c2646b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions/checks/disk/available_space.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module Disk
class AvailableSpace < ForemanMaintain::Check
metadata do
label :available_space
description 'Check if /var/cache partition has enough space for dnf transaction:'
# /var/cache usually contains the cache for the most used package-managers (rpm, apt...)
description 'Check if /var/cache partition has enough space for transaction:'
tags :pre_upgrade
end

Expand Down

0 comments on commit 2c2646b

Please sign in to comment.