File system CheckMount

File system CheckMount

Certified

Validate an NFS mount path

Checks whether the given path resides on an NFS file store and reports the detected store type.

yaml
type: io.kestra.plugin.fs.nfs.CheckMount

Check if a path is a valid and accessible NFS mount.

yaml
id: check_nfs_mount
namespace: dev
tasks:
  - id: check_mount
    type: io.kestra.plugin.fs.nfs.CheckMount
    path: /mnt/nfs/data
Properties

NFS path to check

Reference (ref) of the pluginDefaults to apply to this task.

The type of the file store (e.g., 'nfs', 'nfs4', 'ext4')

Whether the path is identified as an NFS mount

The path that was checked