moonchen opened a new pull request, #10960: URL: https://github.com/apache/trafficserver/pull/10960
Add a config option to have traffic server remember which disks are bad. Previously, cache disks that were determined to be bad at runtime were forgotten upon restart. This could cause corrupt cache metadata to be loaded from disk, leading to crashes, or slowdowns when accessing the known bad disk. If the option is turned on, bad disks are remembered until the `known_bad_disks` file is edited or deleted. If the system administrator replaces the disks, they need to perform this manual step. Because of this requirement, this option is off by default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org