Skip to content

cephfs: avoid hanging os.Stat() in NodeGetVolumeStats after restart #12857

cephfs: avoid hanging os.Stat() in NodeGetVolumeStats after restart

cephfs: avoid hanging os.Stat() in NodeGetVolumeStats after restart #12857

Workflow file for this run

---
name: commitlint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
# cancel the in-progress workflow when PR is refreshed.
concurrency:
# yamllint disable-line rule:truthy rule:line-length
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
commitlint:
name: commitlint
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: commitlint
# yamllint disable-line rule:line-length
run: make containerized-test TARGET=commitlint GIT_SINCE="origin/${GITHUB_BASE_REF}"