<baude>
seem reasonablish ? just want to ask before i start testing
<bgilbert>
yeah, looks reasonable generally. one small thing and one medium thing:
<bgilbert>
the small thing is that we should use unique identifiers. "1024" is a round number and "/" is a pretty generic HTTP path. let's pick an arbitrary Ignition port number and maybe use "/ignition" as the HTTP path?
<bgilbert>
the medium thing is: do we actually want HTTP? or should we just have the server send the Ignition config down the socket and close it?
<baude>
well, one nice thing about http in how i used it is that the protocol is known and no buffer size control needed
<baude>
for podman, i did intend to kill after the file is sent
<bgilbert>
buffer size control?
<bgilbert>
presumably it's a blocking socket? you just send, and the kernel will block you if the client hasn't read enough
saschagrunert has joined #fedora-coreos
shoragan has quit [Remote host closed the connection]
shoragan has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
apiaseck has quit [Quit: Konversation terminated!]
<dustymabe>
spresti[m]: marmijo[m]: mind a review on the releaset notes PR (linked above)?
sentenza has joined #fedora-coreos
dustymabe has quit [Quit: WeeChat 3.6]
dustymabe has joined #fedora-coreos
gursewak has quit [Ping timeout: 265 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 240 seconds]
gursewak has joined #fedora-coreos
plarsen has quit [Ping timeout: 250 seconds]
plarsen has joined #fedora-coreos
baude has quit [Read error: Connection reset by peer]
llamma has joined #fedora-coreos
llamma has quit [Quit: Coyote finally caught me]
jpn has joined #fedora-coreos
Nemric has joined #fedora-coreos
jpn has quit [Ping timeout: 250 seconds]
gursewak has quit [Ping timeout: 248 seconds]
klaas has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
gursewak has joined #fedora-coreos
jpn has quit [Ping timeout: 250 seconds]
nalind has quit [Quit: bye for now]
Nemric has quit [Quit: WeeChat 3.8]
mheon has quit [Ping timeout: 265 seconds]
klaas has joined #fedora-coreos
pej07036 has quit [Quit: Ping timeout (120 seconds)]
pej07036 has joined #fedora-coreos
<bgilbert>
baude: also note that if the config causes Ignition to change any kernel arguments, Ignition will fetch the config twice