forked from TrueCloudLab/frostfs-node
[#1048] control: Rename Blobstore
to Blobstor
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
f5a9735e1c
commit
876b0c53de
7 changed files with 12 additions and 12 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue