Tom Parrott

Results 1094 comments of Tom Parrott

Might be related to https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2041480

@escabo @skozina does the `volatile.cloud-init.instance-id` config value get changed on copy? Because there is a function called `needsNewInstanceID()` which triggers regeneration of that config key via `resetInstanceID()` and this I...

If `volatile.cloud-init.instance-id` is different after the copy then I'd have expected cloud-init to notice and re-apply the config (which is the purpose of that config key), which in turn should...

> Sounds like we might need to call `cloud-init clean --machine-id --reboot` in that function? We could do that via lxd-agent, but that would be undesirable for VMs (because of...

We can see where we export this to cloud-init via /dev/lxd in the `devLXDMetadataGetHandler` function so double checking that is working as it should too would be a good first...

> When performing an action on a single storage volume, we need to perform the following checks: > > 1. Is the pool containing the volume remote? If so, the...

@edlerd where did you get the report from? Please can you ask them to post the output of `free -m` inside the VMs at the time they are getting this...

@edlerd if you can try and confirm if the lxd-agent is running in the guest or not that would also be useful