Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
2.0.0
-
None
Description
The 'df' checks traverses the entire fstab (including the automounted user directories). This causes the timeout for each mounted user directory to reset. And since we are checking so often (even every few heartbeats), these automounted user directory never unmount.
Adding the '-l' to the 'df' check, would only parse the local disks, and allow the automounted user folders to timeout properly.
This should be a configurable property to skip or not.
Attachments
Issue Links
- duplicates
-
AMBARI-10882 Allow NFS mounts to be skipped during agent health check
- Resolved