man/ostree.repo-config: Update min-free-space-* docs
Docs should reflect the changes done in PR: https://github.com/ostreedev/ostree/pull/1779 Closes: #1786 Approved by: jlebon
This commit is contained in:
parent
963395217a
commit
c25b1c7063
|
|
@ -138,7 +138,11 @@ Boston, MA 02111-1307, USA.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If <varname>min-free-space-size</varname> is set to a non-zero
|
If <varname>min-free-space-size</varname> is set to a non-zero
|
||||||
value, <varname>min-free-space-percent</varname> is ignored.
|
value, <varname>min-free-space-percent</varname> is ignored. Note
|
||||||
|
that, <varname>min-free-space-percent</varname> is not enforced on
|
||||||
|
metadata objects. It is assumed that metadata objects are relatively
|
||||||
|
small in size compared to content objects and thus kept outside the
|
||||||
|
scope of this option.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
@ -156,7 +160,10 @@ Boston, MA 02111-1307, USA.
|
||||||
<para>
|
<para>
|
||||||
If this option is set to a non-zero value, and
|
If this option is set to a non-zero value, and
|
||||||
<varname>min-free-space-percent</varname> is also set, this option
|
<varname>min-free-space-percent</varname> is also set, this option
|
||||||
takes priority.
|
takes priority. Note that, <varname>min-free-space-size</varname> is
|
||||||
|
not enforced on metadata objects. It is assumed that metadata objects
|
||||||
|
are relatively small in size compared to content objects and thus kept
|
||||||
|
outside the scope of this option.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue