dhairav opened a new issue, #9446: URL: https://github.com/apache/trafficserver/issues/9446
Hi Team, We are attempting to use ATS 8.1.1 Debian builds - where we want to utilize multiple HDDs and SSDs in order to get the maximum I/O throughput possible from the hardware. We have come across this documentation link - https://docs.trafficserver.apache.org/en/8.1.x/developer-guide/cache-architecture/tiered-storage.en.html This document mentions using `Each storage unit in storage.config can be marked with a quality value which is 32 bit number.` But we have not been able to specify and run the same. We have not been able to implement and run it simply due to the lack of documentation on how to write the configuration correctly in the `storage.config` file. The documentation explicitly states that we'll be able to `Group similar kinds of storage into different volumes. For example split out SSD’s or RAM drives into their own volume.`, which is what we want to achieve as well. Our end goal is to allow ATS to decide where to store objects - on fast SSDs or on slower HDDs - depending on the popularity of the objects - similar to how it handles RAM Cache and Disk cache conceptually. Please help me figure out how to specify a bifurcation between Fast SSD storage & slow HDD storage in the `storage.config` file. Any help on this is appreciated. -- 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]
