Skip to content

Commit

Permalink
Merge pull request #464 from lizzzcai/update-blkdiscard-script-1113
Browse files Browse the repository at this point in the history
Update blkdiscard call in blkdiscard.sh
  • Loading branch information
k8s-ci-robot authored Nov 20, 2024
2 parents a379044 + a9499c7 commit eafb0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ RUN apt-get update \
bash

ADD deployment/docker/scripts /scripts
ENV PATH="$PATH:/sbin"
ENTRYPOINT ["/local-provisioner"]
2 changes: 1 addition & 1 deletion deployment/docker/scripts/blkdiscard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ fi
validateBlockDevice

echo "Calling blkdiscard"
/sbin/blkdiscard -v $LOCAL_PV_BLKDEVICE
blkdiscard -v $LOCAL_PV_BLKDEVICE

0 comments on commit eafb0e8

Please sign in to comment.