masaori335 opened a new issue, #10648:
URL: https://github.com/apache/trafficserver/issues/10648
With the default value (256M), I haven't seen failure, but increasing the
size, it fails intermittently.
- `storage.config`
```
var/trafficserver 1G
```
```
ยป /opt/ats-asf-master/bin/traffic_server -R 3 -r Cache_vol
Traffic Server 10.0.0-0 Oct 19 2023 08:21:06 Masaoris-MacBook-Pro-16.local
traffic_server: using root directory '/opt/ats-asf-master'
[Oct 19 13:55:46.501] NOTE: records parsing completed.
[Oct 19 13:55:46.501] NOTE:
/opt/ats-asf-master/etc/trafficserver/records.yaml finished loading
[Oct 19 13:55:46.567] [TS_MAIN] NOTE: Traffic Server is running
unprivileged, not switching to user 'nobody'
REGRESSION_TEST initialization begun
REGRESSION TEST Cache_vol started
RPRINT Cache_vol: 7 128 Megabyte Volumes
[Oct 19 13:55:47.575] [ET_NET 9] NOTE: Clearing Disk:
/opt/ats-asf-master/var/trafficserver/cache.db
RPRINT Cache_vol: Not enough space for 10 volume
RPRINT Cache_vol: Random Volumes after clearing the disks
RPRINT Cache_vol: volume=1 scheme=http size=384
RPRINT Cache_vol: volume=3 scheme=http size=256
RPRINT Cache_vol: Random Volumes without clearing the disks
RPRINT Cache_vol: volume=1 scheme=http size=512
RPRINT Cache_vol: volume=2 scheme=http size=384
RPRINT Cache_vol: Configuration and Actual volumes don't match
REGRESSION_RESULT Cache_vol: FAILED
REGRESSION_TEST DONE: FAILED
```
https://github.com/apache/trafficserver/blob/e084750c6943920cae0fe611d9ebf416c09d2c97/src/iocore/cache/CacheHosting.cc#L1004
--
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]