GitHub user pbchou opened a pull request:
https://github.com/apache/trafficserver/pull/834
TS-4707 : Parent Consistent Hash Selection - add fname and maxdirs
This enhancement adds two options, "fname" and "maxdirs",
which can be used to exclude the file-name and some of the
directories in the path. The remaining portions of the path
are then used as part of the hash computation for selecting
among multiple parent caches.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pbchou/trafficserver TS-4707
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/834.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 #834
----
commit 09ff7e0466b5cebfb50901f8d29cc1b40b7c182c
Author: Peter Chou <[email protected]>
Date: 2016-08-01T22:34:59Z
TS-4707 : Parent Consistent Hash Selection - add fname and maxdirs options.
This enhancement adds two options, "fname" and "maxdirs",
which can be used to exclude the file-name and some of the
directories in the path. The remaining portions of the path
are then used as part of the hash computation for selecting
among multiple parent caches.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---