You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "xiongzongtao (JIRA)" <ji...@apache.org> on 2013/09/13 05:30:54 UTC

[jira] [Created] (TS-2219) TrafficServer only use one file if more files located in the same disk configured in storage.config

xiongzongtao created TS-2219:
--------------------------------

             Summary: TrafficServer  only use one file if more files located in the same disk configured in storage.config
                 Key: TS-2219
                 URL: https://issues.apache.org/jira/browse/TS-2219
             Project: Traffic Server
          Issue Type: Bug
            Reporter: xiongzongtao


for example,

1.  create two files with size 1G bytes on the same disk:   
    -rw-rw-rw-  1 zongtao zongtao 1073741824 Sep 11 16:01 cache0.db
    -rw-rw-rw-  1 zongtao zongtao 1073741824 Sep 13 10:56 cache1.db
2.  configure in storage.config as the following:
    /data2/cache0.db   1G
    /data2/cache1.db   1G
3.  set debug on and add tags "cache_init"
    only cache1.db is initialized, cache0.db is not inited

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira