<jlebon>
i don't see a `recommends: false` so it should pull it in, yeah
<jaimelm>
dustymabe, travier[m] Anything for the OKD Working Group meeting? (happening now)
<travier[m]>
Sorry, I can't join
<travier[m]>
jaimelm: ^^
<jaimelm>
No worries. Anything to mention?
<dustymabe>
jaimelm: I don't have anything
<jaimelm>
OK< thanks
<travier[m]>
I don't have anything either. Is there an item on the agenda on disabling reporting bugs via Bugzilla?
<jaimelm>
No
<travier[m]>
OK, then this basically says it all. We're asking if the community is fine if we stop using Bugzilla for reporting bugs and only use GitHub or later the OKD Jira project
<hcosta[m]>
I’am sorry maybe I still don’t quite grasp the mechanics of core os, I two questions maybe can some clarify.
<hcosta[m]>
1. From I what I have read /var and /etc will persist when updating/rebooting, so this could be used for persist storage when using a container engine, my assumption is that I can also attach an extra disk and mount it somewhere inside /var for example /var/data.
<hcosta[m]>
2. How does fcos handles major upgrades for example 37 to 38, the de host need to be redeployed?
<hcosta[m]>
Thanks in advance all.
<hcosta[m]>
* I’am sorry maybe I still don’t quite grasp the mechanics of core os, I have two questions maybe can some clarify.
<hcosta[m]>
1.From I what I have read /var and /etc will persist when updating/rebooting, so this could be used for persist storage when using a container engine, my assumption is that I can also attach an extra disk and mount it somewhere inside /var for example /var/data.
<hcosta[m]>
2.How does fcos handles major upgrades for example 37 to 38, the de host need to be redeployed?
<hcosta[m]>
Thanks in advance all.
<hcosta[m]>
* I’am sorry maybe I still don’t quite grasp the mechanics of core os, I have two questions maybe can some clarify. 1. From I what I have read /var and /etc will persist when updating/rebooting, so this could be used for persistent storage when using a container engine, my assumption is that I can also attach an extra disk and mount it somewhere inside /var for example /var/data. 2. How does fcos handles major upgrades for
<hcosta[m]>
example 37 to 38, the de host need to be redeployed? Thanks in advance all.
<hcosta[m]>
* I’am sorry maybe I still don’t quite grasp the mechanics of core os, I have two questions maybe can some clarify. 1. From I what I have read /var and /etc will persist when updating/rebooting, so this could be used for persistent storage when using a container engine, my assumption is that I can also attach an extra disk and mount it somewhere inside /var for example /var/data. 2. How does fcos handles major upgrades for
<hcosta[m]>
example 37 to 38, does the host need to be redeployed? Thanks in advance all.
<walters>
hcosta: correct, `/var` and `/etc` persist, and major version updates are not different.
<hcosta[m]>
So in certain point in time the upgrade mechanism will update from one major version to the following.
<hcosta[m]>
As a regular update.
<dustymabe>
hcosta[m]: yes, if you are following i.e. the `stable` stream. at some point in time your node will automatically upgrade from fedora 37 content to fedora 39 content
<dustymabe>
jlebon: on qemu this is why we didn't see the failure I think: `nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet)`
<dustymabe>
i.e. the ignition is provided via fw_cfg so networking wasn't initiated
nalind has quit [Quit: bye for now]
jpn has quit [Ping timeout: 260 seconds]
<jlebon>
dustymabe: ahh makes sense
<dustymabe>
i'm going to fix that for at least one of the tests
dwalsh has quit [Ping timeout: 260 seconds]
<dustymabe>
jlebon: so the nm-initrd-generator itself isn't what is creating `lo.nmconnection`
<dustymabe>
it gets created when NM starts up
dwalsh has joined #fedora-coreos
<jlebon>
dustymabe: ok interesting. i guess we could ignore it when doing the diff in the propagation code, though would be good to sanity-check this is expected behaviour
<dustymabe>
I expect that it is expected behavior
<dustymabe>
i'll open an issue and also work on a patch for the propagation code