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.

9 lines
532 B

  1. # TERMINOLOGY
  2. - branch: A base path used in the pool.
  3. - pool: The mergerfs mount. The union of the branches.
  4. - relative path: The path in the pool relative to the branch and mount.
  5. - function: A filesystem call (open, unlink, create, getattr, rmdir, etc.)
  6. - category: A collection of functions based on basic behavior (action, create, search).
  7. - policy: The algorithm used to select a file when performing a function.
  8. - path preservation: Aspect of some policies which includes checking the path for which a file would be created.