File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 515
515
# MAKEDUMP_ARGS - Configure makedumpfile to:
516
516
# [1] Compress the dump (-c)
517
517
# [2] Filter out pages that are zero, in the page or private cache,
518
- # part of user data, or marked as freed (-d 31)
518
+ # or marked as freed (-d 23)
519
+ # Note that we do not exclude the "user data" pages, as these
520
+ # are needed for drgn to be able to load zfs module symbols
519
521
# [3] Output a progress indicator, common and error messages, and
520
522
# a report summary message (--message-level 23)
521
523
# [4] Exclude ZFS ARC file data pages
558
560
line : " {{ item.line }}"
559
561
with_items :
560
562
- regex : ' ^#?MAKEDUMP_ARGS='
561
- line : ' MAKEDUMP_ARGS="-c -d 31 --message-level 23 --private-page-filter 0x2F5ABDF11ECAC4E"'
563
+ line : ' MAKEDUMP_ARGS="-c -d 23 --message-level 23 --private-page-filter 0x2F5ABDF11ECAC4E"'
562
564
- regex : ' ^#?KDUMP_CMDLINE_APPEND='
563
565
line : ' KDUMP_CMDLINE_APPEND="reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb ata_piix.prefer_ms_hyperv=0 panic=10"'
564
566
You can’t perform that action at this time.
0 commit comments