Update git submodules

* Update kolla from branch 'master'
  to 80a16bfc6ef2694bbaa490c30ab9bc1e29e35825
  - Merge "CI: speed up podman on el9"
  - CI: speed up podman on el9
    
    Before this commit the following warning message appeared
    in the podman log:
      Not using native diff for overlay, this may cause degraded
      performance for building images: kernel has
      CONFIG_OVERLAY_FS_REDIRECT_DIR enabled
    
    It appears that the default mount options for the overlay
    graph driver is badly optimised for Kolla builds on el9:
    * Enable native overlay diff
      https://mikeshade.com/posts/docker-native-overlay-diff/
      09480532cf
      https://github.com/containers/podman/blob/main/docs/tutorials/performance.md
    
    Things that did not appear to make a difference:
    * volume mounting /var/lib/container
      https://github.com/containers/buildah/issues/3666#issuecomment-1351992335
    * enable transientStore
      https://www.redhat.com/sysadmin/speed-containers-podman-raspberry-pi
      note: currently incompatible with debian
    
    Change-Id: I002e88b4b6162f6732e622fd97639d543c66784c
This commit is contained in:
Zuul 2023-10-25 17:52:20 +00:00 committed by Gerrit Code Review
parent b5cfbf491d
commit 79125e778b
1 changed files with 1 additions and 1 deletions

2
kolla

@ -1 +1 @@
Subproject commit e77002146990c6df2c961e07e1da41440fdab122
Subproject commit 80a16bfc6ef2694bbaa490c30ab9bc1e29e35825