Skip to content

Commit f3e92a2

Browse files
authored
Fix dmesg binary in the cinder CSI container image (kubernetes#2495)
1 parent 2a74c6c commit f3e92a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/csi-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ else
6363
fi
6464

6565
# To collect dmesg logs
66-
copy_deps /usr/bin/dmesg || copy_deps /bin/dmesg
66+
copy_deps /usr/bin/dmesg || true
67+
copy_deps /bin/dmesg || true
6768

6869
# This utils are using by
6970
# go mod k8s.io/mount-utils

0 commit comments

Comments
 (0)