Description
In the recent 6c0cfbe020c0fcd2a544fcd2931fbc366ee3cd12 change backported to 6.12 stable, the kernel was changed to return the string fsync=volatile instead of just volatile and this is causing a failure in the containerd test suite. This is happening on kernel 6.12.80+ tests version 2.2.0. It looks like the test is checking explicitly for a string that is no longer returned. The test failed was TestImageVolumeCheckVolatileOption.
Steps to reproduce the issue
- Run containerd tests on kernel 6.12.80+
Describe the results you received and expected
All of the other tests passed normally, but this one failed because of the kernel change.
What version of containerd are you using?
2.2.2
Any other relevant information
6.12.80 Kernel
Show configuration if it is related to CRI plugin.
N/A
Description
In the recent
6c0cfbe020c0fcd2a544fcd2931fbc366ee3cd12change backported to 6.12 stable, the kernel was changed to return the stringfsync=volatileinstead of justvolatileand this is causing a failure in the containerd test suite. This is happening on kernel 6.12.80+ tests version 2.2.0. It looks like the test is checking explicitly for a string that is no longer returned. The test failed wasTestImageVolumeCheckVolatileOption.Steps to reproduce the issue
Describe the results you received and expected
All of the other tests passed normally, but this one failed because of the kernel change.
What version of containerd are you using?
2.2.2
Any other relevant information
6.12.80 Kernel
Show configuration if it is related to CRI plugin.
N/A