Jeremi Piotrowski

Results 285 comments of Jeremi Piotrowski

Thanks @seh, these kinds of logs are enough to start a discussion on lkml. I'll start a thread. Just to be sure I have all the facts straight: this is...

This is the generated ARM template: ``` { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": {}, "resources": [ { "apiVersion": "2021-04-01", "kind": "StorageV2", "location": "westeurope", "name": "stor32142", "properties": { "accessTier": "Hot", "encryption":...

Hi @navba-MSFT, Indeed without that line the ARM JSON template deploys correctly. But since exporting a template with `az group export -g group${rand} --skip-all-params` produces the "protocolSettings" entry, could you...

Updated the apiversion from `alpha4` to `beta1`, and rebased. I also tested that the template continues to work with the ignition support merged to CAPI and it does 👍

Hi @dghubble, You're right, docs are missing, I apologize for that and we'll add them. We do publish the images, and you should not need to upload/publish yourself. I think...

Would you share your ignition config with sanitized secrets so that we can reproduce this?

So this is the backtrace: ``` (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49 #1 0x00007f5bf391a538 in __GI_abort () at abort.c:79 #2 0x00007f5bf3b7b7e8 in log_assert_failed (text=text@entry=0x5642198119c8 "n + N_IOVEC_META_FIELDS + (pid_is_valid(object_pid)...

I was not able to repro with the reproducer in my own testing, but an infrastructure VM that we have on the stable channel has also hit this (14 days...

@Champ-Goblem would you be able to rebuild and test and image with the 5.15.63 kernel, without the revert but with this PR applied: https://github.com/flatcar/coreos-overlay/pull/2196? This should fix the issue with...