Skip to content

Commit

Permalink
Fix dmesg binary in the cinder CSI container image (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Dec 12, 2023
1 parent 2a74c6c commit f3e92a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/csi-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ else
fi

# To collect dmesg logs
copy_deps /usr/bin/dmesg || copy_deps /bin/dmesg
copy_deps /usr/bin/dmesg || true
copy_deps /bin/dmesg || true

# This utils are using by
# go mod k8s.io/mount-utils
Expand Down

0 comments on commit f3e92a2

Please sign in to comment.