Clarify one_file_system behavior in schema comment (#520).
This commit is contained in:
parent
e40e726687
commit
cbce6707f4
1 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,10 @@ properties:
|
||||||
one_file_system:
|
one_file_system:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
Stay in same file system (do not cross mount points).
|
Stay in same file system: do not cross mount points beyond
|
||||||
Defaults to false. But when a database hook is used, the
|
the given source directories. Defaults to false. But when a
|
||||||
setting here is ignored and one_file_system is considered
|
database hook is used, the setting here is ignored and
|
||||||
true.
|
one_file_system is considered true.
|
||||||
example: true
|
example: true
|
||||||
numeric_owner:
|
numeric_owner:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Reference in a new issue