containers / fuse-overlayfs

FUSE implementation for overlayfs
GNU General Public License v2.0
522 stars 84 forks source link

Extraneous "/proc seems to be mounted as readonly, it can lead to unexpected failures" #397

Closed DrDaveD closed 1 year ago

DrDaveD commented 1 year ago

In one case on EL8 I am consistently getting an extraneous warning message from fuse-overlayfs-1.11:

/proc seems to be mounted as readonly, it can lead to unexpected failures"

I checked the code and it appears to be to be looking at a statvfs structure which is never initialized. I'm not sure what it is supposed to be doing or what the check is for, but it is apparently not doing what it is supposed to do.

giuseppe commented 1 year ago

thanks for the report, opened a PR: https://github.com/containers/fuse-overlayfs/pull/398