Skip to content

Draft: Move object pool along with repository

Igor Drozdov requested to merge id-move-repository-object-pool into master

Before

  • When a repository is moved, it's being unlinked from the pool repository

Now

  • When a repository is moved it's unlinked and its object pool is recreated in the new storage
  • When another member of the object pool is moved, the member is linked to the recreated pool

Related issue: Repository storage moves should replicate objec... (#412407 - closed)

Edited by Igor Drozdov

Merge request reports