Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing latest changes from upstream devel for ceph-csi #386

Merged
merged 6 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. rebase: bump google.golang.org/grpc from 1.66.0 to 1.66.2

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.66.0...v1.66.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mergify[bot] committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    25d4186 View commit details
    Browse the repository at this point in the history
  2. ci: Harden GitHub Actions

    Update GitHub actions to use full length commit ids for
    third-party actions to reduce security risk in case of vulnerabilities.
    
    Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
    Co-authored-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
    2 people authored and mergify[bot] committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    56d08e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. util: added logs for slow gRPC calls

    This commit adds a gRPC middleware that logs calls that
    keep running after their deadline.
    
    Adds --logslowopinterval cmdline argument to pass the log rate.
    
    Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
    Robert Vasek authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7a727c2 View commit details
    Browse the repository at this point in the history
  2. helm: added logSlowOperationInterval value to cephfs and rbd charts

    Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
    Robert Vasek authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d250be4 View commit details
    Browse the repository at this point in the history
  3. doc: added notes about --logslowopinterval cmd arg

    Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
    Robert Vasek authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ed3c916 View commit details
    Browse the repository at this point in the history
  4. doc: add a release note about "Slow GRPC" logs

    Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
    Robert Vasek authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c76338c View commit details
    Browse the repository at this point in the history