You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see storage.shard.default.blobstor section is formed incorrectly according to docs. Also compress and small_object_size must be shard config, not blobstor.
Expected behavior
Node run fails.
Current behavior
Node starts silently.
Possible improvements
provide config validator which shares code with neofs-node app (maybe its command?)
provide config defaulter which accepts source config and outputs to-be-used config (can be merged with validator)
print the configurations used as a result in the application log
Versions
neofs-node v0.35.0
The text was updated successfully, but these errors were encountered:
Context
Node silently started with this config (attached only incorrect part):
As we can see
storage.shard.default.blobstor
section is formed incorrectly according to docs. Alsocompress
andsmall_object_size
must be shard config, not blobstor.Expected behavior
Node run fails.
Current behavior
Node starts silently.
Possible improvements
neofs-node
app (maybe its command?)Versions
The text was updated successfully, but these errors were encountered: