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
<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>
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)?
<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
<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?