goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Add pid file support

Open zachomedia opened this issue 5 years ago • 2 comments

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.

zachomedia avatar Aug 13 '20 23:08 zachomedia

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 -f is used`.

kahing avatar Aug 24 '20 08:08 kahing

@kahing Thanks, I've made the requested change.

zachomedia avatar Sep 17 '20 15:09 zachomedia