From 4b51ae4701017db8971e855a8a1c36e0ba551798 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 14 May 2024 18:47:07 +0100 Subject: [PATCH] DO not merge: debug Signed-off-by: stevenhorsman --- src/cloud-api-adaptor/hack/nydus-snapshotter-fork-deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cloud-api-adaptor/hack/nydus-snapshotter-fork-deploy.sh b/src/cloud-api-adaptor/hack/nydus-snapshotter-fork-deploy.sh index 0c173dea9..680cf3434 100755 --- a/src/cloud-api-adaptor/hack/nydus-snapshotter-fork-deploy.sh +++ b/src/cloud-api-adaptor/hack/nydus-snapshotter-fork-deploy.sh @@ -1,6 +1,8 @@ #!/bin/bash # Copyright (c) 2024 IBM Corporation +set -x + # This is temp hack to try out Chengyu's nydus snapshotter fix in https://github.com/containerd/nydus-snapshotter/pull/593 # before the CoCo operator has been updated to consume it.