Jonathan Lebon
Jonathan Lebon
> Yeah, was playing with that yesterday on a (much smaller) local repo. Valgrind found no memory leaks. That siad, it's still possible that there are leaks in the repo...
> It's been a bit since I looked at the prune code, but this doesn't really seem like a leak. Yeah, I don't think there's any leak either (and Valgrind...
Actually, now that `docker-storage-setup.service` no longer depends on `cloud-final.service`, this should no longer be an issue (see #161). This works for me on Fedora 25: ``` runcmd: - systemctl start...
Even better, since `cloud-final.service` has an `After` on `multi-user.target`, you don't even have to do `systemctl start docker` first in the above.
Nice, good catch! > What happens if: Probably we should automatically skip tests that have a required machine count > `--max-machines`? And then have tests like the NFS one actually...
Related: https://github.com/coreos/rpm-ostree/pull/1427, which changed rpm-ostree to doing the modification in `/usr` instead of `/etc`. Hmm, I wonder if the cleanest would be systemd just stop shipping that symlink entirely and...
This might've been fixed by https://github.com/ostreedev/ostree/pull/2692.
@rgruyters To clarify, for proxy settings affecting `rpm-ostree install`, edit `/etc/yum.conf`/`/etc/dnf/dnf.conf`. It can also be set per-repo rather than globally (at least for DNF -- see http://dnf.readthedocs.io/en/latest/conf_ref.html#options-for-both-main-and-repo). (Edit: Actually the...
Oh right, sorry for the confusion there. I amended the comment for posterity.
While working on https://github.com/coreos/fedora-coreos-pipeline/pull/619, I did briefly think about something like this too. More specifically, I was thinking about having the config repo declare which features it supports, e.g. something...