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.

96 lines
1.3 KiB

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