-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.18, 4.19.0
-
Moderate
-
Yes
-
False
-
-
Description of problem:
After deploying a spoke with Telco RAN DU profile, rebooting the spoke via power cycle results in crio images being wiped/replaced
Version-Release number of selected component (if applicable):
OCP 4.18.0-0.nightly-2024-11-14-011426 (and earlier, at least as far back as ec2)
How reproducible:
Often
Steps to Reproduce:
1. Deploy SNO spoke with Telco RAN DU profile. Verify https://github.com/openshift-kni/cnf-features-deploy/blob/master/ztp/source-crs/extra-manifest/99-crio-disable-wipe-master.yaml is applied correctly. 2. Run RAN Reboot test suite 3. Observe results, particularly after the power cycle test
Actual results:
images change after power cycle chroot /rootfs bash -c ls -rot --full-time /var/lib/containers/storage/overlay-images/ |tail -5 |head -1 |awk {'print $6'}] [FAILED] Expected <string>: 21:53:59.309488732\r to equal <string>: 22:09:11.595168398\r
Expected results:
images should not change after power cycle
Additional info:
must-gather and crio journalctl logs, etc. will be added in a comment