From 07bd61f78e73fe7214f7507f953f4dc7caacf8b9 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 31 Jan 2022 16:34:54 +0300 Subject: [PATCH] [#158] Update neofs-node to v0.27.5 Signed-off-by: Alex Vanin --- .env | 6 +++--- services/ir/healthcheck.sh | 2 +- services/storage/.storage.env | 2 +- services/storage/healthcheck.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index d1fd385..15fe9e2 100644 --- a/.env +++ b/.env @@ -11,11 +11,11 @@ NEOGO_VERSION=0.98.0 MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.14.0/devenv_sidechain.gz" # NeoFS InnerRing nodes -IR_VERSION=0.27.4 +IR_VERSION=0.27.5 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.27.4 +NODE_VERSION=0.27.5 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate @@ -35,5 +35,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0. #LOCODE_DB_PATH=/path/to/locode_db # NeoFS CLI binary -NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.4/neofs-cli-amd64.tar.gz +NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.5/neofs-cli-amd64.tar.gz #NEOFS_CLI_PATH=/path/to/neofs-cli-binary diff --git a/services/ir/healthcheck.sh b/services/ir/healthcheck.sh index 7a783f5..2934969 100755 --- a/services/ir/healthcheck.sh +++ b/services/ir/healthcheck.sh @@ -2,5 +2,5 @@ /neofs-cli control healthcheck \ --endpoint "$NEOFS_IR_CONTROL_GRPC_ENDPOINT" \ - --binary-key /wallet01.key --ir | + --wallet /wallet01.key --ir | grep "Health status: READY" diff --git a/services/storage/.storage.env b/services/storage/.storage.env index 4f7b347..e201e8e 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -66,7 +66,7 @@ NEOFS_STORAGE_SHARD_NUM=2 ## Default config for all shards ### Write cache config -NEOFS_STORAGE_DEFAULT_USE_WRITE_CACHE=false +NEOFS_STORAGE_DEFAULT_WRITECACHE_ENABLED=false ### Metabase config NEOFS_STORAGE_DEFAULT_METABASE_PERM=0700 ### Blobstor config diff --git a/services/storage/healthcheck.sh b/services/storage/healthcheck.sh index cfc3fd5..0e3a0ee 100755 --- a/services/storage/healthcheck.sh +++ b/services/storage/healthcheck.sh @@ -2,5 +2,5 @@ /neofs-cli control healthcheck \ --endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \ - --binary-key "$NEOFS_NODE_KEY" | + --wallet "$NEOFS_NODE_KEY" | grep "Health status: READY"