[#1048] control: Rename Blobstore to Blobstor

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-12-27 15:03:24 +03:00 committed by Alex Vanin
parent f5a9735e1c
commit 876b0c53de
7 changed files with 12 additions and 12 deletions

View file

@ -29,7 +29,7 @@ func (s *Server) ListShards(_ context.Context, req *control.ListShardsRequest) (
si.SetID(*shard.ID)
si.SetMetabasePath(shard.MetaBaseInfo.Path)
si.SetBlobstorePath(shard.BlobStorInfo.RootPath)
si.SetBlobstorPath(shard.BlobStorInfo.RootPath)
si.SetWriteCachePath(shard.WriteCacheInfo.Path)
// FIXME: use real shard mode when there are more than just `read-write`