summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-09-01 12:26:17 +0200
committerAlexander Larsson <alexl@redhat.com>2020-10-23 12:30:08 +0200
commit024ef1d756b2580ab99d0f69f451444be59c9ecc (patch)
tree9af2ec041bbc55906fb31dc3a74fd4ac5024d472 /man
parenteffde3d513de1570488ddf13dac43c6413a44c68 (diff)
downloadostree-024ef1d756b2580ab99d0f69f451444be59c9ecc.tar.gz
deltas: Add and document no-deltas-in-summary config option
By default this is FALSE to keep existing clients working.
Diffstat (limited to 'man')
-rw-r--r--man/ostree.repo-config.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml
index 7a01fc01..e4984430 100644
--- a/man/ostree.repo-config.xml
+++ b/man/ostree.repo-config.xml
@@ -249,6 +249,20 @@ Boston, MA 02111-1307, USA.
costly).
</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>no-deltas-in-summary</varname></term>
+ <listitem><para>Boolean value controlling whether OSTree should skip
+ putting an index of available deltas in the summary file. Defaults to false.
+ </para>
+ <para>
+ Since 2020.7 OSTree can use delta indexes outside the summary file,
+ making the summary file smaller (especially for larger repositories). However
+ by default we still create the index in the summary file to make older clients
+ work. If you know all clients will be 2020.7 later you can enable this to
+ save network bandwidth.
+ </para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>