Check if a path is a valid and accessible NFS mount.
yaml
type: "io.kestra.plugin.fs.nfs.CheckMount"Examples
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
path *Requiredstring
The NFS path to check.
nfsService Non-dynamicNfsService
Default
{}Outputs
fileStoreType string
The type of the file store (e.g., 'nfs', 'nfs4', 'ext4').
isNfsMount boolean
Whether the path is identified as an NFS mount.
path string
The path that was checked.