@dinmusic I am like 99% sure it’s you doing the initial commits to this repo.
I’m looking to do some testing with the lxd-csi-driver but can’t seem to get past this:
root@1-r420:~# lxc launch --profile k8s-worker-test --target 1-r420 ubuntu:24.04 test --config security.devlxd.management.volumes=true --project default
Launching test
Error: Failed instance creation: Failed creating instance record: "security.devlxd.management.volumes" isn't supported for "container"
root@1-r420:~# lxc launch --profile k8s-worker-test --target 1-r420 ubuntu:24.04 test --config security.devlxd.management.volumes=true --vm --project default
Launching test
Error: Failed instance creation: Failed creating instance record: "security.devlxd.management.volumes" isn't supported for "virtual-machine"
root@1-r420:~# lxd --version
6.5
root@1-r420:~# lxc --version
6.5
Can you point me in the right direction?