[#220] cmd/neofs-node: Support new configuration of storage components

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-11-30 18:35:37 +03:00 committed by Alex Vanin
parent e758c246b7
commit cd2228cd99
2 changed files with 35 additions and 6 deletions

View file

@ -40,6 +40,9 @@ func init_(c *cfg) {
initObjectService(c)
initProfiler(c)
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Open())
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Init())
listenMorphNotifications(c)
}