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.

93 lines
1.3 KiB

4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 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 = 'all'
  44. exdev = 'passthrough'
  45. [func.statfs]
  46. policy = 'base'
  47. ignore = 'none'
  48. [func.readdir]
  49. policy = 'posix'
  50. readdirplus = false
  51. [cache]
  52. files = 'off'
  53. statfs = 0
  54. attr-timeout = 0
  55. entry-timeout = 0
  56. negative-entry-timeout = 0
  57. writeback = false
  58. symlinks = false
  59. readdir = false
  60. [branches]
  61. min-free-space = 123
  62. [[branches.group]]
  63. [[branches.group.branch]]
  64. active = true
  65. path = '/tmp/mergerfs/a'
  66. path-type = 'literal'
  67. mode = 'RW'
  68. if-not-mountpoint = 'fail' # 'fail' | 'deactivate' ?
  69. #[[branches.group.branch]]
  70. #path = '/tmp/mergerfs/*'
  71. #path-type = 'glob'