Skip to content

Commit

Permalink
Merge pull request nspcc-dev#290 from nspcc-dev/up-0.38.1
Browse files Browse the repository at this point in the history
Update to 0.38.1
  • Loading branch information
roman-khimov committed Sep 18, 2023
2 parents b66be3b + b170179 commit 0561ecb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ NEOGO_IMAGE=nspccdev/neo-go
#NEO_GO_URL=https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM}

# NeoFS InnerRing nodes
IR_VERSION=0.38.0
IR_VERSION=0.38.1
IR_IMAGE=nspccdev/neofs-ir

# NeoFS Storage nodes
NODE_VERSION=0.38.0
NODE_VERSION=0.38.1
NODE_IMAGE=nspccdev/neofs-storage

# NATS Server
Expand Down Expand Up @@ -56,11 +56,11 @@ 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.38.0/neofs-cli-amd64.tar.gz
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.38.1/neofs-cli-amd64.tar.gz
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary

# NeoFS ADM tool binary
NEOFS_ADM_VERSION=v0.38.0
NEOFS_ADM_VERSION=v0.38.1
NEOFS_ADM_URL=https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-amd64.tar.gz
#NEOFS_ADM_PATH=/path/to/neofs-adm-binary

Expand Down
12 changes: 4 additions & 8 deletions services/storage/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ storage:
path: /storage/meta0 # Path to the metabase

blobstor:
- type: blobovnicza
path: /storage/blobovnicza0 # Blobovnicza root directory
depth: 2
width: 4
- type: peapod
path: /storage/peapod0.db
- type: fstree
path: /storage/fstree0 # FSTree root directory
depth: 2
Expand All @@ -67,10 +65,8 @@ storage:
path: /storage/meta1 # Path to the metabase

blobstor:
- type: blobovnicza
path: /storage/blobovnicza1 # Blobovnicza root directory
depth: 2
width: 4
- type: peapod
path: /storage/peapod1.db
- type: fstree
path: /storage/fstree1 # FSTree root directory
depth: 2
Expand Down

0 comments on commit 0561ecb

Please sign in to comment.