From 9d79d69b1f9f948d2522f3cb1aed9f05babb2325 Mon Sep 17 00:00:00 2001 From: Artem Tataurov Date: Tue, 9 Apr 2024 18:14:27 +0300 Subject: [PATCH] [#34] Fix Inner Ring healthcheck command Signed-off-by: Artem Tataurov --- bin/init-aio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/init-aio.sh b/bin/init-aio.sh index 095f26f..48b09ac 100755 --- a/bin/init-aio.sh +++ b/bin/init-aio.sh @@ -35,7 +35,7 @@ runServices() { /usr/bin/frostfs-ir --config /config/config-ir.yaml & - while [[ -z "$(/usr/bin/frostfs-cli control healthcheck --ir --endpoint localhost:16512 -c /config/cli-cfg-ir.yaml | grep 'Health status: READY')" ]]; + while [[ -z "$(/usr/bin/frostfs-cli control ir healthcheck --endpoint localhost:16512 -c /config/cli-cfg-ir.yaml | grep 'Health status: READY')" ]]; do sleep 2; done