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
mheon has quit [Ping timeout: 256 seconds]
plarsen has quit [Quit: NullPointerException!]
daMaestro has quit [Quit: Leaving]
shoragan has quit [Read error: Connection reset by peer]
shoragan has joined #fedora-coreos
shoragan has quit [Quit: quit]
shoragan has joined #fedora-coreos
Betal has joined #fedora-coreos
bgilbert has quit [Ping timeout: 252 seconds]
zpytela_ has quit [Read error: Connection reset by peer]
zpytela_ has joined #fedora-coreos
daMaestro has joined #fedora-coreos
zp has joined #fedora-coreos
zpytela_ has quit [Ping timeout: 268 seconds]
jlebon has quit [Ping timeout: 248 seconds]
rsalveti has quit [Quit: Connection closed for inactivity]
jlebon has joined #fedora-coreos
jpn has joined #fedora-coreos
jlebon has quit [Quit: leaving]
jpn has quit [Ping timeout: 255 seconds]
jpn has joined #fedora-coreos
paragan has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
plundra has quit [Remote host closed the connection]
plundra has joined #fedora-coreos
saschagrunert has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jcajka has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.8]
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
jpn has joined #fedora-coreos
lvrabec has quit [Quit: ZNC 1.8.2 - https://znc.in]
lvrabec has joined #fedora-coreos
fifofonix has joined #fedora-coreos
vgoyal has joined #fedora-coreos
pej07036 has joined #fedora-coreos
mnaser__ has joined #fedora-coreos
samuelb has joined #fedora-coreos
jaimelm_ has joined #fedora-coreos
Whooop has joined #fedora-coreos
Whoop has quit [*.net *.split]
samuelbernardo has quit [*.net *.split]
jaimelm has quit [*.net *.split]
mnaser_ has quit [*.net *.split]
pej0703 has quit [*.net *.split]
rsalveti has joined #fedora-coreos
vgoyal has quit [Remote host closed the connection]
vgoyal has joined #fedora-coreos
nalind has joined #fedora-coreos
mheon has joined #fedora-coreos
jlebon has joined #fedora-coreos
plarsen has joined #fedora-coreos
<dustymabe> cverna: we should be able to kick off new production builds now for the FCOS releases
<dustymabe> travier[m]: nice.. dang - I had searched for `hyperv` and `hyper-v` - sigh
<dustymabe> baude: here's the request: https://github.com/coreos/fedora-coreos-tracker/issues/251
<dustymabe> if you want to apply pressure tell your people to call my people
<dustymabe> jlebon: did you happen to see the email I sent you a few days back about failures in the ostree pruner? that summary error might affect us when we run the prod builds release job today
<jlebon> dustymabe: saw it but haven't dug into it yet
<travier[m]> I had a quick chat with baude today about it
<dustymabe> travier[m]: oh nice.. any specific outcomes from that chat?
<jlebon> dustymabe: if you try updating the summary manually again, do you get the same error?
<baude> dustymabe, equipping me with some answers, i might be able to contribute the ignition support.
<baude> dustymabe, i'm familiarizing myself with hyperv rn and hoping to be in a better position soon
<dustymabe> jlebon: if you tell me to try it I'll try it :) - I didn't want to do anything without some expert guidance
<dustymabe> baude: you're amazing :) - i'd lean on bgilbert and spresti here for expertise on the Ignition side
<baude> k
<dustymabe> unfortunately Ignition isn't the only piece in the puzzle to getting full FCOS support, but it is probably the biggest piece of the puzzle
<baude> yeah, disk format is another one
<baude> did you have others in mind ?
<dustymabe> baude: mostly getting the disk image created (i.e. an additional artifact uploaded), and things like afterburn support (if needed), etc.
<baude> wtf is afterburn
<dustymabe> it's mostly used on clouds (but sometimes on hypervisors too)
<dustymabe> i.e. on AWS if you start an instance but don't provide it an Ignition config, you still want to be able to SSH into the instance, right?
<baude> meh
<dustymabe> well afterburn is the piece that talks to the cloud metadata service and gets your SSH key from there
<baude> yup, got it
<dustymabe> good luck baude!
<dustymabe> you are a gentleman and a scholar
<baude> thanks for the info, it helps a lot
<baude> more like grumpyman and scoundrel
<dustymabe> jlebon: ok so i'm running: ostree summary --repo /mnt/koji/ostree/repo -u
<dustymabe> good?
<jlebon> dustymabe: yup, let's do it. was trying to dig into that exact commit error
<jlebon> it's possible there's a stale ref somewhere somehow
<dustymabe> yeah, I mean the pruner did go through and delete some stuff first
<jlebon> if you `grep -nr deb79d335b4219aa8c5b5262640ff676654719fa6aa00c02234f3845c1ab2022 refs/`, do you get hits?
<dustymabe> jlebon: ok that command ran fine
<jlebon> nice
<dustymabe> sh-5.2$ grep -nr deb79d335b4219aa8c5b5262640ff676654719fa6aa00c02234f3845c1ab2022 refs/
<dustymabe> sh-5.2$
<dustymabe> is it possible there was some race condition ther?
<dustymabe> since obviously I had just deleted a ref in the code and then we tried to update the summary?
<jlebon> hmm, they're separate invocations though. unless it's some weird NFS behaviour
<dustymabe> we can have nirik check one of the snapshot backups to see what ref that commit was associated with?
<dustymabe> if that would be useful
<jlebon> hmm, could aliases be at play here?
<jlebon> we `refs --delete` a ref, but i wonder what happens if that ref was aliased
<dustymabe> maybe - I don't have the logs from that run any longer :( so I can't see what all refs were deleted
<jlebon> ouch. checking code
<dustymabe> they might be in the logging platform somewhere - cverna, do you know if logs for old containers are kept anywhere in grafana for the fedora openshift?
<jlebon> it does delete aliases too. but the inverse could happen, where we delete an alias but the ref remains intact
<dustymabe> is that necessarily a problem, though?
<jlebon> so the pruner could delete an alias thinking it removed the reference to that commit, but the ref is still there
<jlebon> i think the pruner should just ignore aliases. i.e. removed from the configuration list
<jlebon> ostree will do the right thing
<dustymabe> jlebon: we can change the configuration to do that, but what real bug is there? will it delete the alias and the commit, but the other ref is still around?
<jlebon> dustymabe: yeah, that's what i'm thinking. logs would help though :)j
<dustymabe> yeah they would.. - ok that's interesting. I wonder how the "bad state" that was shown with that ostree summary -u command failure was resolved then?
<dustymabe> is there some sort of "cleaning up" that ostree will do automatically?
<jlebon> did the pruner just continue after hitting that issue?
<jlebon> if so, once it iterated over the real ref, it would've cleaned it up
<dustymabe> no - it dumped out after the failure
<dustymabe> IIRC
<cverna> dustymabe: I don't know, sorry
<jlebon> dustymabe: in that case, i'm not sure. but any rerun of the pruner would've cleaned it up.
<jlebon> i do think though we should skip over aliases
<dustymabe> cverna: we should be unblocked on prod releases now (robosignatory queue is back to normal), you can just kick off new builds (with FORCE=1)
<dustymabe> jlebon: yeah, ok let's skip over aliases, but maybe rather than change the config we just change the code to say "xyz" is an alias, skipping
<dustymabe> that way we don't have to know which one is an alias and which one is the real thing
<dustymabe> WDYT?
daMaestro has quit [Quit: Leaving]
<jlebon> dustymabe: SGTM
<miabbott[m]> anyone want to take the bait? https://twitter.com/SilverEagleDev/status/1617761658566230016
jpn has quit [Ping timeout: 252 seconds]
<dustymabe> nope
jcajka has quit [Quit: Leaving]
saschagrunert has quit [Remote host closed the connection]
<cverna> I started the builds for stable, testing and next.
jpn has joined #fedora-coreos
<travier[m]> what's twitter? :D
<travier[m]> is this a new social media?
paragan has quit [Quit: Leaving]
jpn has quit [Ping timeout: 252 seconds]
bgilbert has joined #fedora-coreos
cmagina has joined #fedora-coreos
cmagina has quit [Changing host]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
Betal has joined #fedora-coreos
vgoyal has quit [Quit: Leaving]
travisghansen has quit [Read error: Connection reset by peer]
travisghansen has joined #fedora-coreos
vgoyal has joined #fedora-coreos
bgilbert_ has joined #fedora-coreos
bgilbert has quit [Ping timeout: 260 seconds]
vgoyal_ has joined #fedora-coreos
vgoyal has quit [Ping timeout: 246 seconds]
jpn has joined #fedora-coreos
vgoyal_ has quit [Ping timeout: 255 seconds]
vgoyal_ has joined #fedora-coreos
vgoyal_ has quit [Quit: Leaving]
jpn has quit [Ping timeout: 260 seconds]
zp has quit [Ping timeout: 256 seconds]
nalind has quit [Quit: bye for now]
mheon has quit [Ping timeout: 260 seconds]