mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
revert xfs changes because of kernel version sensitivity
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
7a0ae251c0
commit
ab0473d953
10
test/cases/040_packages/005_extend/002_xfs/README.md
Normal file
10
test/cases/040_packages/005_extend/002_xfs/README.md
Normal 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.
|
@ -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
|
||||
|
@ -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
|
||||
|
10
test/cases/040_packages/006_format_mount/README.md
Normal file
10
test/cases/040_packages/006_format_mount/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user