mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fix: typo (#25814)
This commit is contained in:
committed by
GitHub
parent
22921418b6
commit
da0ea9935d
@@ -48,10 +48,10 @@ done
|
||||
|
||||
echo "Client $client_id at $CLIENT_IP is ready"
|
||||
|
||||
allocs_count=$($ALLOCS |jq '[ .[] | select(.ClientStatus == "running")] | length')
|
||||
echo "$allocs_count allocs found before upgrade $ALLOCS"
|
||||
allocs_count=$(echo $ALLOCS |jq '[ .[] | select(.ClientStatus == "running")] | length')
|
||||
|
||||
# Quality: "nomad_alloc_reconnect: A GET call to /v1/allocs will return the same IDs for running allocs before and after a client upgrade on each client"
|
||||
echo "$allocs_count allocs found before upgrade $ALLOCS"
|
||||
|
||||
checkAllocsCount() {
|
||||
local allocs
|
||||
|
||||
Reference in New Issue
Block a user