bryancall commented on issue #4711: URL: https://github.com/apache/trafficserver/issues/4711#issuecomment-4827060768
This looks like an environment/configuration issue rather than an ATS defect: errno 28 is ENOSPC (no space left on device). A file-backed cache on a regular filesystem is created sparsely, so the underlying filesystem can run out of real space even though ATS sized the cache larger; "3500G" interpreted in GiB can also exceed the actual disk. For production, a raw block device for the cache avoids this whole class of failure. Closing as a configuration issue; the users@ mailing list is the best place for sizing help. Please reopen if you can show an actual ATS defect on a current release. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
