CentOS / centos-bootc-dev

MIT License
6 stars 2 forks source link

Persistent log does not work on `centos-bootc-dev:stream9 (stream9.20240210.0)` #24

Open henrywang opened 7 months ago

henrywang commented 7 months ago

Persistent log does not work on centos-bootc-dev:stream9 (stream9.20240210.0) System reboot once so there should be two items in journalctl --list-boots

journalctl --list-boots -q
0 c13ec31950c847aaafbdd0ab7e4db64c Sun 2024-02-11 04:19:49 UTC Sun 2024-02-11 04:20:29 UTC
last reboot
reboot   system boot  5.14.0-412.el9.x Sun Feb 11 04:19   still running
reboot   system boot  5.14.0-412.el9.x Sun Feb 11 04:16 - 04:19  (00:02)

But centos-bootc:stream9 (stream9.20240210.0) does not have this issue. And the previous image, centos-bootc-dev:stream9 (stream9.20240209.0), did not have this issue as well. https://github.com/virt-s1/bootc-workflow-report/projects/1

Both centos-bootc:stream9 and centos-bootc-dev:stream9 are built from same CS9 repo CentOS-Stream-9-20240207.d.0. But the result is different.

cgwalters commented 7 months ago

Hm, the behavior here should just come from the /usr/lib/systemd/journald.conf.d/10-centos-bootc-persistent.conf dropin, not aware of any reason this should be different.

henrywang commented 7 months ago

Can't find this issue since stream9.20240212.0 from compose CentOS-Stream-9-20240212.d.0. The recent changes should not be related with persistent log.

I can close this issue for now and see what will happen in our daily test.