Version: 2.38-4
Package: mount
I've an lxc container running.
It has its own set of soft raid HD mounted in /var/lib/lxc/[container-name]
fstab
UUID=01d94fc0-9012-4ba7-85ae-8037ceff9d58
/var/lib/lxc/[container-name] ext4 defaults,noatime 0 2
After upgrading mount and the related utilities and libraries
(util-linux, uuid-runtime, libuuidl, libmount1...) in guest and host
and a reboot, I started to get in host dmesg
ext4_lookup:1785: inode #19404850: comm mc: iget: bad extra_isize
28338 (inode size 256)
unmounted, fschk, all errors from the host seemed to be corrected,
remounted, checked if most of the files in the container were still
there, restarted the container, errors immediately reappeared in dmesg.
unmounted, run smartctl short and long test with no error, run again
fschk, restarted container, same problem.
container is not starting anymore, but from the host the filesystem
seems to be almost all there.
I still haven't had time to safely downgrade the packages I suspect
could be involved.