forked from TrueCloudLab/frostfs-node
[#15] Add bootstrap routine to node application
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
73b8ed4203
commit
a76a97ec01
2 changed files with 27 additions and 1 deletions
|
@ -38,6 +38,7 @@ func init_(c *cfg) {
|
|||
|
||||
func bootUp(c *cfg) {
|
||||
serveGRPC(c)
|
||||
bootstrapNode(c)
|
||||
}
|
||||
|
||||
func wait(c *cfg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue