After last changes to mountpoints, is it any way to get native auto discovery for fstab, nfs\cifs paths? Without agent or OS modifications and custom scripts.
Code:
Added monitoring of mount point options for Unix-like OSes
Code:
vfs.fs.get and vfs.fs.discovery, used for discovery of mounted filesystems, now additionally return filesystem mount options in the "options" and "{#FSOPTIONS}" property respectively. These options allow to detect filesystems that remounted as read-only (e.g. on VMs) or to filter bind mounts or .dmg volumes on macOS.
Comment