David Edler
David Edler
As discussed, 1. the next dropdown should auto open if a selection is made with either mouse or keyboard, also on tab. 2. on add, we should not mess with...
This also applies to instance snapshots. Instance snapshots are missing in the used by section in the `GET 1.0/storage-pools/:pool?project=default&recursion=1` response.
I do see the snapshots in the list for 5.21/stable and 5.21/candidate. Steps to reproduce: 1. Create a new storage pool with driver "dir". 2. Create a jammy instance on...
> @edlerd thanks, what about storage volumes? Volume snapshots show up as well for 5.21/stable and 5.21/candidate. Reproducer: 1. create storage pool with driver "dir" 2. create a storage volume...
Both instance and volume snapshots also show up in 5.0/stable. Though, volume snapshots cannot be created from the ui in 5.0/stable. But after creating them in the cli they show...
That is the misunderstanding, the snapshots are missing in the response to ``` GET 1.0/storage-pools/:pool?project=default&recursion=1 ``` request. They should appear in the `metadata.used_by` array.
The snapshots never showed up for `lxc storage volume show :pool :volume`, and I think that is correct. A volume snapshot has no used by relation to the volume itself....
Thx for the fix, can confirm this works now well on latest/edge.
Thanks for raising the issue. We do have all the different partition usage available. I think we should relabel the disk metric to "Root disk". Then we can add a...
> but then it should be root partition, not root disk. Why not change it to the actual disk usage like the current metric's name ? I would want to...