Skip to content

Commit

Permalink
Merge pull request #2213 from cgwalters/drop-chunked-default
Browse files Browse the repository at this point in the history
rpm/update-config-files: Don't set zstd:chunked default anywhere
  • Loading branch information
openshift-merge-bot[bot] authored Oct 23, 2024
2 parents 88d52c6 + 882fde2 commit 7c29729
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rpm/update-config-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ fi
if [[ -n "$FEDORA" ]] || [[ "$RHEL" -ge 10 ]]; then
sed -i -e '/^additionalimagestores\ =\ \[/a "\/usr\/lib\/containers\/storage",' storage.conf
fi

# Set these on RHEL 10+
if [[ "$RHEL" -ge 10 ]]; then
ensure pkg/config/containers.conf compression_format \"zstd:chunked\"
# Leave composefs disabled
ensure storage.conf use_composefs \"false\"
fi

0 comments on commit 7c29729

Please sign in to comment.