Skip to content

Commit

Permalink
do-not-merge: Force nydus as the snapshotter
Browse files Browse the repository at this point in the history
We don't want to merge that as it changes the behaviour for all the
runtime handlers, but it allows us to test whether this is the reason of
the problem we're currently facing in the CI.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Oct 11, 2023
1 parent ebc29f9 commit 583b325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/pre-install-payload/scripts/reqs-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ function configure_nydus_snapshotter_for_containerd() {
echo -e "[proxy_plugins]" >>"$containerd_config"
echo -e "$proxy_config" >>"$containerd_config"
fi

sed -i -e 's/snapshotter = \"overlayfs\"/snapshotter = \"nydus\"/g' "$containerd_config"
}

function remove_nydus_snapshotter_from_containerd() {
Expand Down

0 comments on commit 583b325

Please sign in to comment.