Skip to content

Commit

Permalink
Update prune.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Apr 4, 2024
1 parent 6be2f76 commit f2d34ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions design/object-reset/prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,14 @@ versions:
</details>
### Prune Algorithm 3: Prune and Push Corrected Pathnames To Older Versions (not fully documented)
- Identify prune candidates as in Algorithm 1
- If a matching checksum exists in the current version
- Restroactively rename the older version/file to use the pathname of the current version/file with a matching checksum
- Rebuild history to use the corrected pathname in all subsequent versions
- _This could more assertively clean up the changeToken issues in Nuxeo content_
## Storage actions
- delete prune-able keys from primary storage
- remove pruned keys from the storage manifest (or mark them as pruned)
Expand Down

0 comments on commit f2d34ad

Please sign in to comment.