diff --git a/cmd/neofs-node/config.go b/cmd/neofs-node/config.go index b4b5cc422..ed54d2243 100644 --- a/cmd/neofs-node/config.go +++ b/cmd/neofs-node/config.go @@ -404,6 +404,7 @@ func initShardOptions(c *cfg) { opts = append(opts, []shard.Option{ shard.WithLogger(c.log), shard.WithRefillMetabase(sc.RefillMetabase()), + shard.WithMode(sc.Mode()), shard.WithBlobStorOptions( blobstor.WithRootPath(blobStorCfg.Path()), blobstor.WithCompressObjects(blobStorCfg.Compress()),