this post was submitted on 15 Jun 2024
40 points (97.6% liked)

technology

23218 readers
1 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
 

Your answer could potentially help me un-fuck my website!

Details here.


Edit: The total capacity is currently 160 GB, so no amount of pruning will free up 1 TB. I need to mount an external share or something.


Edit2: I'm trying this but the command isn't working despite zero exit status.

you are viewing a single comment's thread
view the rest of the comments
[–] Sickos@hexbear.net 1 points 1 year ago (1 children)

So if I'm reading this right, the issue is going to be that when you revive peertube, it's going to resume trying to move stuff? Is it running in a container or directly on that machine?

[–] Sickos@hexbear.net 1 points 1 year ago* (last edited 1 year ago) (1 children)

If I'm understanding this correctly, and keep in mind I know nothing of peertube, I'm just an old coder tearing through their source, you could break your config. Configure it not to use object storage and restart. If can't find the storage it's trying to move stuff from, it can't move that stuff.

OBJECT_STORAGE: { ENABLED: config.get<boolean>('object_storage.enabled'),

[–] Sickos@hexbear.net 1 points 1 year ago

Or make the target folder/file read only