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 30, 2024
1 parent dc39541 commit 4695215
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 call 'blkid' on every device
# except sr devices. 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 this call on zvols.
#
- 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 4695215

Please sign in to comment.