Why does all my data get stored/installed into container disk?
I am working with the runpod code server template, I have the mount volume path set at /workspace
Everything I download into workspace shows up on the container disk (temp storage)
What gives?
https://discordapp.com/channels/912829806415085598/1407345635463794708
More info here.
Seems even if I set the volume mount with a different name, like /volume everything still goes straight to disk usage and not to the volume usage.
It seems that my network volumes just straight up don't mount to any pod on any template, they don't show on telemetry. Either says "no volume" or just doesn't get used.
4 Replies
Are you 100% certain you are downloading while in your workspace folder?
Try
cd /workspace then wget https://ash-speed.hetzner.com/100MB.bin
(Then remove the 100MB file when you're done testing lol)Yes, I am certain, I have already removed the pods I used though, due to them being useless due to this bug or whatever it is.
I also tried with different named folders to mount the volume, like /volume for example and cd'd to that too
(also it tends to open the terminal already in /workspace)
can you share screenshot of
df -h, should be able to tell easily from that if network volume is mounted or not
you can run that in terminalI had the same issue with these templates, no matter if it was community pod or network volume. I have since removed the network volume also, since it seemed to be non-functional and redundant.
And at least the network volume showed up with correct space in GBs on the telemetry tab.