On Thursday, December 23, 2021 1:18:08 PM CET Daniel Creager wrote: > When I attempted to run: > tail -f <filename> > > on my CentOS image within Docker I received the following: > > tail: unrecognized file system type 0x794c7630 for > 'GCManager.20211223.00000035.STD.log'. please report this to > bug-coreut...@gnu.org. reverting to polling
Which build of coreutils are you using? File system magic for overlayfs was added in coreutils-8.22-24.el7 two years ago (the bug summary mentions only smb2 but magics for all known file systems were picked from upstream back then): https://bugzilla.redhat.com/1659530 Kamil