dustymabe changed the topic of #fedora-coreos to: Fedora CoreOS :: Find out more at https://getfedora.org/coreos/ :: Logs at https://libera.irclog.whitequark.org/fedora-coreos
jpn has joined #fedora-coreos
gursewak has quit [Ping timeout: 260 seconds]
crobinso has quit [Remote host closed the connection]
paragan has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
mnguyen has quit [Ping timeout: 252 seconds]
mnguyen has joined #fedora-coreos
hotbox has quit [Ping timeout: 252 seconds]
plundra_ has joined #fedora-coreos
plundra has quit [Ping timeout: 272 seconds]
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
King_InuYasha has quit [Read error: Connection reset by peer]
jpn has quit [Ping timeout: 260 seconds]
zodbot has quit [Remote host closed the connection]
zodbot has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 248 seconds]
aendruk has joined #fedora-coreos
<aendruk> When I try to launch FCOS on AWS I get this error message: Volume of size 5GB is smaller than snapshot 'snap-0d6c726a0e57536b7', expect size >= 10GB
<aendruk> Do I really need 10GB for this?
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
hotbox has joined #fedora-coreos
jcajka has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
lvrabec has quit [*.net *.split]
klaas_ has quit [*.net *.split]
ikonia has quit [*.net *.split]
darknao has quit [*.net *.split]
npcomp has quit [*.net *.split]
lvrabec has joined #fedora-coreos
darknao has joined #fedora-coreos
npcomp has joined #fedora-coreos
klaas has joined #fedora-coreos
ikonia has joined #fedora-coreos
hotbox has quit [Ping timeout: 252 seconds]
saschagrunert has joined #fedora-coreos
hotbox has joined #fedora-coreos
hotbox has quit [Ping timeout: 246 seconds]
c4rt0 has joined #fedora-coreos
ramcq has joined #fedora-coreos
c4rt0_ has joined #fedora-coreos
<travier[m]> Andrew: You need minimum 8GB if I remember correctly for the rootfs so 10GB in total seems reasonable
<travier[m]> There should be something about that in the docs somewhere
c4rt0 has quit [Ping timeout: 255 seconds]
jpn has joined #fedora-coreos
jpn_ has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
hotbox has joined #fedora-coreos
jpn_ has quit [Ping timeout: 260 seconds]
stranger0815 has joined #fedora-coreos
stranger0815 has quit [Quit: Client closed]
<lucab> njha: it retries following the common state refresh timing; by default it's 300 seconds (5 mins): https://github.com/coreos/zincati/blob/820e31ec717c3c1173e17126b645f41da936b1d2/dist/config.d/10-agent.toml#L4-L5
<lucab> njha: by `trust` I think you mean `client authentication`. There are many ways of approaching that, and they depend on the surrounding AAA infra, so the protocol itself does not prescribe anything specific. The lock manager server is usually network-local, yes, but no need to strictly restrict to that. You can also run a local authenticating proxy container on `localhost`, point Zincati config to it, and perform mTLS (or whatever else) through
<lucab> the container.
<lucab> njha: overall, it is also very common for the lock-manager address to be on a separate/overlay network belonging to the cluster orchestration (e.g. k8s cluster networking), so I do expect proxying Zincati fleetlock flow through a container to be a fully reasonable approach.
jpn has joined #fedora-coreos
<lucab> snaipe: eh well, still feels a bit of feature creep, but if you have a real need for that then why not :)
jpn has quit [Ping timeout: 260 seconds]
<lucab> snaipe: do you feel what we can constrain this only to missing target directories (or existing but completely empty)?
crobinso has joined #fedora-coreos
ravanelli has joined #fedora-coreos
fifofonix has joined #fedora-coreos
shlTlord has left #fedora-coreos [#fedora-coreos]
<snaipe> lucab: I'm fine with that. Does it mean skipping if the dir is non-empty, or does it mean forcing "overwrite": true (and rejecting directory entries without it)?
<lucab> dustymabe: do you want to rebase 2075 and rerun the CI in-between?
<dustymabe> lucab: yep - once config bot syncs it over I'll rebase and do a push
<lucab> snaipe: more like: no `overwrite` field at all (at least initially), and directly failing at first-boot if the target path does not meet the allowed cases (missing or empty dir).
<snaipe> sounds good. I was asking about overwrite because directory entries already have an overwrite property, so the semantics didn't seem clear
<lucab> snaipe: ah sorry you are right, I forgot about that. Then yes we can hook there. I think it is actually already implementing what I was asking for, without further touches.
nalind has joined #fedora-coreos
<dustymabe> lucab: rebased!
plarsen has joined #fedora-coreos
<jlebon> o/
<fifofonix> getting some kind of strange auth message when i do the simplest ostree container rebase.
<fifofonix> i'm trying: `sudo rpm-ostree rebase --experimental quay.io/fedora/fedora-coreos:testing`
<fifofonix> returns: reading JSON file "/run/containers/62011/auth.json": open /run/containers/62011/auth.json: permission denied
<fifofonix> anyone seen this?
<fifofonix> THANKS. Sorry for missing that.
<walters> Please feel free to test it out with e.g. `rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2022-6fd2fbff80 && rpm-ostree apply-live && systemctl restart rpm-ostreed` or so
<fifofonix> thanks, i'm finally starting to get my head around some of this and looking forward to playing with it.
<fifofonix> but i'm going to wait until this fix hits next first. thanks.
<walters> yep, np
<jlebon> walters: ahhh, just realized I munged the link to the release when I obsoleted the Bodhi update
<jlebon> fixing
<jlebon> ✔️
mheon has joined #fedora-coreos
saschagrunert has quit [Quit: Leaving]
jpn has joined #fedora-coreos
palasso has joined #fedora-coreos
jpn has quit [Quit: Lost terminal]
c4rt0 has joined #fedora-coreos
c4rt0__ has joined #fedora-coreos
c4rt0_ has quit [Ping timeout: 260 seconds]
c4rt0__ has quit [Quit: Leaving]
<dustymabe> jlebon: here's the 4.9 set of commits from me https://github.com/coreos/coreos-assembler/pull/3186
<dustymabe> There were a few commits I couldn't backport because mantle/kola changed a lot between 4.9 and 4.10 - i'm thinking i'll workaround needing those changes by adding a hack to the pipeline
<dustymabe> I didn't test the commits in that PR
<dustymabe> i'm thinking if you build on top of that PR and open a new PR with the container backports I'll then test them together in the new pipeline
vgoyal has joined #fedora-coreos
<dustymabe> WDYT?
<lucab> dustymabe: I see you saw the s390utils locking fix landed in the latest release. Do you maybe know if the same folks also handle Fedora packaging, or if we should ping somebody else for that for a quicker bump?
<dustymabe> lucab: from https://src.fedoraproject.org/rpms/s390utils it looks like sharkcz - (he's in #fedora-devel)
<jlebon> dustymabe: SGTM
<lucab> dustymabe: ack, I guess a ping won't hurt
paragan has quit [Quit: Leaving]
gursewak has joined #fedora-coreos
nalind has quit [Quit: Lost terminal]
nalind has joined #fedora-coreos
c4rt0 has quit [Ping timeout: 260 seconds]
c4rt0 has joined #fedora-coreos
jpn has joined #fedora-coreos
plundra_ is now known as plundra
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
c4rt0 has quit [Quit: Leaving]
jpn has quit [Quit: Lost terminal]
jlebon has quit [Quit: leaving]
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
snaipe has quit [Ping timeout: 252 seconds]
snaipe has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 252 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 252 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 246 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 252 seconds]
ravanelli has joined #fedora-coreos
Betal has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
jcajka has quit [Quit: Leaving]
ravanelli has joined #fedora-coreos
<dustymabe> ravanelli: can I get a review on https://github.com/coreos/coreos-assembler/pull/3187 ?
ravanelli has quit [Ping timeout: 255 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 255 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
klaas has quit [Read error: Connection reset by peer]
klaas has joined #fedora-coreos
hotbox has quit [Ping timeout: 252 seconds]
gursewak has quit [Ping timeout: 252 seconds]
DeaDSouL[m]1 has joined #fedora-coreos
Betal_ has joined #fedora-coreos
Betal has quit [Ping timeout: 260 seconds]
rsalveti has quit [Quit: Connection closed for inactivity]
nalind has quit [Quit: bye for now]
crobinso has quit [Ping timeout: 260 seconds]
mheon has quit [Ping timeout: 260 seconds]