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 devel for ceph-csi #194

Merged
merged 9 commits into from
Oct 16, 2023
Merged

Commits on Oct 11, 2023

  1. rebase: Bump the github-dependencies group with 1 update

    Bumps the github-dependencies group with 1 update: [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph).
    
    - [Release notes](https://github.com/ceph/go-ceph/releases)
    - [Changelog](https://github.com/ceph/go-ceph/blob/master/docs/release-process.md)
    - [Commits](ceph/go-ceph@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ceph/go-ceph
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1ae4676 View commit details
    Browse the repository at this point in the history
  2. rebase: Bump the golang-dependencies group with 1 update

    Bumps the golang-dependencies group with 1 update: [golang.org/x/net](https://github.com/golang/net).
    
    - [Commits](golang/net@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1192976 View commit details
    Browse the repository at this point in the history
  3. rebase: Bump google.golang.org/grpc from 1.58.2 to 1.58.3

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.2...v1.58.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e426f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. ci: do not include go-ceph in generic GitHub package rebases

    go-ceph is an important package that we consume.  It is better to have
    that as separate rebase PR from Dependabot and not include it in the
    general GitHub package group.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic authored and mergify[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e97bd24 View commit details
    Browse the repository at this point in the history
  2. rebase: Bump golang.org/x/net from 0.13.0 to 0.17.0 in /api

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.17.0.
    - [Commits](golang/net@v0.13.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0bdc65f View commit details
    Browse the repository at this point in the history
  3. rebase: Bump golang.org/x/net from 0.16.0 to 0.17.0 in /actions/retest

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e79b963 View commit details
    Browse the repository at this point in the history
  4. cephfs: Fix cephfs PVC sizing

    Issue:
    The RoundOffCephFSVolSize() function omits the fractional
    part when calculating the size for cephfs volumes, leading
    to the created volume capacity to be lesser than the requested
    volume capacity.
    
    Fix:
    Consider the fractional part during the size calculation so the
    rounded off volume size will be greater than or equal to the
    requested volume size.
    
    Signed-off-by: karthik-us <[email protected]>
    Fixes: ceph#4179
    karthik-us authored and mergify[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5a0eeb8 View commit details
    Browse the repository at this point in the history
  5. e2e: To test 500MB PVC creation

    Adding e2e test to check for successful PVC creation
    of 500MB.
    
    Signed-off-by: karthik-us <[email protected]>
    karthik-us authored and mergify[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5ff0607 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge commit '5ff0607360815cd2c9ba8a420ceacbd2ce298ff5' into sync_us-…

    …-devel
    DF Build Team committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5045750 View commit details
    Browse the repository at this point in the history