Browse Source
Merge pull request #1429 from trapexit/docs
Update docs on default create policy
pull/1431/head
trapexit
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
0 deletions
-
mkdocs/docs/faq/configuration_and_policies.md
|
@ -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 |
|
|