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 #382

Merged
merged 7 commits into from
Sep 18, 2024

Commits on Sep 12, 2024

  1. rbd: rename setImageOptions() to constructImageOptions()

    A function called `setImageOptions()` is expected to set the passed
    options on the volume. However, the passed options parameter is only
    filled with the options that should get set on the RBD-image at the time
    of creation.
    
    The naming of the function, and it's parameter is confusing. Rename the
    function to `constructImageOptions()` and return the ImageOptions to
    make it easier to understand.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    42fc0b6 View commit details
    Browse the repository at this point in the history
  2. rebase: update external-snapshotter to v8

    updating external-snapshotter to v8
    release.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c48f5bf View commit details
    Browse the repository at this point in the history
  3. e2e: set log level to 5 in csi pods

    all the sidecar log level is not set
    to 5 by default, without debug logs
    we cannot understand what is wrong
    in the tests, this commits sets the
    log level to 5 for csi pods.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5c621d2 View commit details
    Browse the repository at this point in the history
  4. ci: log pvc events

    incase if the pvc is not bound
    yet, log the pvc events to
    check what is happening.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    744b8e1 View commit details
    Browse the repository at this point in the history
  5. e2e: add framework for volumegroupsnapshot

    adding a framework to test the volumegroupsnapshot
    for both cephfs and rbd and added a test case
    for cephfs.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d2ddd52 View commit details
    Browse the repository at this point in the history
  6. ci: update to Minikube v1.34.0

    Minikube v1.34.0 has been released adding some improvements and
    bugfixes.
    
    See-also: https://github.com/kubernetes/minikube/releases/tag/v1.34.0
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8de667a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #380 from red-hat-storage/sync_us--devel

    Syncing latest changes from upstream devel for ceph-csi
    openshift-merge-bot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a34bbd5 View commit details
    Browse the repository at this point in the history