Mathieu Tortuyaux

Results 358 comments of Mathieu Tortuyaux

Hi @TimoKramer, can you share your Terraform config used to deploy this instance?

Great thanks, can you share now your `machine-mynode.yaml.tmpl` + version of the Terraform providers please.

Did you try with the following: ```yaml variant: flatcar version: 1.0.0 storage: disks: - device: /dev/disk/azure/scsi1/lun10 partitions: - label: odoo filesystems: - device: /dev/disk/by-partlabel/odoo format: ext4 wipe_filesystem: true label: odoo...

Do you have access to the console to access the emergency target (and get some logs)?

Ah ok so it fails to fetch the config. Any chance to try with [`user_data`](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine#user_data) instead of `custom_data` ? Both should work but let's try.

ok, so at least we have now something to debug on :D I guess the instance and the disk are created in parallel, then only the disk is attached and...

@TimoKramer you can try with `azurevm_virtual_machine` (to at least confirm the issue) - but since the usage of this resource is deprecated, I would investigate more on the systemd unit...

@TimoKramer if you get a chance to confirm that it works with `azurevm_virtual_machine` would you be interested to document your findings in the Flatcar documentation? I think a "known issue"...

@tylerauerbeck yes, thanks for the heads-up. This has been solved with this PR: https://github.com/flatcar/nebraska/pull/667 (I guess I forgot to check if an issue was existing). Tomorrow (Friday 27th June), we...

Initial experiments: https://github.com/tormath1/cluster-api-provider-openstack/commit/d981cfb39a1bbda2903523eace481a9af2f13397 but limited because Github Actions do not support KVM (except on hosted runners)