Skip to content

Commit

Permalink
fix(installer): Disable metacopy for cri-o
Browse files Browse the repository at this point in the history
Summary:
metacopy breaks cri-o ubuntu 18.04 with the current releases. I'm not really sure what's wrong there but it's not possible to even create a pod with this setting enabled and current releases of cri-o.

The following github issues describe the issue:
cri-o/cri-o#5104
cri-o/cri-o#4574

Differential Revision: D29924175

fbshipit-source-id: b5c0375098766df8c5b71a9fe106fdd1d6133575
  • Loading branch information
aclave1 authored and facebook-github-bot committed Aug 17, 2021
1 parent 1540b8b commit ac695cb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
src: "proxy.conf"
dest: "/etc/systemd/system/crio.service.d"

# https://github.com/cri-o/cri-o/issues/4574
- name: Disable metacopy for CRI-O
shell: |
sed -i 's/,metacopy=on//g' /etc/containers/storage.conf
- name: Enable CRI-O
shell: |
systemctl daemon-reload
Expand Down

0 comments on commit ac695cb

Please sign in to comment.