You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "mlibbey (via GitHub)" <gi...@apache.org> on 2023/04/03 17:04:08 UTC

[GitHub] [trafficserver] mlibbey commented on issue #9446: How do we configure Tiered Storage in ATS v8.x.x?

mlibbey commented on issue #9446:
URL: https://github.com/apache/trafficserver/issues/9446#issuecomment-1494678423

   Here's a snippet of a machine in our production, where we have a SSD and RAM Disk.
   ```
   $ cat storage.config
   /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf1-lun-0  volume=1
   /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf2-lun-0  volume=1
   /dev/disk/by-path/pci-0000:03:00.0-sas-0x3009865483c90bf3-lun-0  volume=1
   /dev/ram0 volume=2
   $ cat hosting.config
   hostname=example.com volume=2
   hostname=another.example.com volume=2
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org