-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Sep 12, 2024
-
rbd: rename
setImageOptions()
toconstructImageOptions()
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>
Configuration menu - View commit details
-
Copy full SHA for 42fc0b6 - Browse repository at this point
Copy the full SHA 42fc0b6View commit details -
rebase: update external-snapshotter to v8
updating external-snapshotter to v8 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c48f5bf - Browse repository at this point
Copy the full SHA c48f5bfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5c621d2 - Browse repository at this point
Copy the full SHA 5c621d2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 744b8e1 - Browse repository at this point
Copy the full SHA 744b8e1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d2ddd52 - Browse repository at this point
Copy the full SHA d2ddd52View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8de667a - Browse repository at this point
Copy the full SHA 8de667aView commit details
Commits on Sep 13, 2024
-
Merge pull request #380 from red-hat-storage/sync_us--devel
Syncing latest changes from upstream devel for ceph-csi
Configuration menu - View commit details
-
Copy full SHA for a34bbd5 - Browse repository at this point
Copy the full SHA a34bbd5View commit details