Disk quota exceeded
I have disk free ~ 19 GB on workspace in my pod but stil I am getting disk quota exceeded. Any leads pls. THanks in advance
12 Replies
hmm it shouldn't be that way
How did you check the free disk space?
(immunogen) root@a73d8565674d:/workspace/immunogen_predective# df -h
Filesystem Size Used Avail Use% Mounted on
overlay 20G 933M 20G 5% /
tmpfs 64M 0 64M 0% /dev
tmpfs 126G 0 126G 0% /sys/fs/cgroup
shm 31G 0 31G 0% /dev/shm
/dev/mapper/vg0-lv--0 438G 22G 395G 6% /usr/bin/nvidia-smi
mfs#euro.runpod.net:9421 715T 630T 85T 89% /workspace
/dev/nvme0n1 3.7T 997G 2.7T 27% /etc/hosts
tmpfs 126G 12K 126G 1% /proc/driver/nvidia
tmpfs 126G 4.0K 126G 1% /etc/nvidia/nvidia-application-profiles-rc.d
tmpfs 26G 14M 26G 1% /run/nvidia-persistenced/socket
tmpfs 126G 0 126G 0% /proc/asound
tmpfs 126G 0 126G 0% /proc/acpi
tmpfs 126G 0 126G 0% /proc/scsi
tmpfs 126G 0 126G 0% /sys/firmware
this is the error I am getting Unexpected error while saving file: workspace/immunogen_predective/src/Untitled2.ipynb [Errno 122] Disk quota exceeded
Wheres the 19gb?
is it on /workspace/immunogen_predective/src/Untitled2.ipynb
You mean you have space here:
overlay 20G 933M 20G 5% /
Its on
/
not /workspace
, the way you can check /workspace's is from the pod page ( website )
your % is your approx used from your total capacityoverlay 20G 933M 20G 5% / ~ 20 GB
its
/
not /workspace
yep.it shows 99% utilized but I just spinned up the pod
Oh?
How much is your volume?
and what template are you using?
maybe its filled? check on what is on /workspace, thats what it contains.
I am mountung 20GB and 1 x RTX A4500
12 vCPU 62 GB RAM
Yes and whats in /workspace?
all counts there
Looks like you are using a network volume, you can increase the size, looks like its too small.
Yeah you just mistaken your root ephemeral disk path for your network volume workspace path, network volume is like persistent disk so it is mounted and it can be 99% when you deploy it if you already filled it before