adamant-kite-43734
07/19/2024, 8:23 AMfaint-sunset-36608
07/19/2024, 9:50 PMstorageMaximum - storageAvailable
.
https://github.com/longhorn/longhorn-ui/blob/2015ad379a202275180705bc0dfde9ca26ace2ae/src/routes/host/HostList.js#L206-L211
These two values come from a system call that is the equivalent of something like `df /var/lib/longhorn`:
root@eweber-v126-worker-9c1451b4-6464j:~# df -h /var/lib/longhorn
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 155G 89G 67G 57% /
The calculation doesn't really take into account how much space LONGHORN is consuming. Just how much space on the disk is used in general. So increased utilization by something outside of Longhorn counts against usable space.faint-sunset-36608
07/19/2024, 10:02 PM/var/lib/longhorn
directory on the offending node versus another to confirm the space usage is actually Longhorn's? (In fact, you could do that now on all nodes to see if the Longhorn usage is actually different.)
• Can we grab a support bundle so we can see how Longhorn things space it being used at the moment?
root@eweber-v126-worker-9c1451b4-rw5hf:~# du -h -s /var/lib/longhorn
180M /var/lib/longhorn
root@eweber-v126-worker-9c1451b4-6464j:~# du -h -s /var/lib/longhorn
180M /var/lib/longhorn
root@eweber-v126-worker-9c1451b4-kgxdq:~# du -h -s /var/lib/longhorn
181M /var/lib/longhorn
enough-knife-17390
07/22/2024, 5:53 AMenough-knife-17390
07/22/2024, 7:44 AMfaint-sunset-36608
07/22/2024, 2:21 PMenough-knife-17390
07/22/2024, 3:03 PM