Skip to content
  • Matthias Gerstner's avatar
    watchdog: be robust against unrelated localhost based nfs mounts · 7beab6c0
    Matthias Gerstner authored
    While a bit exotic there can exist mounts of locally exported nfs
    shares that aren't related to EFS. In this case the watchdog fails,
    because it tries to access the port option that is not present in these
    unrelated mount entries.
    
    To fix this discard entries from /proc/mounts that don't carry a port
    option.
    7beab6c0