Din Mušić

Results 113 comments of Din Mušić

Seems I've broke something.. Looking into it.

Yep. I accidentally unset `Driver` field in StoragePool struct (in `lxd/api_internal_recover`) when changing to SetWritable().

I'll just paste here some more action logs for later reference if needed: - https://github.com/canonical/lxd/actions/runs/7057674211/job/19211771683?pr=12580#step:11:5768 - https://github.com/canonical/lxd/actions/runs/7033949894/job/19140894788?pr=12575#step:11:19298

Thanks for your contribution. We will take a look at this ASAP

Could you help me understand the use case for this? If Kubitect is used in air gapped environment, the Kubernetes deployment would still fail, since it would try to download...

Makes sense, this issue was already reported once, but didn't get solved (https://github.com/MusicDin/kubitect/issues/171). Does only Terraform block you? I mean, using `HTTPS_PROXY` you bypass the restrictions for Terraform, but does...

Thanks. Let me know if you run into any issues with air gapping Kubespray

Could it be that the current configuration in the profile already defines NIC with name `eth0` that uses `network` property? I assume profile has the following NIC defined: ```yaml ......

No error on the fresh LXD install. Tested as follows on `latest/edge` and `5.21/edge`: ```sh lxc network create lxdbr0 lxd init # Followed the interactive mode as described by OP...

The error provided by OP states that `network` and `nictype` options are conflicting, but we always set only `nictype` and `parent` (without `network` property).