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:
Umang Jain 2018-12-12 13:35:26 +05:30 committed by Atomic Bot
parent 963395217a
commit c25b1c7063
1 changed files with 9 additions and 2 deletions

View File

@ -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>