feesta
Volume with no files is registered as having 23GB
Started a new pod and /workspace had unusual amount of data used for the pod. Deleting everything from the volume still shows substantial usage. Seems like a bug in calculating storage.
root@5c5eadaefa32:/workspace# df -h
Filesystem Size Used Avail Use% Mounted on
overlay 10G 64M 10G 1% /
tmpfs 64M 0 64M 0% /dev
/dev/sdb 26G 23G 4.0G 85% /workspace
shm 17G 0 17G 0% /dev/shm
/dev/mapper/ubuntu--vg-ubuntu--lv 38G 21G 16G 58% /usr/bin/nvidia-smi
tmpfs 95G 0 95G 0% /sys/fs/cgroup
tmpfs 95G 12K 95G 1% /proc/driver/nvidia
tmpfs 95G 4.0K 95G 1% /etc/nvidia/nvidia-application-profiles-rc.d
tmpfs 95G 0 95G 0% /proc/asound
tmpfs 95G 0 95G 0% /proc/acpi
tmpfs 95G 0 95G 0% /proc/scsi
tmpfs 95G 0 95G 0% /sys/firmware
root@5c5eadaefa32:/workspace# ls -al
total 0
drwxr-xr-x 2 root root 6 Oct 15 17:48 .
drwxr-xr-x 1 root root 90 Oct 15 17:41 ..
root@5c5eadaefa32:/workspace#
root@5c5eadaefa32:/workspace# du -sh .
0 .
6 replies
Cloud Sync False "Something went wrong" and secrets fail
When using Cloud Sync with Backblaze, I'm having 2 problems.
First: if using secrets, it gives no feedback when I click "Copy from Backblaze B2". I have tried this repeatedly on different pods and with re-created secrets. I'm calling the secrets like:
{{ RUNPOD_SECRET_BB_app_id }}
I would expect at least an error that the request was rejected or something so I can fix the problem.
Second problem is more minor: If I fill the fields for the Backblaze and click Copy From, it pops up the error "Something went wrong". Canceling returns to the submission box. If I escape that, I see that was actually successful in initializing the copy. Seems the UI is falsley receiving an error even when the operation was successful.
7 replies