You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a file whose size is less than writecache max_object_size: (e.g. 5M)
dd if=/dev/random of=smallfile bs=1M count=5
create container with REP 1 on node1
neofs-cli container create -r node1:8080 -w /etc/neofs/storage/wallet.json --policy "REP 1 IN X CBF 1 SELECT 1 FROM n1 AS X FILTER Node EQ node1 AS n1" --await --basic-acl public-read-write
Enter password >
container ID: FrQfJYeGyeaNyT3tdHzLDYpn4ZHXVdkxszDLacLRT2k8
awaiting...
container has been persisted on sidechain
Expected Behavior
objects nust not be lost any way
Current Behavior
if node is power cycled, it loses cached object
Steps to Reproduce (for bugs)
4 power off the node1
Your Environment
/home/service# neofs-node --version
NeoFS Storage node
Version: v0.33.0-78-g846ff515
GoVersion: go1.18.4
The text was updated successfully, but these errors were encountered: