
File system CheckMount
CertifiedValidate an NFS mount path
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.CheckMountExamples
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
NFS path to check
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
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