Timo Kramer
Timo Kramer
``` module "naming" { source = "Azure/naming/azurerm" version = "0.4.0" prefix = [var.environment] } resource "azurerm_resource_group" "rg" { name = module.naming.resource_group.name location = var.resource_group_location } resource "azurerm_dns_zone" "zone" { name...
``` terraform { required_version = ">=1.2" required_providers { ct = { source = "poseidon/ct" version = "~>0.13.0" } azurerm = { source = "hashicorp/azurerm" version = "~>3.0" } random =...
``` variant: flatcar version: 1.0.0 storage: ## disks: ## - device: /dev/disk/azure/scsi1/lun10 ## partitions: ## - label: odoo ## filesystems: ## - device: /dev/disk/azure/scsi1/lun10 ## format: ext4 ## wipe_filesystem: true...
no, trying now
It's failing unfortunately as well. I think I tried with `/dev/disk/azure/scsi1/lun10-part1` as well
I activated the boot diagnostics and seeing this: ``` [K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] Job ignition-fetch.service/start running (37min 1s / no limit) M [K[ [0;31m*[0;1;31m*[0m] Job ignition-fetch.service/start running (37min 1s / no limit)...
Here is some output from the serial console after a reboot: ``` Starting iscsid.service - Open-iSCSI... [ 5.293757] iscsid[720]: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi [ 5.297681] iscsid[720]: iscsid:...
I am pretty sure I tried that already since I figured out that the instances are not recreated when using `user_data` yesterday. But will try again.
It fails and I can see in the serial console: `Ignition failed: create partitions failed: failed to wait on disks devs: device unit dev-disk-azure-scsi1-lun10.device timeout` It seems that the disk...