-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve NFS mount reliability and filesystem tracking (#133)
- Add wait_for_port helper to ensure NFS port is ready before mounting - Track mount operation timing and add logging - Store filesystem name in database - Fix --fs-db-path argument name - Add timing metrics for mount operations The main improvement is preventing premature mount attempts that would cause long retry loops, particularly on macOS. This is achieved by actively checking port availability before attempting to mount.
- Loading branch information
Showing
2 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters