diff options
author | Don Brady <[email protected]> | 2019-08-28 11:44:46 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-28 10:44:46 -0700 |
commit | 28c91ab66d4607795f1e7ae3a2a82f3690ea6c4f (patch) | |
tree | ee74a6154946a75861c48196bef83159c8a4cfca /module/zfs/dsl_scan.c | |
parent | 035e96118bc9a7cbf435dd17dda507b870fcf6e6 (diff) |
Tag ABD pages for exclusion in kernel crash dumps
Tag the ABD data pages so that they can be identified for exclusion
from kernel crash dumps. Eliminating the zfs file data allows for
significantly smaller crash dump files. Note that ZFS in illumos has
always excluded the zfs data pages from a kernel crash dump.
This change tags ARC scatter data pages so they can be identified from
the makedumpfile(8) command. That command is used to create smaller
dump files by ignoring some memory regions and using compression. It
already filters file data from the VFS page cache and will now be able
to exclude ZFS file data pages from the dump file.
A corresponding change to makeumpfile(8) is required to identify ZFS
data pages.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Paul Dagnelie <[email protected]>
Signed-off-by: Don Brady <[email protected]>
Closes #8899
Diffstat (limited to 'module/zfs/dsl_scan.c')
0 files changed, 0 insertions, 0 deletions