forked from TrueCloudLab/frostfs-node
[#220] cmd/neofs-node: Support new configuration of storage components
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e758c246b7
commit
cd2228cd99
2 changed files with 35 additions and 6 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue