log before it dies.
2026-06-11T08:09:28Z INFO Running on version {"process": "storagenode-updater", "service": "storagenode-updater", "version": "v1.152.6"}
2026-06-11T08:09:28Z INFO Downloading versions. {"process": "storagenode-updater", "server_address": "https://version.storj.io"}
2026-06-11T08:09:28Z INFO Current binary version {"process": "storagenode-updater", "service": "storagenode", "version": "v1.155.4"}
2026-06-11T08:09:28Z INFO Version is up to date {"process": "storagenode-updater", "service": "storagenode"}
2026-06-11T08:09:28Z INFO Current binary version {"process": "storagenode-updater", "service": "storagenode-updater", "version": "v1.152.6"}
2026-06-11T08:09:28Z INFO Version is up to date {"process": "storagenode-updater", "service": "storagenode-updater"}
2026-06-11 08:09:29,501 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-06-11 08:09:29,501 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-06-11 08:09:29,502 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-06-11T08:10:19Z ERROR Total disk space (minus reserved bytes) is less than required minimum {"process": "storagenode", "bytes": 500000000000}
2026-06-11T08:10:20Z ERROR failure during run {"process": "storagenode", "error": "Failed to create storage node peer: piecestore monitor: disk space requirement not met\n\tstorj.io/storj/storagenode/monitor.(*DedicatedDisk).PreFlightCheck:50\n\tstorj.io/storj/storagenode/monitor.NewDedicatedDisk:33\n\tstorj.io/storj/storagenode.New:627\n\tmain.cmdRun:107\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:290", "errorVerbose": "Failed to create storage node peer: piecestore monitor: disk space requirement not met\n\tstorj.io/storj/storagenode/monitor.(*DedicatedDisk).PreFlightCheck:50\n\tstorj.io/storj/storagenode/monitor.NewDedicatedDisk:33\n\tstorj.io/storj/storagenode.New:627\n\tmain.cmdRun:107\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:290\n\tmain.cmdRun:109\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:290"}
Error: Failed to create storage node peer: piecestore monitor: disk space requirement not met
storj.io/storj/storagenode/monitor.(*DedicatedDisk).PreFlightCheck:50
storj.io/storj/storagenode/monitor.NewDedicatedDisk:33
storj.io/storj/storagenode.New:627
main.cmdRun:107
main.newRunCmd.func1:33
storj.io/common/process.InitBeforeExecute.func1.2:389
storj.io/common/process.InitBeforeExecute.func1:407
github.com/spf13/cobra.(*Command).execute:985
github.com/spf13/cobra.(*Command).ExecuteC:1117
github.com/spf13/cobra.(*Command).Execute:1041
storj.io/common/process.ExecWithCustomOptions:115
main.main:34
runtime.main:290
2026-06-11 08:10:21,362 WARN exited: storagenode (exit status 1; not expected)
2026-06-11 08:10:22,367 INFO spawned: 'storagenode' with pid 66
2026-06-11 08:10:23,369 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2026-06-11 08:10:23,369 WARN received SIGQUIT indicating exit request
2026-06-11 08:10:23,370 INFO waiting for processes-exit-eventlistener, storagenode, storagenode-updater to die
2026-06-11T08:10:23Z INFO Got a signal from the OS: "terminated" {"process": "storagenode-updater"}
2026-06-11 08:10:24,380 INFO stopped: storagenode-updater (exit status 0)
2026-06-11 08:10:26,383 INFO waiting for processes-exit-eventlistener, storagenode to die
2026-06-11 08:10:29,386 INFO waiting for processes-exit-eventlistener, storagenode to die
2026-06-11 08:10:32,388 INFO waiting for processes-exit-eventlistener, storagenode to die
2026-06-11 08:10:34,389 WARN killing 'storagenode' (66) with SIGKILL
2026-06-11 08:10:35,395 WARN stopped: storagenode (terminated by SIGKILL)
2026-06-11 08:10:35,395 INFO waiting for processes-exit-eventlistener to die
2026-06-11 08:10:35,396 WARN stopped: processes-exit-eventlistener (terminated by SIGTERM)
disk:
/dev/sdb 7.3T 6.8T 130G 99%
in my docker run
--storage2.monitor.dedicated-disk=$storage2_dedicatedDisk \
--storage2.monitor.reserved-bytes=$storage2_dedicatedDisk_reservedBytes \
values:
storage2_dedicatedDisk=true
storage2_dedicatedDisk_reservedBytes=100GB
I hope we can get it fixed
@Alexey @elek @Andrii