diff options
| author | Vivek Goyal <[email protected]> | 2016-07-01 14:02:44 +0000 |
|---|---|---|
| committer | Miklos Szeredi <[email protected]> | 2016-07-03 07:39:31 +0000 |
| commit | e7c0b5991dd1be7b6f6dc2b54a15a0f47b64b007 (patch) | |
| tree | e980523614efa528bce39c26a1ceacc90cd3e0b9 /scripts/gdb/vmlinux-gdb.py | |
| parent | ovl: get_write_access() in truncate (diff) | |
| download | kernel-e7c0b5991dd1be7b6f6dc2b54a15a0f47b64b007.tar.gz kernel-e7c0b5991dd1be7b6f6dc2b54a15a0f47b64b007.zip | |
ovl: warn instead of error if d_type is not supported
overlay needs underlying fs to support d_type. Recently I put in a
patch in to detect this condition and started failing mount if
underlying fs did not support d_type.
But this breaks existing configurations over kernel upgrade. Those who
are running docker (partially broken configuration) with xfs not
supporting d_type, are surprised that after kernel upgrade docker does
not run anymore.
https://github.com/docker/docker/issues/22937#issuecomment-229881315
So instead of erroring out, detect broken configuration and warn
about it. This should allow existing docker setups to continue
working after kernel upgrade.
Signed-off-by: Vivek Goyal <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
Cc: <[email protected]> 4.6
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
0 files changed, 0 insertions, 0 deletions
