You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
562 B

  1. # export-support
  2. * `export-support=true|false`
  3. * Defaults to `true`.
  4. In theory, this flag should not be exposed to the end user. It is a
  5. low-level FUSE flag which indicates whether or not the kernel can send
  6. certain kinds of messages to it for the purposes of using it with
  7. NFS. mergerfs does support these messages but due to bugs and quirks
  8. found in the kernel and mergerfs this option is provided just in case
  9. it is needed for debugging.
  10. Given that this flag is set when the FUSE connection is first
  11. initiated it is not possible to change during run time.