jeredfloyd commented on issue #5168: URL: https://github.com/apache/trafficserver/issues/5168#issuecomment-1252403587
In the first instance, your storage.config should have a leading "/" to create a fully-qualified path. In the second instance, there are two issues: 1) traffic_cache_tool does not support directory caches. If a directory is specified, a message is printed to this effect. There should be an RFE to implement this support. 2) If a cache.db is provided, traffic_cache_tool will attempt to parse it as a config file(!) This leads to confusing and unexpected errors and assertions. The fix for this is not immediately obvious to me. This has also been reported against the Fedora packaging of 9.1.3: https://bugzilla.redhat.com/show_bug.cgi?id=2126377 -- 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]
