Database does not exist thanks in advance

I have also tried to remove the db but it doesn’t help I don’t know what to do anyone who had the same problem thanks in advance
os pi 4 8gb
logs 2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “info”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “bandwidth”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “orders”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “piece_expiration”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “pieceinfo”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “piece_spaced_used”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “reputation”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “storage_usage”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “used_serial”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “satellites”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “notifications”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “heldamount”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “pricing”}
2023-10-24T09:05:41Z INFO db database does not exist {“process”: “storagenode”, “database”: “secret”}
2023-10-24T09:05:41Z INFO Current binary version {“Process”: “storagenode-updater”, “Service”: “storagenode”, “Version”: “v1.89.5”}
2023-10-24T09:05:41Z INFO New version is being rolled out but hasn’t made it to this node yet {“Process”: “storagenode-updater”, “Service”: “storagenode”}
2023-10-24T09:05:41Z INFO Current binary version {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”, “Version”: “v1.89.5”}
2023-10-24T09:05:41Z INFO New version is being rolled out but hasn’t made it to this node yet {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”}
2023-10-24 09:05:42,855 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-10-24 09:05:42,855 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-10-24 09:05:42,856 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

I don’t see the problem…is it a fresh node? is there any errors/ fatals?

is it a fresh node? yes

023-10-24T09:29:55Z	INFO	New version is being rolled out but hasn't made it to this node yet	{"Process": "storagenode-updater", "Service": "storagenode"}
2023-10-24T09:29:56Z	INFO	Current binary version	{"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.89.5"}
2023-10-24T09:29:56Z	INFO	New version is being rolled out but hasn't made it to this node yet	{"Process": "storagenode-updater", "Service": "storagenode-updater"}
2023-10-24 09:29:57,012 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-10-24 09:29:57,013 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-10-24 09:29:57,013 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Error: Error creating revocation database: revocation database: boltdb: file sync error: sync config/revocations.db: input/output error
	storj.io/storj/private/kvstore/boltdb.New:45
	storj.io/storj/private/revocation.openDBBolt:52
	storj.io/storj/private/revocation.OpenDB:35
	storj.io/storj/private/revocation.OpenDBFromCfg:23
	main.cmdRun:71
	main.newRunCmd.func1:32
	storj.io/private/process.cleanup.func1.4:402
	storj.io/private/process.cleanup.func1:420
	github.com/spf13/cobra.(*Command).execute:852
	github.com/spf13/cobra.(*Command).ExecuteC:960
	github.com/spf13/cobra.(*Command).Execute:897
	storj.io/private/process.ExecWithCustomOptions:113
	main.main:30
	runtime.main:250

did you sign and verify the identity?

tell us about the setup?, so we can help better.

what says the dashboard? first (or second) node?

And welcome to the Forum!

did you sign and verify the identity?yes

tell us about the setup?, so we can help better.udo docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967/tcp
-p 28967:28967/udp
-p 127.0.0.1:14002:14002
-e WALLET=“my”
-e EMAIL="my@proton.me"
-e ADDRESS=“my.ddns.net:28967
-e STORAGE=“1.6TB”
–user $(id -u):$(id -g)
–mount type=bind,source=“/home/pi/.local/share/storj/identity/storagenode”,destination=/app/identity
–mount type=bind,source=“/media/pi/1804-234A”,destination=/app/config
–name storagenode storjlabs/storagenode:latest

what says the dashboard? first (or second) node? first

And welcome to the Forum! thx!

  1. my DNS and my email and my currency because I don’t want everyone to have to know it
1 Like

Il pass this to @Alexey he knows more about docker.

Is this a brand new node? It hasn’t stored any data yet?

Is this a brand new node? yes It hasn’t stored any data yet? no

Than you simply need to create these DB files by running the setup command once. It should be in the documentation I believe.

3 Likes

You need to stop and remove the container, check your disk for errors and fix them.

I would recommend to make it static instead of not reliable automount:

After that you may run your node back using all your parameters, include changed ones. Then check your logs.

Now I have solved the first problem now you have another problem I have opened a port But when I go in and check it it is not open


You need to compare your WAN IP from the router with an IP from Open Port Check Tool - Test Port Forwarding on Your Router
If they do not match - your ISP is placed you behind their NAT (CGNAT). In this case you need to contact them and ask for a public IPv4, it may be a dynamic, but must be a public (your WAN IP will match the IP from yougetsignal). For the ISP’s staff you may say that you need an access to your security IP cam from anywhere to do not explain Storj.

If these IPs are match, make sure that you used this public IP in your node’s configuration or use a DDNS hostname instead.
If you use a DDNS hostname, make sure it’s updated:

nslookup your.ddns.hostname 8.8.8.8

should return the same IP as your WAN IP and the IP from yougetsignal.
If it’s not - you need to check your DDNS updater (it’s better to configure it on your router in the DDNS section) and your DDNS subscription (some DDNS requires to renew a subscription every month or to pay them).

  1. Hi, I have a status ip ( Static IP Address)

its only open when the node is running. does the dashboard say online/ is the node running??

1 Like

Then make also sure that you specified it in the -e ADDRESS option with the port, i.e.

-e ADDRESS=my.static.ip:28967

Hello again I get to use portmap and I have found a bug (tpc)

You need to forward the UDP port too. I think you use a free plan on portmap, so you can create only one rule, so you created TCP, and now your node is online.
To make it available through UDP you need to create a second rule for the UDP protocol.

hey! bug ?


logs

2023-11-08T07:34:43Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "5ND5LDBLXD6HY2NNU2CX7X6UG4SLL2T2IIVSC6C6NQGCPKIOEHKQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466800767872, "Remote Address": "10.9.0.1:43360"}
2023-11-08T07:34:43Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "UCDTQLN366NZTCRRKRVUQEOBNMO3SXAKQTRB2CM6EOE4CPBXV5SA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466800767872, "Remote Address": "10.9.0.1:41896"}
2023-11-08T07:34:44Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "MC4WU5LYKG7I6QW4KAWWE26ZGOZGYCUTMEQEL7PRWVKZQZ3RLGQQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Available Space": 1466798448000, "Remote Address": "10.9.0.1:52474"}
2023-11-08T07:34:45Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "5ND5LDBLXD6HY2NNU2CX7X6UG4SLL2T2IIVSC6C6NQGCPKIOEHKQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:43360"}
2023-11-08T07:34:46Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "MC4WU5LYKG7I6QW4KAWWE26ZGOZGYCUTMEQEL7PRWVKZQZ3RLGQQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Size": 580096, "Remote Address": "10.9.0.1:52474"}
2023-11-08T07:34:46Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "UCDTQLN366NZTCRRKRVUQEOBNMO3SXAKQTRB2CM6EOE4CPBXV5SA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:41896"}
2023-11-08T07:34:48Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "XOHH4CEJC4AO65OT7G52LJPNSUIKQN6FKVMVHGWZB4M4KUUJAPAA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466795547520, "Remote Address": "10.9.0.1:34154"}
2023-11-08T07:34:50Z	INFO	piecestore	download started	{"process": "storagenode", "Piece ID": "TUQ4X3S2CS3DNOZIGL5HYBD6CAMJOQ4XLX6VFSABNO7IQVMOAFLA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 2304, "Remote Address": "10.9.0.1:50852"}
2023-11-08T07:34:50Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "XOHH4CEJC4AO65OT7G52LJPNSUIKQN6FKVMVHGWZB4M4KUUJAPAA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:34154"}
2023-11-08T07:34:50Z	INFO	piecestore	downloaded	{"process": "storagenode", "Piece ID": "TUQ4X3S2CS3DNOZIGL5HYBD6CAMJOQ4XLX6VFSABNO7IQVMOAFLA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 2304, "Remote Address": "10.9.0.1:50852"}
2023-11-08T07:34:51Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "IQH7XJ335UGRAWQMGISP66NQ27GTXFK5XRPCYPB2RPLGCEKW52ZQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466793227648, "Remote Address": "10.9.0.1:38108"}
2023-11-08T07:34:51Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "P7KUCQZAED75UUWVT2A2S3IDWPQLND3K65FX5HSS6ZCBSGINSPQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466793227648, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:34:51Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "P7KUCQZAED75UUWVT2A2S3IDWPQLND3K65FX5HSS6ZCBSGINSPQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 1024, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:34:52Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "IQH7XJ335UGRAWQMGISP66NQ27GTXFK5XRPCYPB2RPLGCEKW52ZQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:38108"}
2023-11-08T07:34:55Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "52XBMEA3A44PFKVZLQ3CVJ4NA2NCO35ECSYCYRLRBRNRDZDQFZCA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466790906240, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:34:56Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "52XBMEA3A44PFKVZLQ3CVJ4NA2NCO35ECSYCYRLRBRNRDZDQFZCA"}
2023-11-08T07:34:58Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "5LD7T6ETIUYZ54BFOSJJN76MTCL77J7AFBNRY3KZTAXZVQGFCFKA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466790905216, "Remote Address": "10.9.0.1:57528"}
2023-11-08T07:35:00Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "5LD7T6ETIUYZ54BFOSJJN76MTCL77J7AFBNRY3KZTAXZVQGFCFKA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:57528"}
2023-11-08T07:35:01Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "C2MSJSWR4JTQ3Z45T5OCW5L6FTK4QNANCG2NAYWZVGKTLAKTH6JQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466788585344, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:02Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "H5MKKPGPXTBVDECT7RYV5LS7GUGBDSUWFO3LKBBRGQNF3VTEINNA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466788584064, "Remote Address": "10.9.0.1:55064"}
2023-11-08T07:35:02Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "WVDFHFIHYBI2XLK77ZUA4Y6T5OGJZ4XQRDUGXME2WHH5ZFZDW5KQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Available Space": 1466788574592, "Remote Address": "10.9.0.1:42046"}
2023-11-08T07:35:03Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "C2MSJSWR4JTQ3Z45T5OCW5L6FTK4QNANCG2NAYWZVGKTLAKTH6JQ"}
2023-11-08T07:35:03Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "H5MKKPGPXTBVDECT7RYV5LS7GUGBDSUWFO3LKBBRGQNF3VTEINNA"}
2023-11-08T07:35:03Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "2HCBIRCS4QPJKBMSVXRJTDTMLCJHELH4JIDH34GBCKLI253D3XYQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466788573312, "Remote Address": "10.9.0.1:55064"}
2023-11-08T07:35:03Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "WVDFHFIHYBI2XLK77ZUA4Y6T5OGJZ4XQRDUGXME2WHH5ZFZDW5KQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Size": 768, "Remote Address": "10.9.0.1:42046"}
2023-11-08T07:35:03Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "V5T2AEKYPWHAH4YUKSXBKCSGAPTM3QTNKJJHQCLLGZ2J7DIMAICA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466788572032, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:03Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "2HCBIRCS4QPJKBMSVXRJTDTMLCJHELH4JIDH34GBCKLI253D3XYQ"}
2023-11-08T07:35:03Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "V5T2AEKYPWHAH4YUKSXBKCSGAPTM3QTNKJJHQCLLGZ2J7DIMAICA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 768, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:04Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "2GEZ6G54AAVDNAOPQZCRPGSE2L4G2VON3YILLXLE4VMYUNFUFZLQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:43050"}
2023-11-08T07:35:04Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "NCSOUATCJ63ZLV6CGQZHH4Q3WSIAX7ZLGSLJXYLXTX734OCOOTQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466786250880, "Remote Address": "10.9.0.1:50106"}
2023-11-08T07:35:05Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "4C5EQUMEH4WW6JMI5A4PIEAACFCL7G3XYQETCCRXGXOJARI7HFRA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466786250880, "Remote Address": "10.9.0.1:43050"}
2023-11-08T07:35:05Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "4C5EQUMEH4WW6JMI5A4PIEAACFCL7G3XYQETCCRXGXOJARI7HFRA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 14592, "Remote Address": "10.9.0.1:43050"}
2023-11-08T07:35:06Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "2KISNPG5RIPAWEUMTBJIU6JQYMUY2UY2JY44AJM3JSMMDOTGLRQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466783915904, "Remote Address": "10.9.0.1:55064"}
2023-11-08T07:35:06Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "NCSOUATCJ63ZLV6CGQZHH4Q3WSIAX7ZLGSLJXYLXTX734OCOOTQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:50106"}
2023-11-08T07:35:07Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "2KISNPG5RIPAWEUMTBJIU6JQYMUY2UY2JY44AJM3JSMMDOTGLRQA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 181504, "Remote Address": "10.9.0.1:55064"}
2023-11-08T07:35:07Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "S3TDZTQF4BDJDO7PZNG2T3TUO3ASUEPGAQIKOE46GYLRKY23DKMQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Available Space": 1466783733888, "Remote Address": "10.9.0.1:54428"}
2023-11-08T07:35:08Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "X2WPMNQX7KE6NQ2JSUS5AC2ZYNHF2AGGXMZWLGOMB3O4DIQXUKNQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466783733888, "Remote Address": "10.9.0.1:38448"}
2023-11-08T07:35:09Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "BHAHHFY4R5LWUGMOTTXEINULX5XZHSQVO3W5HMWRLQPOMGTZHNBQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466783733888, "Remote Address": "10.9.0.1:43050"}
2023-11-08T07:35:10Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "X2WPMNQX7KE6NQ2JSUS5AC2ZYNHF2AGGXMZWLGOMB3O4DIQXUKNQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:38448"}
2023-11-08T07:35:11Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "GKGTVSKUUAXO6HR4U4U26X5AZAG5RMIXKVHFWJSAXM5IBK5BNTOA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466781414016, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:12Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "G42GNQ4R4UEWMGK5BZNXIAQIPMRTKBQGRLGUNY7MH4A4F74FPV7A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466779091840, "Remote Address": "10.9.0.1:39570"}
2023-11-08T07:35:13Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "GKGTVSKUUAXO6HR4U4U26X5AZAG5RMIXKVHFWJSAXM5IBK5BNTOA"}
2023-11-08T07:35:13Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "S3TDZTQF4BDJDO7PZNG2T3TUO3ASUEPGAQIKOE46GYLRKY23DKMQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT_REPAIR", "Size": 2319360, "Remote Address": "10.9.0.1:54428"}
2023-11-08T07:35:13Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "SVCSRFTK6QYM22B7FY2FYVAKWMM3F4F7T6JBQIUK34WKTFTSA7OQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466779091840, "Remote Address": "10.9.0.1:43558"}
2023-11-08T07:35:13Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "SVCSRFTK6QYM22B7FY2FYVAKWMM3F4F7T6JBQIUK34WKTFTSA7OQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 6144, "Remote Address": "10.9.0.1:43558"}
2023-11-08T07:35:14Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "27R4W55FHGNOFPX3ODG2SPAAV2CFN6CQIZEMVM3G6X73P3L22Z3Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466779085184, "Remote Address": "10.9.0.1:50334"}
2023-11-08T07:35:14Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "G42GNQ4R4UEWMGK5BZNXIAQIPMRTKBQGRLGUNY7MH4A4F74FPV7A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:39570"}
2023-11-08T07:35:14Z	INFO	piecestore	download started	{"process": "storagenode", "Piece ID": "B324A4YVGIDZA6X5W2EHBNZJDY452LFEL6UOBOVFMFXOZTCZ4EWQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 1021440, "Size": 4864, "Remote Address": "10.9.0.1:36388"}
2023-11-08T07:35:15Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "UJCBBDEFQ62TIXC7MT26FRJ3UUMCG53BSSVQ3NBI6BTCBU3LZZBA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466774445440, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:15Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "27R4W55FHGNOFPX3ODG2SPAAV2CFN6CQIZEMVM3G6X73P3L22Z3Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:50334"}
2023-11-08T07:35:15Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "UJCBBDEFQ62TIXC7MT26FRJ3UUMCG53BSSVQ3NBI6BTCBU3LZZBA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 512, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:15Z	INFO	piecestore	downloaded	{"process": "storagenode", "Piece ID": "B324A4YVGIDZA6X5W2EHBNZJDY452LFEL6UOBOVFMFXOZTCZ4EWQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET", "Offset": 1021440, "Size": 4864, "Remote Address": "10.9.0.1:36388"}
2023-11-08T07:35:16Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "V6Y7U2PI4I6UKXUNUYM7B777HYIF3ECGJCEQEQ55Z5UL3SVW4YZQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466774444416, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:16Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "V6Y7U2PI4I6UKXUNUYM7B777HYIF3ECGJCEQEQ55Z5UL3SVW4YZQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 5376, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:17Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "W6EZJZMPPFB5LLPKZXQA7R5WFALC2JEXZQLJ5RQY5KIGNPKSMOKA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466774438528, "Remote Address": "10.9.0.1:50852"}
2023-11-08T07:35:20Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "44MWEYVL6CEQYTWXPOCUMDSQMCOVKVSGVS5Z4JMH35I5KY2TGVLA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466774438528, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:20Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "YHERYRR6OQNL63UH72QDSYSXJ43255VAKRBNTFDWHT3TPFUV6MXQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466774414976, "Remote Address": "10.9.0.1:55064"}
2023-11-08T07:35:20Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "A7UPPK5BUQWZDD2UPFZPM2WNELH7IK2HJIY5IOYAJAMXPXGHETUA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466774383232, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:20Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "DDOJB6ZOPI4P4EWOQIGWWVCXFCWSGFTJY4WC5LNTW4BN4BOCCD7Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466774345856, "Remote Address": "10.9.0.1:47182"}
2023-11-08T07:35:20Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "44MWEYVL6CEQYTWXPOCUMDSQMCOVKVSGVS5Z4JMH35I5KY2TGVLA"}
2023-11-08T07:35:21Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "YHERYRR6OQNL63UH72QDSYSXJ43255VAKRBNTFDWHT3TPFUV6MXQ"}
2023-11-08T07:35:21Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "A7UPPK5BUQWZDD2UPFZPM2WNELH7IK2HJIY5IOYAJAMXPXGHETUA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 36864, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:21Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "DDOJB6ZOPI4P4EWOQIGWWVCXFCWSGFTJY4WC5LNTW4BN4BOCCD7Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 39936, "Remote Address": "10.9.0.1:47182"}
2023-11-08T07:35:21Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "Q6BHNULZCKAIUGAXIJ75EEKQTU4EMJFFM7EOXGHGOX3GMKHGF5HA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 362752, "Remote Address": "10.9.0.1:32442"}
2023-11-08T07:35:24Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "PLANQXMZMBYAX2A7E7DSAXS2MDLGK4PQBGVGLL4JOTGHN55Q3ESQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466773942144, "Remote Address": "10.9.0.1:49096"}
2023-11-08T07:35:25Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "PLANQXMZMBYAX2A7E7DSAXS2MDLGK4PQBGVGLL4JOTGHN55Q3ESQ"}
2023-11-08T07:35:26Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "RWWAEL6J7GWDIBX6UHHGFQX5HUZMGHHWUKH5JDF33TWDRC7A5FDA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466773919616, "Remote Address": "10.9.0.1:44480"}
2023-11-08T07:35:26Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "RWWAEL6J7GWDIBX6UHHGFQX5HUZMGHHWUKH5JDF33TWDRC7A5FDA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 31744, "Remote Address": "10.9.0.1:44480"}
2023-11-08T07:35:27Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "7SJQK2R4NO3MMLOJBPGKD36HXA4M2HDYSPCS44AGEDAM23GDO73A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466773887360, "Remote Address": "10.9.0.1:50544"}
2023-11-08T07:35:28Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "7SJQK2R4NO3MMLOJBPGKD36HXA4M2HDYSPCS44AGEDAM23GDO73A"}
2023-11-08T07:35:29Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "BHAHHFY4R5LWUGMOTTXEINULX5XZHSQVO3W5HMWRLQPOMGTZHNBQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:43050"}
2023-11-08T07:35:29Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "3EWMWKS4YIQJH7SYUQHNP3XA5D5AI4VCOSGMVWMWW4VIESEZ5JBQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466771566464, "Remote Address": "10.9.0.1:54548"}
2023-11-08T07:35:30Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "3EWMWKS4YIQJH7SYUQHNP3XA5D5AI4VCOSGMVWMWW4VIESEZ5JBQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 13056, "Remote Address": "10.9.0.1:54548"}
2023-11-08T07:35:30Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "BX5FPW4LMPGTVYRLXSYM4O6GE2QPUEHP2MET2J35NW2BJ7OXC72A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466771552896, "Remote Address": "10.9.0.1:44358"}
2023-11-08T07:35:31Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "X56SQPBLMOOUZURUGY2Y2O2R3OTFJF5F47UEMD7OC7ZPKC63OMXQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466771552896, "Remote Address": "10.9.0.1:47182"}
2023-11-08T07:35:31Z	INFO	piecestore	download started	{"process": "storagenode", "Piece ID": "3EWMWKS4YIQJH7SYUQHNP3XA5D5AI4VCOSGMVWMWW4VIESEZ5JBQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 12800, "Remote Address": "10.9.0.1:41016"}
2023-11-08T07:35:32Z	INFO	piecestore	downloaded	{"process": "storagenode", "Piece ID": "3EWMWKS4YIQJH7SYUQHNP3XA5D5AI4VCOSGMVWMWW4VIESEZ5JBQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 12800, "Remote Address": "10.9.0.1:41016"}
2023-11-08T07:35:32Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "X56SQPBLMOOUZURUGY2Y2O2R3OTFJF5F47UEMD7OC7ZPKC63OMXQ"}
2023-11-08T07:35:32Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "BX5FPW4LMPGTVYRLXSYM4O6GE2QPUEHP2MET2J35NW2BJ7OXC72A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:44358"}
2023-11-08T07:35:34Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "BYDH3XVGIMTARCVMKQIVZL2DCPARXANPFC6VD2FTTHMHGNUUSLSA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466769210240, "Remote Address": "10.9.0.1:39838"}
2023-11-08T07:35:35Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "MPHQTSCWDJHUCYUAZNVJBJDHHHEKIP24L3ZXSTYWIYBXUX5IIOIA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466769210240, "Remote Address": "10.9.0.1:47522"}
2023-11-08T07:35:35Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "H3BW7QRFW6UXGZEKZLJBNEUXBKCKUE7WCU2PZ77BCOVAUUSUZK2Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466769208704, "Remote Address": "10.9.0.1:55840"}
2023-11-08T07:35:35Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "BYJ6BCR52EYTU2J5STURH74RHI3NWXC4HGFE4SKSLVD7IWGVXA7Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466769206144, "Remote Address": "10.9.0.1:34490"}
2023-11-08T07:35:37Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "MPHQTSCWDJHUCYUAZNVJBJDHHHEKIP24L3ZXSTYWIYBXUX5IIOIA"}
2023-11-08T07:35:37Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "H3BW7QRFW6UXGZEKZLJBNEUXBKCKUE7WCU2PZ77BCOVAUUSUZK2Q"}
2023-11-08T07:35:38Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "BYJ6BCR52EYTU2J5STURH74RHI3NWXC4HGFE4SKSLVD7IWGVXA7Q", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:34490"}
2023-11-08T07:35:38Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "BYDH3XVGIMTARCVMKQIVZL2DCPARXANPFC6VD2FTTHMHGNUUSLSA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:39838"}
2023-11-08T07:35:42Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "2FDKSBPNFHQPPWACL2LB2IHZLZ24L5FMINWWGXEQPJ4RO53F2SOQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466764566400, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:42Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "2FDKSBPNFHQPPWACL2LB2IHZLZ24L5FMINWWGXEQPJ4RO53F2SOQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 5632, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:42Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "W6EZJZMPPFB5LLPKZXQA7R5WFALC2JEXZQLJ5RQY5KIGNPKSMOKA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:50852"}
2023-11-08T07:35:45Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "YVHIEGXUXYZQJI7KWUVUIC6N6SRSKUC2Q3EX63WYNV2K35PEZKSA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466762240384, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:46Z	INFO	piecestore	upload canceled (race lost or node shutdown)	{"process": "storagenode", "Piece ID": "YVHIEGXUXYZQJI7KWUVUIC6N6SRSKUC2Q3EX63WYNV2K35PEZKSA"}
2023-11-08T07:35:46Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "CTH4W73Z3HPCDSODOFMDLF2NBGCIJDDIBTPWJBP62XYYXZF6XWKA", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:59944"}
2023-11-08T07:35:48Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "ECQPYSOGW5HM5WRZ42CVW7HLU2ONLKDYZQYCZVRYFN3JQ57RWPRA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466759914880, "Remote Address": "10.9.0.1:56700"}
2023-11-08T07:35:48Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "ECQPYSOGW5HM5WRZ42CVW7HLU2ONLKDYZQYCZVRYFN3JQ57RWPRA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 181504, "Remote Address": "10.9.0.1:56700"}
2023-11-08T07:35:49Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "3ZQBR2GG2TSCNIJNIRNAYBQLJ5TSQT7DIT5X5SKGNEGWX7C7XVTA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466759732864, "Remote Address": "10.9.0.1:49918"}
2023-11-08T07:35:50Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "XA4JYQLNBSKYGGI7VNLMQIXMGGXG3346DSUTSXMXNY3564KWP7ZQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466759732864, "Remote Address": "10.9.0.1:49928"}
2023-11-08T07:35:52Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "XA4JYQLNBSKYGGI7VNLMQIXMGGXG3346DSUTSXMXNY3564KWP7ZQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:49928"}
2023-11-08T07:35:52Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "R62RBREN2T4XIYZSOBFQCAMLO3I7SZIJDWMMQQFWGUZFUNTRBDEA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466757412992, "Remote Address": "10.9.0.1:32442"}
2023-11-08T07:35:52Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "3ZQBR2GG2TSCNIJNIRNAYBQLJ5TSQT7DIT5X5SKGNEGWX7C7XVTA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:49918"}
2023-11-08T07:35:53Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "HYOFMY6AZONOD62ZUZVBZQVC7B33ZOUPHWCOVKAKC5A3NR6T3D4A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466755093120, "Remote Address": "10.9.0.1:36472"}
2023-11-08T07:35:54Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "R62RBREN2T4XIYZSOBFQCAMLO3I7SZIJDWMMQQFWGUZFUNTRBDEA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 272128, "Remote Address": "10.9.0.1:32442"}
2023-11-08T07:35:55Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "HMS7DFQOMOP25N5OR7YM7MRTXGJCXCXBHQ42EJ6T3OKUAVMRQCEA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466754820480, "Remote Address": "10.9.0.1:56700"}
2023-11-08T07:35:55Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "3JEKYSEPFU6JLH37I4XGOE54PL4ECDOO2DT2L4YPBM4CZJUHCCJQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Available Space": 1466754737024, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:55Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "HMS7DFQOMOP25N5OR7YM7MRTXGJCXCXBHQ42EJ6T3OKUAVMRQCEA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 82944, "Remote Address": "10.9.0.1:56700"}
2023-11-08T07:35:55Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "KT5OM4TFNK2QUIX2U65RZ4EREUXEVE3XFH3Z7UTIVVQZYIJPXCPA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466754731904, "Remote Address": "10.9.0.1:20216"}
2023-11-08T07:35:55Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "3JEKYSEPFU6JLH37I4XGOE54PL4ECDOO2DT2L4YPBM4CZJUHCCJQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Size": 4608, "Remote Address": "10.9.0.1:32084"}
2023-11-08T07:35:56Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "KT5OM4TFNK2QUIX2U65RZ4EREUXEVE3XFH3Z7UTIVVQZYIJPXCPA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 145408, "Remote Address": "10.9.0.1:20216"}
2023-11-08T07:35:56Z	INFO	piecestore	uploaded	{"process": "storagenode", "Piece ID": "HYOFMY6AZONOD62ZUZVBZQVC7B33ZOUPHWCOVKAKC5A3NR6T3D4A", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Size": 2319360, "Remote Address": "10.9.0.1:36472"}
2023-11-08T07:35:56Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "7F4FMOFVFQRY2PXDLFQ7TTU6RQUTPVGBDKVX5U2SO6TNUW2QAQBQ", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Action": "PUT", "Available Space": 1466752266112, "Remote Address": "10.9.0.1:37896"}
2023-11-08T07:35:56Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "4LY2KGX4KOLXKTLYJA66DW5TUR73MXJIJX6DHMKQ3QR5L4WB2EUA", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466752266112, "Remote Address": "10.9.0.1:50852"}
2023-11-08T07:35:57Z	INFO	piecestore	upload started	{"process": "storagenode", "Piece ID": "ROQMVIFEHICMVY4HHGSP4VCH5TSURRBEPXUDLW3HT7VMDMYPBTRQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "PUT", "Available Space": 1466752266112, "Remote Address": "10.9.0.1:41078"}
2023-11-08T07:35:57Z	INFO	piecestore	download started	{"process": "storagenode",