PenningLabs / lxconsole

LXD Graphical Web Console
GNU Affero General Public License v3.0
123 stars 15 forks source link

Root disk size for containers and vms are not displaying when using the 'dir' storage. #25

Open clendee opened 4 weeks ago

clendee commented 4 weeks ago

I am using the DIR storage driver.
It doesn't show any of the Root disk sizes on my containers and VMs when using this driver. I am using lxconsole version 0.5.6

image

The same is true for Storage pools.

image

matthewalanpenning commented 3 weeks ago

I am thinking this may be an issue with Incus no longer reporting the state information. I am still seeing the root disk size on my LXD servers but also have noticed it not showing up on my Incus servers. I can test this by running an API query on the server with sudo incus query "/1.0/storage-pools/default/volumes/container/[container name]/state"

I will dig into this more to see what the actual issue is.