frostfs-dev-env/services/storage/healthcheck.sh

7 lines
152 B
Bash
Raw Normal View History

#!/bin/sh
/neofs-cli control healthcheck \
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \
--binary-key "$NEOFS_NODE_KEY" |
grep "Health status: READY"