No space in local

HenryTheTech

Well-Known Member
May 20, 2018
54
4
48
55
B Hi

Proxmox reports having some 10G free but gives a "no space left on device" error when I attempt to upload an 5GB ISO.

Question 1: Why is it doing this?

Question 2: How can I:

A) Increase "local" storage size, and
B) upload anything to "local-lvm" as the upload button is greyed out



33mrgx5.png
 
AFACS you have about 14.46 - 5.78 gb = 8.68 GB
if you upload it, it gets written in /var/tmp (part of / ) so you only have 3.68 free, and then we try to cp it to the destination (where there is not enough space)

you can simply upload it via ssh/scp for example to '/var/lib/vz/template/iso/'
 
  • Like
Reactions: HenryTheTech
Thanks. I can definitely SCP the file. I did not realize it needed to jump from /var/tmp if I used the upload function