
CheckMount
CheckMount
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.
nfsServiceNon-dynamic
Default
{} Definitions
io.kestra.plugin.fs.nfs.NfsService
Outputs
fileStoreTypestring
The type of the file store (e.g., 'nfs', 'nfs4', 'ext4').
isNfsMountboolean
Whether the path is identified as an NFS mount.
pathstring
The path that was checked.