revert xfs changes because of kernel version sensitivity

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2024-01-26 12:49:06 +02:00
parent 7a0ae251c0
commit ab0473d953
4 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,10 @@
# 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.

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
command: ["/usr/bin/format", "-type", "xfs"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
command: ["/usr/bin/format", "-type", "xfs" ]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056

View File

@ -0,0 +1,10 @@
# 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.