Hello, I configured TrafficServer, in virtual machines, to use raw disks as cache. Currently 2 disks of 10G each. TrafficServer now reports 80% of cache used.
Basically, I see 2 solutions: - Add more disk space (best one because Trafficservers are behind a Load-balancer) - Add more servers (which won't solve the per server disk usage) Regarding first solution, I wonder how raw disk cache exactly works, in terms of repartition ? Adding new disk, will trafficserver: - invalidate part of the cache (sort of sharding) ? - somehow rebalance data ? - add new data after existing ones ? Regards, Jean Baptiste