I am trying to create a new storage pool in a new HDD to try to save main disk space:
1 create new storage pool incus storage create test dir source=/new_disk_mount_point
2 create new virtual machine in the new storage pool incus launch ubuntu24 test-1 --vm --storage=test
but when I inspect the /var/lib/incus/storage-pools directory, I found that the new VM is still taking up space there. Plus the new space at the new storage pool source directory.
so basically one VM is taking double disk space: one in the /var/lib/storage-pools/test and one in the /new_disk_mount_point/
So I’m pretty confident it’s not using any space under /var/lib/incus/storage-pools; it just looks like it because the storage directory is also mounted there.