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 a91f8fd
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,19 @@
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 a91f8fd

Please sign in to comment.