Bug 49769

Summary: cri-o1.{25,26}: /var/lib/crio: no such file or directory
Product: Sisyphus Reporter: Artem Varaksa <varaksaaa>
Component: cri-o1.26Assignee: Alexey Shabalin <shaba>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: shaba
Version: unstable   
Hardware: x86_64   
OS: Linux   
See Also: https://github.com/cri-o/cri-o/issues/6226

Description Artem Varaksa 2024-03-22 19:35:52 MSK
Шаги
====

1. # apt-get install -y cri-o1.26
2. # [[ -f /etc/cni/net.d/100-crio-bridge.conflist.sample ]] && cp /etc/cni/net.d/100-crio-bridge.conflist.sample /etc/cni/net.d/100-crio-bridge.conflist; [[ -f /etc/cni/net.d/100-crio-bridge.conf.sample ]] && cp /etc/cni/net.d/100-crio-bridge.conf.sample /etc/cni/net.d/100-crio-bridge.conf; echo done
3. # systemctl enable --now crio

Фактический результат
=====================

# journalctl -b -u crio | grep error
> crio[5114]: level=error msg="Writing clean shutdown supported file: open /var/lib/crio/clean.shutdown.supported: no such file or directory"
> crio[5114]: level=error msg="Failed to sync parent directory of clean shutdown file: open /var/lib/crio: no such file or directory"

Дополнительно
=============

В 1.{27,28} не воспроизводится, исправлено в upstream https://github.com/cri-o/cri-o/pull/6228.

Ожидаемый результат
===================

Нет ошибок в journalctl.

Воспроизводимость
=================

Воспроизводится на виртуальных машинах:

[p10] ALT Server 10.1 x86_64
cri-o-1.26.4-alt2.x86_64

[sisyphus] ALT Server 10.1 x86_64
cri-o1.25-1.25.5-alt1.x86_64
cri-o1.26-1.26.4-alt3.1.x86_64

Не воспроизводится с версиями:

[sisyphus] ALT Server 10.1 x86_64
cri-o1.27-1.27.4-alt1.x86_64
cri-o1.28-1.28.4-alt1.x86_64

В версиях ниже 1.25 не проверялось.