Merge pull request #1429 from trapexit/docs
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
mkdocs / deploy (push) Has been cancelled

Update docs on default create policy
This commit is contained in:
trapexit 2025-03-26 14:34:28 -05:00 committed by GitHub
commit ca449a73be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,14 @@ filesystems and can be added or removed without any impact it is
extremely easy to test and experiment with different settings. extremely easy to test and experiment with different settings.
## Why is epmfs the default create policy?
Because it is a strict policy and therefore does not increase entropy
of the filesystem layout. If you don't explicitly choose a policy then
the layout stays the same. It is far easier to stop being strict than
fix the layout after having a loose policy.
## How can I ensure files are collocated on the same branch? ## How can I ensure files are collocated on the same branch?
Many people like the idea of ensuring related files, such as all the Many people like the idea of ensuring related files, such as all the