This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csilvm: scrub first 512 blocks prior to mkfs
mkfs subprograms (like mkfs.xfs) may run libblkid probes to avoid unintentionally overwriting pre-existing filesystems. csilvm has its own built-in detection for this. mkfs probe misfires cause intermittent problems at runtime and so this patch seeks to alleviate that by zeroing the first 512 sectors (256k) of the device.
- Loading branch information