Skip to content

Commit

Permalink
DLPX-90573 Support bundle collection leads to a prolonged CPU starvat…
Browse files Browse the repository at this point in the history
…ion on engines with a high number of containers
  • Loading branch information
grwilson committed Apr 29, 2024
1 parent dc39541 commit 432c0a2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,18 @@
regexp: 'disk\/by-id\/wwn-'
replace: 'disk/by-id/wwn/'

#
# The default udev persistent storage rule will 'blkid' on every device.
# This can be very expensive when running on a system with lots of zvols
# and can result in udev event storms that can last hours. This will
# override the default rule and skip that rule.
#
- lineinfile:
path: /etc/udev/rules.d/60-persistent-storage.rules
backrefs: yes
regexp: '(KERNEL!="sr\*)\"(.*)'
line: '\1|zd*"\2'

#
# Enable CRA for external variants
#
Expand Down

0 comments on commit 432c0a2

Please sign in to comment.