Move internal files into +gitaly directory
Currently the database and staging directories for the
PartitionManager
are housed in the root directory of a storage. This
may cause the RepositoryCounter
to capture staged changes as
repositories during startup. In addition, historically Gitaly's internal
files for a storage have been kept in the +gitaly
directory.
Move the PartitionManager
's directories into +gitaly
.
Closes #5854 (closed)
Merge request reports
Activity
changed milestone to %17.0
added featureenhancement typefeature labels
assigned to @wchandler
added devopssystems sectioncore platform labels
- A deleted user
added groupgitaly label
Reviewer roulette
Changes that require review have been detected! A merge request is normally reviewed by both a reviewer and a maintainer in its primary category and by a maintainer in all other categories.
To spread load more evenly across eligible reviewers, Danger has picked a candidate for each review slot. Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.
To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.
Once you've decided who will review this merge request, mention them as you normally would! Danger does not automatically notify them for you.
Category Reviewer Maintainer None @qmnguyen0711
(UTC+7, 11 hours ahead of author)
@knayakgl
(UTC+2, 6 hours ahead of author)
If needed, you can retry the
🔁 danger-review
job that generated this comment.Generated by
🚫 DangerEdited by Ghost UserNew storage layout:
$ cd new-storage-format && find . ./+gitaly ./+gitaly/database ./+gitaly/database/000001.sst ./+gitaly/database/00001.mem ./+gitaly/database/DISCARD ./+gitaly/database/KEYREGISTRY ./+gitaly/database/MANIFEST ./+gitaly/database/000001.vlog ./+gitaly/database/LOCK ./+gitaly/database/000002.vlog ./+gitaly/staging ./+gitaly/tmp ./.gitaly-metadata
requested review from @qmnguyen0711 and @eric.p.ju
Thank you @wchandler , LGTM
removed review request for @eric.p.ju
mentioned in commit 7c1f9303
added workflowstaging-canary label
added workflowcanary label and removed workflowstaging-canary label
added workflowstaging label and removed workflowcanary label