cfs: Restore download progress for update and switch#2322
Conversation
Closes: bootc-dev#2316 composefs switched to having a progress API instead of writing progress directly to the tty itself; we need to wire it up now to our progress infrastructure. Assisted-by: AI Signed-off-by: Colin Walters <walters@verbum.org>
|
I tested this PR on a fedora kinoite based image and the progress bar only returned when not using unified storage |
I don't believe we had a real progress bar at all for unified storage (podman pull) before - that one wasn't a regression, but something to fix separately. |
Alright, thanks for the clarification. |
|
(It requires podman 6.0 with podman-container-tools/podman#28224 - and see related comments ) |
Closes: #2316
composefs switched to having a progress API instead of writing progress directly to the tty itself; we need to wire it up now to our progress infrastructure.
Assisted-by: AI