)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"6f366606265090640e0ee2a2de0e388dc58e6696","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"b023b487_c8850348","updated":"2026-06-04 08:21:17.000000000","message":"Doesn\u0027t it need something to set `Storage\u003dpersistent` in journald.conf or have I missed something?","commit_id":"e178d95351aff580dd43162e217b86bfffde8d8a"},{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"6f366606265090640e0ee2a2de0e388dc58e6696","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"c51ca306_874e43c5","updated":"2026-06-04 08:21:17.000000000","message":"I guess it\u0027s a WIP?","commit_id":"e178d95351aff580dd43162e217b86bfffde8d8a"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"737457029420bf4935187990f139f094bf7ebeb7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"e2ac5e93_5e606bae","updated":"2026-06-07 20:45:13.000000000","message":"recheck depends-on changed","commit_id":"c4fd15bf2339d1d083e34103431736dff559d4de"},{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"a8c2e28f2d085a9dcb1add04dba57bfeea5a0aaf","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"96684a17_80b29cf5","updated":"2026-06-15 13:30:16.000000000","message":"Looks good I think","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"96d3458158f19be6d5c22b733f84e46e45e04032","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"11bf7dda_00af1819","updated":"2026-06-25 15:24:23.000000000","message":"recheck","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"aa12f807316ab71040293c42ef2432e33f3b8f44","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"21dabdac_49a84ae3","updated":"2026-06-16 18:40:30.000000000","message":"recheck","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"f065bb80c42ce35d726f2c2346eb40161ae7cbfc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"87d7b008_49902bfc","updated":"2026-06-16 20:13:03.000000000","message":"recheck releasenotes job fixed","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"9438810075569f1bf8101200eed600e87cddc6c6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"4c093e10_b20b7d51","updated":"2026-06-15 12:50:30.000000000","message":"recheck unrelated podman error","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"8673df75a991b5e90b65a2af4a49fe20ff2ae994","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"775b644b_b2247345","updated":"2026-06-15 16:01:23.000000000","message":"seems to work, let\u0027s go","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"}],"roles/journal/defaults/main.yml":[{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"616bc2cf02b95840f17fcad08fa46c526fa94294","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"journal_persistent: \"{{ enable_fluentd_systemd | bool }}\""},{"line_number":3,"context_line":"# NOTE(mnasiadka): Compression disabled because fluentd segfaults on zstd on EL10"},{"line_number":4,"context_line":"journal_compress: false"},{"line_number":5,"context_line":"journal_maxretentionsec: 1month"},{"line_number":6,"context_line":"journal_storage: persistent"}],"source_content_type":"text/x-yaml","patch_set":16,"id":"8c2191fe_99a4480f","line":3,"updated":"2026-06-15 13:17:02.000000000","message":"Have you tried changing the algorithm to something less exotic instead? Eg. you can do something like this:\n```\nCompression\u003dxz:6\n```","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"caffe378666bbf1bf214a92b1d890f8c744b93fe","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"journal_persistent: \"{{ enable_fluentd_systemd | bool }}\""},{"line_number":3,"context_line":"# NOTE(mnasiadka): Compression disabled because fluentd segfaults on zstd on EL10"},{"line_number":4,"context_line":"journal_compress: false"},{"line_number":5,"context_line":"journal_maxretentionsec: 1month"},{"line_number":6,"context_line":"journal_storage: persistent"}],"source_content_type":"text/x-yaml","patch_set":16,"id":"e983363b_1c960853","line":3,"in_reply_to":"8c2191fe_99a4480f","updated":"2026-06-15 13:21:52.000000000","message":"Are you sure there\u0027s a Compression option? Don\u0027t see it in https://www.freedesktop.org/software/systemd/man/latest/journald.conf.html","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"b5fbfbb6c7054be547e119f1dbcfcd9e496ffcb6","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"journal_persistent: \"{{ enable_fluentd_systemd | bool }}\""},{"line_number":3,"context_line":"# NOTE(mnasiadka): Compression disabled because fluentd segfaults on zstd on EL10"},{"line_number":4,"context_line":"journal_compress: false"},{"line_number":5,"context_line":"journal_maxretentionsec: 1month"},{"line_number":6,"context_line":"journal_storage: persistent"}],"source_content_type":"text/x-yaml","patch_set":16,"id":"d1c0153c_3a23c618","line":3,"in_reply_to":"8c2191fe_99a4480f","updated":"2026-06-15 13:28:31.000000000","message":"ah, ignore that, it\u0027s related to journald upload (https://www.freedesktop.org/software/systemd/man/latest/journal-upload.conf.html)\n\nI see there is no way to change it. It\u0027s odd that it\u0027s broken - it appears to be default for a long time (https://github.com/systemd/systemd/issues/16749).","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"ae1aa044c5dde27bd2b48a6dd751a49670767262","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"journal_persistent: \"{{ enable_fluentd_systemd | bool }}\""},{"line_number":3,"context_line":"# NOTE(mnasiadka): Compression disabled because fluentd segfaults on zstd on EL10"},{"line_number":4,"context_line":"journal_compress: false"},{"line_number":5,"context_line":"journal_maxretentionsec: 1month"},{"line_number":6,"context_line":"journal_storage: persistent"}],"source_content_type":"text/x-yaml","patch_set":16,"id":"1c3b85b7_040d0398","line":3,"in_reply_to":"d1c0153c_3a23c618","updated":"2026-06-15 13:31:19.000000000","message":"Well, for some reason fluent plugin systemd doesn\u0027t like zstd, but is fine with lz4 (which is enabled on Debian/Ubuntu).","commit_id":"785982d7c09dda3d8e46f6c9b09597ca14820497"}]}
