ruby/proto/gitaly/objectpool_services_pb.rb in gitaly-15.11.0.pre.rc1 vs ruby/proto/gitaly/objectpool_services_pb.rb in gitaly-16.1.0.pre.rc1
- old
+ new
@@ -45,16 +45,9 @@
# repository is still using this object pool it will become corrupted.
rpc :DeleteObjectPool, ::Gitaly::DeleteObjectPoolRequest, ::Gitaly::DeleteObjectPoolResponse
# LinkRepositoryToObjectPool links the specified repository to the object pool. Objects contained
# in the object pool will be deduplicated for this repository when repacking objects.
rpc :LinkRepositoryToObjectPool, ::Gitaly::LinkRepositoryToObjectPoolRequest, ::Gitaly::LinkRepositoryToObjectPoolResponse
- # ReduplicateRepository will repack the objects in the object pool member so that the repository
- # does not depend on the pool member anymore and can be removed from it. Note that this function
- # is not safe for use.
- #
- # This RPC is deprecated. Please use DisconnectGitAlternates instead. It will be removed in
- # Gitaly v16.0, refer to https://gitlab.com/gitlab-org/gitaly/-/issues/4655.
- rpc :ReduplicateRepository, ::Gitaly::ReduplicateRepositoryRequest, ::Gitaly::ReduplicateRepositoryResponse
# DisconnectGitAlternates will disconnect the object pool member from its object pool. It will:
#
# 1. Link all objects from the object pool into the member repository. This essenitally
# reduplicates previously-duplicated objects so that the repository will continue to function
# after being unlinked.