Announcement: Storj to shut down europe-north-1 and us2

My nodes still has 241.31 GB data for EUN1, and 14.13 GB for US2.
By the way, the one node is missing the blob folder for EUN1 completely.

Should we completely remove the folders of US2 and EUN1 now that therte is no more data on them but some nodes still have the blob folders?

  • EUN1 is not even reachable, so it wont send the deletion command anymore :confused: I have just checked and I have a few GB left of blobs on each of my nodes (~15GB on each).
  • In the case of US2 I have around 800 MiB on each node.
  • Regarding trash in both satellites there are only a few megabytes now.

Is there any plan to completely remove these?

4 Likes

Also I wold asc will it Be returned held amount this month?
I also have 7tb of data from this satellite when it will be deleted?

1 Like

How can I tell which folder is from which satellite?

The team is currently working on some solutions and will post here when they are officially ready.

7 Likes
1 Like

How do you check how much data is available for one satellite?

You can use the dashboard by selecting one satellite in top field. It will display the traffic and disk usage for that sat.
Or, you cand check the dimension of the folder for that sat.

You see it best at the graceful exit screen. Unfortunately I also have some data left for EUN1 and US2. And the graceful exit seems now impossible as it runs into failure with 0% Percent Completion.

You can try my CLI dashboard

3 Likes

Can i use it in LAN?

First make sure you can access dashboard on your lan by following documentation

Then change lines 14, 15, 16’s 127.0.0.1 to your lan IP. I haven’t tested it but it should work.

PowerShell

# EUN1
"{0:N2} GB" -f ((Get-ChildItem W:\storagenode5\storage\blobs\6r2fgwqz3manwt4aogq343bfkh2n5vvg4ohqqgggrrunaaaaaaaa,X:\storagenode2\storage\blobs\6r2fgwqz3manwt4aogq343bfkh2n5vvg4ohqqgggrrunaaaaaaaa -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1e9)
241.31 GB

# US2
"{0:N2} GB" -f ((Get-ChildItem W:\storagenode5\storage\blobs\arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa,X:\storagenode2\storage\blobs\arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa,Y:\storagenode3\storage\blobs\arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1e9)
14.13 GB

bash

# EUN1
find /mnt/x/storagenode2/storage/blobs/6r2fgwqz3manwt4aogq343bfkh2n5vvg4ohqqgggrrunaaaaaaaa /mnt/w/storagenode5/storage/blobs/6r2fgwqz3manwt4aogq343bfkh2n5vvg4ohqqgggrrunaaaaaaaa -type f -exec du --block-size=1000 '{}' ';' | awk '{total+=$1; count++}END{print "TOTAL", total/1000, "MB\n" "count", count}'
TOTAL 238163 MB
count 204809

# US2
find /mnt/x/storagenode2/storage/blobs/arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa /mnt/y/storagenode3/storage/blobs/arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa /mnt/w/storagenode5/storage/blobs/arej6usf33ki2kukzd5v6xgry2tdr56g45pp3aao6llsaaaaaaaa -type f -exec du --block-size=1000 '{}' ';' | awk '{total+=$1; count++}END{print "TOTAL", total/1000, "MB\n" "count", count}'
TOTAL 11801.9 MB
count 29682
3 Likes

I also have a lot of blobs of EUN1 and US2.

It’s safe to delete the blobs manually? Or we should wait for a official delete procedure?

The official position from Storj is, I believe, for us to wait for further instructions.
They’re working on the process to do this and will let us know in due course :slight_smile:

5 Likes

Welcome to the forum @fjriosp !

The username that have STORJ logo on it are official Storj representatives (employees/contractors). I have quoted official response from Storj posted by @bre

Official Storj response :point_down:

4 Likes


is there anything i must do ?

1 Like

This is how node dashboard should look like
Awesome
what is it?

3 Likes

Anytime you want to see latest stats just press Enter Key :slight_smile: (Regarding the CLI dashboard)

But if you are talking about what to do in case of EUN1 and US2 satellites then wait for official Storj solution.

Thank you for trying and posting a screenshot :heart_decoration:

3 Likes