Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@xarblu xarblu released this 13 Jun 20:01
· 2 commits to main since this release
c399d9e

Key changes:

  • parallel (un)mount jobs via concurrent.futures
  • more robust reachability checking:
    • (nm): retry up to 5 times with 3s delay for mount
    • (nm): unconditionally unmount (the interface is down so trying to reach a host causes more harm than good)
    • (direct): run the checks once for mount and unmount
  • command timeouts to avoid blocking
  • unmount now tries to unmount gracefully first, after a timeout retries with -f and after another timeout with -l -f
  • better function docs