• Humble Chirammal's avatar
    Add `auto_unmount` mount option for glusterfs fuse mount. · 04bf95a5
    Humble Chirammal authored
    libfuse has an auto_unmount option which, if enabled, ensures that
    the file system is unmounted at FUSE server termination by running a
    separate monitor process that performs the unmount when that occurs.
    (This feature would probably better be called "robust auto-unmount",
    as FUSE servers usually do try to unmount their file systems upon
    termination, it's just this mechanism is not crash resilient.)
    This change implements that option and behavior for glusterfs.
    
    This option will be only supported for clients with version >3.11.
    Signed-off-by: 's avatarHumble Chirammal <hchiramm@redhat.com>
    04bf95a5
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
glusterfs.go Loading commit data...
glusterfs_minmax.go Loading commit data...
glusterfs_minmax_test.go Loading commit data...
glusterfs_test.go Loading commit data...
glusterfs_util.go Loading commit data...