Skip to content

docs: Update storage path examples

Will Chandler requested to merge wc/storage-path-examples into master

What does this MR do and why?

docs: Update storage path examples

Paths provided to git_data_dirs would implicitly have /repositories appended to it when placing repositories on disk. However, the newer gitaly['configuration']['storage'] config format does not do this.

Our examples of storage paths with the new syntax leave off the trailing /repositories, which if copied into an existing instance's config will cause repositories to become inaccessible as the storage path was accidentally changed. Update our examples to use the path admins will intend to use.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports