linuxkit/test/cases/040_packages/006_format_mount
Avi Deitcher 14c29db5c2
Containerd v2.0.3 (#4112)
* containerd to semver v2.0.3

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* containerd v2.0.3 plus commits to fix blkdiscard

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* update containerd-dev dependencies

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* updated pkg/init and pkg/containerd deps

Signed-off-by: Avi Deitcher <avi@deitcher.net>

---------

Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-03-06 17:12:07 +02:00
..
000_auto Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
001_by_label Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
002_by_name Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
003_btrfs Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
004_xfs Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
005_by_device_force Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
006_gpt Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
010_multiple Containerd v2.0.3 (#4112) 2025-03-06 17:12:07 +02:00
README.md revert xfs changes because of kernel version sensitivity 2024-01-26 12:49:06 +02:00

xfs tests

XFS packages - xfsprogs - is generally forward compatible but not backwards compatible. This means that a more recent version of xfsprogs will not work with an older kernel.

To avoid this issue, do not update these tests unless you are also updating the kernel.

This can be made simpler by having kernel-specific versions.