Patrick Ohly
Patrick Ohly
/remove-lifecycle stale /lifecycle frozen
I also ran into this. So even if operator-sdk is pinned to a fixed, known-good version (which we do in PMEM-CSI), it will then still pull random versions of other...
On Wed, 2017-09-13 at 12:01 -0700, Matthew Johnson wrote: > Much of the issues raised above can be addressed by using the update > command. > > swupd update -c...
On Thu, 2017-09-14 at 09:01 -0700, Matthew Johnson wrote: > No, it does not accept -m currently, but this would be a relatively > trivial feature to add and I...
Depending on whether swupd-client is invoked for the currently active filesystem or some inactive one, post-update actions vary. What's currently hard-coded into swupd-client (/usr/bin/systemctl daemon-reexec/reload, /usr/bin/systemctl restart update-triggers.target) is not...
On Wed, 2017-09-20 at 14:36 +0000, William Douglas wrote: > I think that's viable but keep in mind that the inactive partition > wouldn't get the swupd tmpfiles created for...
On Wed, 2017-09-20 at 08:00 -0700, William Douglas wrote: > So I just did some testing, and I think something changed or I have > forgotten how the system works...
A full script implementing this idea is now here: https://github.com/pohly/meta-swupd/blob/master/recipes-core/swupd-client/files/swupd-update-partition.sh It's currently not doing the rsync part, but that can be added.
The goal is to implement step (b) using hardlinking instead of having to copy. My understanding is that letting --stagedir override the STATEDIR/staged default will achive that if a directory...
@icarus-sparry yes, I can mess around with the statedir and create a symlink like you said. I think an explicit command line option would be clear and avoid embedding such...