Commit graph

10 commits

Author SHA1 Message Date
b35b347b3e [#41] Update credential issue process
* Register wallet key in FrostFS ID before issuing secret
* Use issue-creds script instead of Makefile command

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2024-09-04 17:19:35 +03:00
b36cf66356 [#41] Allow storage to use proxy wallet 2024-09-04 17:19:11 +03:00
89ecc28f2e [#30] Rework logging in the container
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2024-09-03 10:57:32 +03:00
f0c20be1b9 Prepare for v1.5.0 AIO release
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2024-05-27 16:24:37 +03:00
f398fb44f3 [#34] Add tree healthcheck
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2024-04-09 18:18:24 +03:00
9d79d69b1f [#34] Fix Inner Ring healthcheck command
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2024-04-09 18:14:27 +03:00
85d1c6216b [#15] morph: Refactor the initialization
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-07-17 17:32:58 +03:00
6606aabedd [#10] Rework new epoch tick during AIO initialization
Previous implementation from #3 was based on a sleep
counter. This solution is not reliable, because
sometimes sleep duration is not enough for the
storage node to send bootstrap request.

New implementation checks network status of the node
and ticks new epoch until node enters in the network map.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-26 09:55:28 +03:00
ec15c7982d [#3] Tick new epoch correctly during initialization
During startup tick new epoch implicitly so the storage
nodes are included in the network map. `tick.sh` script
was removed. HEALTHY status of the storage node is not
related to network map, so it is not necessary to tick
epoch during health check.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-16 16:58:45 +03:00
9eaba45703 Fix missing bin
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-05-15 14:43:36 +03:00