If I try to use the ssd pool for the / partition of a new container, then I get
# incus init images:debian/bookworm sample --device root,pool=ssd,size=16GiB
Creating sample
Error: Failed instance creation: Failed creating instance record: Failed initializing instance: Failed loading storage pool: Storage pool not found
What is it trying to tell me? According to the documentation the pool=ssd should work. It mumbles something about “only applicable for storage volumes managed by Incus”, but AFAICT this is the case here.
Incus is version 6.7 on Debian 12.
Hopefully I wasn’t too blind to see. Every helpful hint is highly appreciated
works as well, but the --storage=ssd is better readable.
The “ssd,size=16GiB” as shown by the debug output looks like a bug, does it? The documentation promises “–device to override device options”. Plural. The comma seems to imply a list as well.
Anyway, thank you very much for your proficient response.