This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit e4f0b985ffbd43d759807d913567cfbebe683a1d Author: Matt Williams <[email protected]> AuthorDate: Wed May 22 02:35:54 2024 +0900 doc/cache-architecture grammar & broken link fix. (#11371) (cherry picked from commit 65f174872ba5a11dde52c778eb2864f8fd1cc641) --- doc/developer-guide/cache-architecture/architecture.en.rst | 2 +- doc/developer-guide/cache-architecture/cache-initialization.en.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-guide/cache-architecture/architecture.en.rst b/doc/developer-guide/cache-architecture/architecture.en.rst index 67d0b7c85d..7524fee3e1 100644 --- a/doc/developer-guide/cache-architecture/architecture.en.rst +++ b/doc/developer-guide/cache-architecture/architecture.en.rst @@ -68,7 +68,7 @@ persistent store. Two cache spans -This storage organized into a set of administrative units which are called :term:`cache volumes +This storage is organized into a set of administrative units which are called :term:`cache volumes <cache volume>`. These are defined in :file:`volume.config`. Cache volumes can be assigned different properties in :file:`hosting.config`. diff --git a/doc/developer-guide/cache-architecture/cache-initialization.en.rst b/doc/developer-guide/cache-architecture/cache-initialization.en.rst index f475853c0e..668f2749c9 100644 --- a/doc/developer-guide/cache-architecture/cache-initialization.en.rst +++ b/doc/developer-guide/cache-architecture/cache-initialization.en.rst @@ -72,7 +72,7 @@ is, all stripe header read operations have completed). There is an instance of (:member:`Cache::hosttable`) for all cache volumes that are not explicitly assigned. If :file:`hosting.config` is empty then all cache volumes will be in the generic record. -:func:`build_vol_hash_table` in :ts:git:`iocore/cache/Cache.cc` does the work of setting up the +:func:`build_vol_hash_table` in :ts:git:`src/iocore/cache/Cache.cc` does the work of setting up the stripe assignment and is called for each :class:`CacheHostRecord` and the generic host record. The stripes to be assigned are in :member:`CacheHostRecord::vols`.
