forked from TrueCloudLab/frostfs-node
[#218] blobstor: Inherit the root path to Blobovnicza from BlobStor
Place the root of blobovnicza tree in a subdirectory of BlobStor with same permissions. Abolish WithBlobovniczaRootPath and WithBlobovniczaPersmissions options. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
4c3d231e82
commit
1c81d507fd
2 changed files with 6 additions and 19 deletions
|
@ -67,7 +67,7 @@ func TestBlobovniczas(t *testing.T) {
|
|||
WithSmallSizeLimit(szLim),
|
||||
WithBlobovniczaShallowWidth(width),
|
||||
WithBlobovniczaShallowDepth(depth),
|
||||
WithBlobovniczaRootPath(p),
|
||||
WithTreeRootPath(p),
|
||||
WithBlobovniczaSize(szLim),
|
||||
} {
|
||||
opt(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue