GitHub user pushkarpradhan opened a pull request: https://github.com/apache/trafficserver/pull/282
This is the fix for TS-3848. The values for wait_for_cache are extended to the range 0-3. If none of the disks or volumes could be initialized and the wait_for_cache value is 2, traffic_server will abort. If even one or more of the disks or volumes could not be initialized and the wait_for_cache value is 3, traffic_server will abort. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pushkarpradhan/trafficserver ts3848-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #282 ---- commit 7b9f36d78eea80ca0b2018b82e0fcbcbf0b6fbcb Author: Pushkar Pradhan <pprad...@apache.org> Date: 2015-08-17T22:54:05Z This is the fix for TS-3848. The values for wait_for_cache are extended to the range 0-3. If none of the disks or volumes could be initialized and the wait_for_cache value is 2, traffic_server will abort. If even one or more of the disks or volumes could not be initialized and the wait_for_cache value is 3, traffic_server will abort. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---