Commit 9f4ed66
authored
fix: remove ^orphan_file ext4 flag unsupported by older e2fsprogs (#2192)
Production orchestrators run e2fsprogs < 1.47.0 which does not recognize
the orphan_file feature. Passing ^orphan_file to mkfs.ext4 on these
older versions causes an "Invalid filesystem option set" error because
the feature is entirely unknown, not just unsupported. Since orphan_file
is only a default in e2fsprogs >= 1.47.0.
Fixes: 5adcb7a ("feat: reserve disk space for guest OS during template build (#2082)")1 parent 13d221c commit 9f4ed66
1 file changed
Lines changed: 0 additions & 6 deletions
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
| |||
0 commit comments