CheckMount​Check​Mount

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

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

The NFS path to check.

Default {}

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.