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.

89 lines
1.3 KiB

4 years ago
  1. # test file
  2. [filesystem]
  3. name = 'foo'
  4. mountpoint = '/tmp/test'
  5. threads = 0
  6. [fuse]
  7. posix-acl = false
  8. async-read = true
  9. message-size = 256
  10. [func]
  11. inode-calc = 'hybrid-hash'
  12. symlinkify = false
  13. symlinkify-timeout = 0
  14. xattr = 'passthrough'
  15. [func.access]
  16. policy = 'ff'
  17. [func.create]
  18. policy = 'ff'
  19. [func.getattr]
  20. policy = 'ff'
  21. follow-symlinks = 'never'
  22. [func.rmdir]
  23. policy = 'all'
  24. follow-symlinks = 'never'
  25. [func.link]
  26. policy = 'all' # 'preserve-paths' | 'create-paths' | 'per-branch'
  27. exdev = 'passthrough'
  28. [func.write]
  29. policy = 'null'
  30. move-on-enospc = 'mfs'
  31. [func.release]
  32. drop-cache = true
  33. [func.read]
  34. policy = 'null'
  35. [func.getxattr]
  36. security-capability = false
  37. [func.setxattr]
  38. security-capability = false
  39. [func.open]
  40. link-cow = true
  41. nfs-hack = 'off'
  42. [func.rename]
  43. policy = ''
  44. exdev = 'passthrough'
  45. [func.statfs]
  46. policy = 'base'
  47. ignore = 'none'
  48. [cache]
  49. files = 'off'
  50. statfs = 0
  51. attr-timeout = 0
  52. entry-timeout = 0
  53. negative-entry-timeout = 0
  54. writeback = false
  55. symlinks = false
  56. readdir = false
  57. [branches]
  58. min-free-space = 123
  59. [[branches.group]]
  60. [[branches.group.branch]]
  61. active = false
  62. path = '/tmp/mergerfs/a'
  63. path-type = 'literal'
  64. mode = 'RW'
  65. if-not-mountpoint = 'fail' # 'fail' | 'deactivate' ?
  66. [[branches.group.branch]]
  67. path = '/tmp/mergerfs/*'
  68. path-type = 'glob'