You misinterpret the metrics. 99% doesnt mean your disk 99% full.
It only means that 99% of your VG is allocated to LVs.
Ifnyou want to see how full your disk is have a look at the usage of the root filesystem (at your nodes summary page) and the thin pool (at YourNode -> Disks -> LVM-Thin).
If LVM is new to you I would recommend to learn the LVM basics and read a bit how LVM works, what PVs, VGs, LVs, Thin pool and so on are.
Always highly recommended to understand the used storage to prevent user error and resulting data loss.
You misinterpret that too.yeah but its saying I only have 93 GB of storage, but I have way more than
thatView attachment 60523
By default you can only store VMs on that "local-lvm" storage so they won't eat up space on that 93G root filesystem as it is another storage. And your "local-lvm" probably got something like 300G of space. Again, have a look at YourNode -> Disk -> LVM-Thin! It should tell you how much space you got left for creating VMs/LXCs.I'm a bit confused I'm new to proxmox so am i good cause when i try to make a vm i only have 100GB of storage and can't go over that.
what im not getting is that when i set this all up i had 2TB close to 3 how do i only have 1TB now where did all that space go?By default you can only store VMs on that "local-lvm" storage so they won't eat up space on that 93G root filesystem as it is another storage. And your "local-lvm" probably got something like 300G of space. Again, have a look at YourNode -> Disk -> LVM-Thin! It should tell you how much space you got left for creating VMs/LXCs.
Whats the output oflsblk
,fdisk -l
,vgs
,lvs
andcat /etc/pve/storage.cfg
?