Dusty Mabe
Dusty Mabe
I'm doing some local developement with osbuild and trying to understand the behavior with respect to caching.. I'm doing something like: ``` sudo python3 -m osbuild --libdir . --store /var/osbuild/store/...
If we keep it simple and just do FIFO then maybe it could be as simple as: ``` proposed_new_object_size=calculate_sizeof(new object) assert proposed_new_object_size < cache_max_size until proposed_new_object_size < cache_free_space: space_freed =...
Closing this. The RHCOS pipeline is now using the same code as the FCOS pipeline.
Closing this. I don't think it's a priority right now. If we want to implement the suggested changes from the discussion let's start with an issue explaining the proposal.
@bssrikanth did you ever figure out the problem? I might be able to help.
@bssrikanth can you do your exact steps on x86_64 and get something working on that platform? then try to apply the same steps to ppc and we'll do a stare...
@jasonbrooks do you have time to run through and see if you can reproduce? @bssrikanth otherwise I will try to do it this weekend if that isn't too long for...
@bssrikanth @jasonbrooks so I am getting a different error right now. I'm having trouble just building the ostree using `rpm-ostree compose --repo=repo tree fedora-atomic/fedora-atomic-docker-host.json` after I did a git checkout...
@jasonbrooks you are right.. updating all packages to latest f23 seems to work now.
@bssrikanth @jasonbrooks I was able to actually get an ostree compose and an image built today. I'll try to document the steps and share them at some point.. i'm exhausted...