goofys
goofys copied to clipboard
Add pid file support
This PR adds support for writing a PID file. This lets us clean up our Kubernetes flexvol mounts (https://github.com/StatCan/s3-fuse-flex-volume) since we can track the pid of the goofys instance we launch.
Thanks @zachomedia . Could you put this next to -f under misc options. Also explain that this doesn't work with -f. Maybe something like:
Write the background process id to this file. Does nothing if
-fis used`.
@kahing Thanks, I've made the requested change.