Din Mušić
Din Mušić
> Ah yeah I'm happy to see that lxd init is using network option and not parent: True, but only if creating a **new** bridged network: https://github.com/canonical/lxd/blob/72bd63a2e22e52f3c28873ce300d1a1ebd4a1c4b/lxd/main_init_interactive.go#L455-L460 Otherwise, if an...
No, it defaults to macvlan and checks for presence of `/sys/class/net/%s/bridge` for bridged networks. Correct me if I'm wrong, but we detect managed networks by looking into database for its...
Thanks. Quick link to previous discussion: https://discourse.ubuntu.com/t/ubuntu-24-04-broke-docker-inside-an-lxd-container/44499
Not sure why it closed the issue, I've just rebased my fork..
For tests we could use VMDK images provided on ubuntu cloud (https://cloud-images.ubuntu.com/releases/22.04/release-20240514). They are a bit bulky (~600MiB), but offer a reliable way to get images without the need to...
I couldn't find one, but it would very practical to use minimal images.
> Its somewhat concerning me that this implementation for image conversion has been implemented inside the migration functions. Per suggestion, I've separated the logic out into the `CreateInstanceFromConversion` which works...
To bring the context, there were 3 issues: 1. `ImageUploadPath` was passed to the storage subsystem, which determined whether the image should be uploaded into backups directory or instance's volume....
@tomponline This is ready for another review.
The idea was that if `format` is not enabled, the logic remains unchanged compared to how previous migration worked. However, we can say that *if server supports `conversion` and instance...