Description of problem: Anolis OS 23默认集成5.10内核后,无法正常保存vmcore,串口信息显示: Filesystem uses "zstd" compression. This is not supported mount: /squash/root: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
kexec-tools最新版本默认使用zstd的方式制作kdump initrd,但是5.10内核目前尚未开启CONFIG_SQUASHFS_ZSTD。
kexec-tools中做内核是否开启CONFIG_SQUASHFS_ZSTD判断,如果开启则使用zstd压缩,不开启使用默认的压缩。 相关提交: https://gitee.com/src-anolis-os/kexec-tools/pulls/12