Draft: Move object pool along with repository
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