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.

21 lines
829 B

  1. # Deprecated Options
  2. These are old, deprecated options which may no longer have any
  3. function or have been replaced.
  4. * **direct_io**: Bypass page cache. Use `cache.files=off`
  5. instead.
  6. * **kernel_cache**: Do not invalidate data cache on file open. Use
  7. `cache.files=full` instead.
  8. * **auto_cache**: Invalidate data cache if file mtime or
  9. size change. Use `cache.files=auto-full` instead. (default: false)
  10. * **async_read**: Perform reads asynchronously. Use
  11. `async_read=true` instead.
  12. * **sync_read**: Perform reads synchronously. Use
  13. `async_read=false` instead.
  14. * **splice_read**: Does nothing.
  15. * **splice_write**: Does nothing.
  16. * **splice_move**: Does nothing.
  17. * **allow_other**: mergerfs v2.35.0 and above sets this FUSE option
  18. automatically if running as root.
  19. * **use_ino**: Effectively replaced with `inodecalc`.