Support path-triggering when using composefs backend
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
We have a collection of systemd units that trigger on modification of `/ostree/bootc` today when using the ostree backend. Most notably this triggers rhsm facts generation whenever deployments are changed, either while modifying a running system or when the deployments change during boot (booted becomes rollback, staged becomes booted).
We don't handle that at all with the composefs backend currently, so we'll need to (1) add the code in the right place to update the mtime on the composefs storage root, and (2) update the systemd unit(s), I am pretty sure this is simply adding an extra `PathChanged` line to the .path unit and everything else should continue functioning the same.
Contributor guide
Assessment
This issue has not been assessed yet.