-
Notifications
You must be signed in to change notification settings - Fork 9
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 master for rook #675
Commits on May 20, 2024
-
csi: add cephfs encryption support
Ceph-CSI support for fscrypt encryption of cephfs. To achieve this commit add capability of mounting the required `rook-ceph-csi-kms-config` configmap into csi-cephfsplugin-provisioner and nodeplugin pods. Further it modifies the ClusterRoles `cephfs-csi-nodeplugin` and `cephfs-external-provisioner-runner` to grant privileges required for reading encryption configuration and fetching encryption secrets from either kubernetes secrets or from a Key Management System (KMS). These privileges are essential for the proper functioning of ceph-csi-cephfs with fscrypt encryption. The following privileges have been added: - `secrets/get`: Allows reading of secrets for encryption. - `configmaps/get`: Grants access to configuration maps, this is used to read encryption configuration. - `serviceaccounts/get`: Enables retrieval of service accounts for authentication to KMS and for retrieving encryption secrets stored there. - `serviceaccounts/token/create`: Allows creation of service account tokens, which are required for authenticating requests to KMS when retrieving encryption secrets. The commit also updated the csi documentation to include cephfs in the encryption section, with examples updated accordingly. Signed-off-by: NymanRobin <robin.nyman@est.tech>
Configuration menu - View commit details
-
Copy full SHA for 05315ae - Browse repository at this point
Copy the full SHA 05315aeView commit details
Commits on Jun 4, 2024
-
csi: skip creating networkFence when csi disabled
skip creating networkFence when 'ROOK_CSI_DISABLE_DRIVER' is set to 'false'. Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 4be450a - Browse repository at this point
Copy the full SHA 4be450aView commit details -
Updating images for ceph cosi driver and side car. Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba40f84 - Browse repository at this point
Copy the full SHA ba40f84View commit details
Commits on Jun 15, 2024
-
docs(fix): missing
**
for bold textIn docs page Storage-Configuration/Shared-Filesystem-CephFS/filesystem-storage.md Signed-off-by: dbrennand <52419383+dbrennand@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9ff24f - Browse repository at this point
Copy the full SHA e9ff24fView commit details
Commits on Jun 24, 2024
-
osd: fix activate failure when block device moves
Block devices can move between reboots. In corner cases, an OSDs block device might move to a lower-indexed device while the previous device does not exist. For example, an OSD on /dev/sde might move to /dev/sdd on reboot if the original /dev/sdd died. There would be no /dev/sde after that. Users report that NVMe drives commonly change names, even when there are no disk failures. For these cases, ensure the activate script properly handles cases where the previous disk is not present on the node and where the OSD is still available on a different disk. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f2304bf - Browse repository at this point
Copy the full SHA f2304bfView commit details
Commits on Jun 25, 2024
-
external: create a configmap for the command line args
user can look back to there configurations by looking at the configmap created with command line arguments This will be useful for them during upgrades when they need to re run the python script with the same flags Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 951c683 - Browse repository at this point
Copy the full SHA 951c683View commit details -
Merge pull request rook#14374 from BlaineEXE/fix-osd-block-device-nam…
…e-change osd: fix activate failure when block device moves
Configuration menu - View commit details
-
Copy full SHA for a6fc341 - Browse repository at this point
Copy the full SHA a6fc341View commit details -
Merge pull request rook#14354 from parth-gr/external-seamless-upgrade2
external: create a configmap for the command line args
Configuration menu - View commit details
-
Copy full SHA for c85ce7c - Browse repository at this point
Copy the full SHA c85ce7cView commit details -
Merge pull request rook#14294 from subhamkrai/skip-fence-when-csi-dis…
…abled csi: skip creating networkFence when csi disabled
Configuration menu - View commit details
-
Copy full SHA for 7a53913 - Browse repository at this point
Copy the full SHA 7a53913View commit details
Commits on Jun 26, 2024
-
Merge commit '7a5391304934983311cacd6e7330ca2da34828d8' into sync_us-…
…-master Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
Ceph Jenkins committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for a568c89 - Browse repository at this point
Copy the full SHA a568c89View commit details -
csv: add additional csv changes that other commits bring
add generated csv changes Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
Ceph Jenkins committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 26e7a05 - Browse repository at this point
Copy the full SHA 26e7a05View commit details -
external: add support for config file in external mode
Now user can pass the cli flags using config file and also command line argument, if mentioned at both the place priority is given to command line argument Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5387ef1 - Browse repository at this point
Copy the full SHA 5387ef1View commit details -
Merge pull request rook#14353 from parth-gr/external-seamless-upgrade1
external: add support for config file in external mode
Configuration menu - View commit details
-
Copy full SHA for bd02cf1 - Browse repository at this point
Copy the full SHA bd02cf1View commit details -
Merge pull request rook#14342 from dbrennand/docs-fix-missing-bold
docs(fix): missing ** in filesystem-storage.md
Configuration menu - View commit details
-
Copy full SHA for 22125ba - Browse repository at this point
Copy the full SHA 22125baView commit details
Commits on Jun 27, 2024
-
csi: add log rotation for csi rbd pod containers
1) Make the csi rbd container logs persisted in a file (csi plugin, csi provisioner, csi addons sidecar) 2) Use the cephcluster api specs to configure the log rotate 3) Add log rotation to rotate the log file and Add a sidecar log collector container part-of: rook#12809 Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d374211 - Browse repository at this point
Copy the full SHA d374211View commit details -
build: update go-retryablehttp from 0.7.6 to 0.7.7
this commit updates go-retryablehttp from 0.7.6 to 0.7.7 and without this govulcheck ci is failing. Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9fbf3d3 - Browse repository at this point
Copy the full SHA 9fbf3d3View commit details -
Merge pull request rook#14305 from parth-gr/csi-logrotate
csi: add log rotation for csi rbd pod containers
Configuration menu - View commit details
-
Copy full SHA for d7eddfe - Browse repository at this point
Copy the full SHA d7eddfeView commit details -
Merge pull request rook#14391 from subhamkrai/update-go-dep
build: update go-retryablehttp from 0.7.6 to 0.7.7
Configuration menu - View commit details
-
Copy full SHA for e51b9e0 - Browse repository at this point
Copy the full SHA e51b9e0View commit details
Commits on Jul 1, 2024
-
Merge pull request rook#14199 from Nordix/update-cephfs-clusterroles
csi: add cephfs encryption support
Configuration menu - View commit details
-
Copy full SHA for 8e25300 - Browse repository at this point
Copy the full SHA 8e25300View commit details -
Merge pull request #674 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
Configuration menu - View commit details
-
Copy full SHA for 816cedb - Browse repository at this point
Copy the full SHA 816cedbView commit details
Commits on Jul 2, 2024
-
csi: update csi-addons repo link
updating csi-addons repo link to pull the yamls for installation closes: rook#14394 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 266fd49 - Browse repository at this point
Copy the full SHA 266fd49View commit details -
Merge pull request rook#14408 from Madhu-1/fix-14394
csi: update csi-addons repo link
Configuration menu - View commit details
-
Copy full SHA for 80272b6 - Browse repository at this point
Copy the full SHA 80272b6View commit details
Commits on Jul 3, 2024
-
this commit upgrade to go 1.22 in go mod file and ci related files. Also remove go 1.21 support Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d116429 - Browse repository at this point
Copy the full SHA d116429View commit details -
ci: fix govulcheck by updating to go 1.22.5
govulcheck requires go 1.22.5 and even if `check-latest` is `true` with go `1.22` it is failing so setting specific version go `1.22.5` Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b4510fd - Browse repository at this point
Copy the full SHA b4510fdView commit details -
external: add final args used to the upgrade configmap
Recently we have introuced external-cluster-user-command cm Which help user to look at the previous command run, So with this PR we will add another data field arg on this confimap which will have the final processed flags that are being used So user can use them directly either in config.ini or cmd line args Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 26cecb5 - Browse repository at this point
Copy the full SHA 26cecb5View commit details -
Merge pull request rook#14412 from subhamkrai/update-go-1.22
build: upgrade to go 1.22
Configuration menu - View commit details
-
Copy full SHA for f17d6a0 - Browse repository at this point
Copy the full SHA f17d6a0View commit details -
Merge pull request rook#14407 from parth-gr/external-seamless-upgrade3
external: add final args used to the upgrade configmap
Configuration menu - View commit details
-
Copy full SHA for 0837c15 - Browse repository at this point
Copy the full SHA 0837c15View commit details
Commits on Jul 5, 2024
-
build: update controller runtime to v0.18.4
this commit update cntrl runtime to v0.18.4 and other related deps/ Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d429ed8 - Browse repository at this point
Copy the full SHA d429ed8View commit details -
external: config file should have more priority then defaults
Priority: command-line-args > config.ini file values > default values Currently default was having more priority so fixed it Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7cfbe09 - Browse repository at this point
Copy the full SHA 7cfbe09View commit details -
Merge pull request rook#14422 from parth-gr/external-seamless-upgrade4
external: config file should have more priority then defaults
Configuration menu - View commit details
-
Copy full SHA for 6a9f178 - Browse repository at this point
Copy the full SHA 6a9f178View commit details
Commits on Jul 8, 2024
-
csi: add securityContext to csi containers
With the recent enhancements csi containers for using logrotate, they need to run with securityContext to privileged, on platform like openshift. Used the ROOK_HOSTPATH_REQUIRES_PRIVILEGED flag wich is set with operator deployment to see if the securityCOntext is needed or not Closes: rook#14400 Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ca0d13 - Browse repository at this point
Copy the full SHA 2ca0d13View commit details -
Merge pull request rook#14406 from parth-gr/logrotate-csi-odf
csi: add securityContext to csi containers
Configuration menu - View commit details
-
Copy full SHA for 1fe1a2b - Browse repository at this point
Copy the full SHA 1fe1a2bView commit details -
Merge pull request rook#14421 from subhamkrai/update-go-mods
build: update controller runtime to v0.18.4
Configuration menu - View commit details
-
Copy full SHA for b8bcd71 - Browse repository at this point
Copy the full SHA b8bcd71View commit details
Commits on Jul 9, 2024
-
Merge remote-tracking branch 'us/master' into sync_us
Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 359d0e1 - Browse repository at this point
Copy the full SHA 359d0e1View commit details -
csv: add generated csv changes
add generated csv changes Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 20049cf - Browse repository at this point
Copy the full SHA 20049cfView commit details -
docs: update README with new community meeting frequency
Signed-off-by: Jared Watts <jbw976@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ead2ace - Browse repository at this point
Copy the full SHA ead2aceView commit details -
Merge pull request rook#14443 from jbw976/update-meeting-freq
docs: update README with new community meeting frequency
Configuration menu - View commit details
-
Copy full SHA for 8241a22 - Browse repository at this point
Copy the full SHA 8241a22View commit details
Commits on Jul 10, 2024
-
Merge pull request #676 from Nikhil-Ladha/sync_us
Manual sync upstream master to downstream master
Configuration menu - View commit details
-
Copy full SHA for 24a8157 - Browse repository at this point
Copy the full SHA 24a8157View commit details -
pool: skip updating crush rules for stretch clusters
Pools in stretch clusters must all specify the same CRUSH rule. No pools can use a different rule. When there is a change in the device class, we do not even expect to update the crush rules in a stretch cluster. Different device classes are not supported in stretch clusters, and it's expected to be a homogenous environment. Therefore, skip all crush rule updates in stretch clusters. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b92bbba - Browse repository at this point
Copy the full SHA b92bbbaView commit details -
Merge pull request rook#14447 from travisn/stretch-crush-rule
pool: Skip updating crush rules for stretch clusters
Configuration menu - View commit details
-
Copy full SHA for a08a34e - Browse repository at this point
Copy the full SHA a08a34eView commit details -
Merge pull request rook#14216 from thotz/update-cosi-images
object: update cosi images
Configuration menu - View commit details
-
Copy full SHA for 28addd1 - Browse repository at this point
Copy the full SHA 28addd1View commit details -
pool: return error if device class update fails
Updating the device class swallowed any error if updated for the pool. The error was not even logged, so we couldn't troubleshoot why the new crush rule was not applied. Log the error for troubleshooting and also fail the pool reconcile since the desired configuration was not applied. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0bea31e - Browse repository at this point
Copy the full SHA 0bea31eView commit details -
multus: add host checking to validation tool
In order to help users check that they have implemented the newly-added Multus host configuration prerequisites, add a check to the validation tool to verify connectivity. Because users who are already running clusters with Multus enabled, add a flag that allows users to only check for host configuration prerequisites. This mode will not start the large number of clients that would normally be started because those clients could disrupt a running Rook cluster negatively. Host checking pods require host network access. Many Kubernetes distributions have pod security features enabled. In order to allow non-Vanilla distros to run this tool, allow specifying a service account that pods will run as, which can be configured by the admin to allow test pods. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 33f5407 - Browse repository at this point
Copy the full SHA 33f5407View commit details
Commits on Jul 11, 2024
-
Merge pull request #678 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
Configuration menu - View commit details
-
Copy full SHA for ac89b61 - Browse repository at this point
Copy the full SHA ac89b61View commit details -
Merge pull request rook#14230 from BlaineEXE/multus-validation-test-a…
…dd-host-checking multus: add host checking to validation tool
Configuration menu - View commit details
-
Copy full SHA for fd3f4c8 - Browse repository at this point
Copy the full SHA fd3f4c8View commit details -
multus: reset validation tool debounce time to 30
Reset the Multus validation tool debounce time to its intended 30 second value. It was changed to 5 for testing, and the change was accidentally committed. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 5884f1c - Browse repository at this point
Copy the full SHA 5884f1cView commit details -
Merge pull request rook#14451 from BlaineEXE/multus-reset-test-line
multus: reset validation tool debounce time to 30
Configuration menu - View commit details
-
Copy full SHA for 65dc278 - Browse repository at this point
Copy the full SHA 65dc278View commit details -
Merge pull request rook#14451 from BlaineEXE/multus-reset-test-line
multus: reset validation tool debounce time to 30
Configuration menu - View commit details
-
Copy full SHA for 67772a2 - Browse repository at this point
Copy the full SHA 67772a2View commit details
Commits on Jul 12, 2024
-
Merge pull request rook#14432 from rook/dependabot/go_modules/github-…
…dependencies-fc54c511fc build(deps): bump the github-dependencies group across 1 directory with 4 updates
Configuration menu - View commit details
-
Copy full SHA for 76d2886 - Browse repository at this point
Copy the full SHA 76d2886View commit details -
csi: add log rotation for csi cephfs nfs pod containers
Use the same logrotate flow of rbd, as merged in rook#14305 1) Make the csi cephfs and nfs container logs persisted in a file 2) Use the cephcluster api specs to configure the log rotate 3) Add log rotation to rotate the log file and Add a sidecar log collector container And some fixes on the implementation: 1) Add a operator namespace in the log file path 2) Only add volume to the container if logrotate is enabled Closes: rook#12809, rook#14429 Signed-off-by: parth-gr <partharora1010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4ca8b12 - Browse repository at this point
Copy the full SHA 4ca8b12View commit details -
Merge pull request rook#14396 from parth-gr/csi-logrotate-file
csi: add log rotation for csi cephfs nfs pod containers
Configuration menu - View commit details
-
Copy full SHA for da73421 - Browse repository at this point
Copy the full SHA da73421View commit details -
Merge pull request rook#14057 from travisn/deviceclass-log
pool: Return error if device class update fails
Configuration menu - View commit details
-
Copy full SHA for 689b39d - Browse repository at this point
Copy the full SHA 689b39dView commit details
Commits on Jul 15, 2024
-
Merge pull request #679 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
Configuration menu - View commit details
-
Copy full SHA for 84bfa66 - Browse repository at this point
Copy the full SHA 84bfa66View commit details -
build(deps): bump github.com/aws/aws-sdk-go
Bumps the github-dependencies group with 1 update: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Updates `github.com/aws/aws-sdk-go` from 1.54.15 to 1.54.19 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.54.15...v1.54.19) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for dee06bb - Browse repository at this point
Copy the full SHA dee06bbView commit details -
core: add support for ceph squid
With the release of the first squid RC, we add squid to the supported versions and add tests to run Rook against the squid release. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 22d4139 - Browse repository at this point
Copy the full SHA 22d4139View commit details -
Merge pull request rook#14454 from travisn/squid-support
core: Add support for Ceph Squid
Configuration menu - View commit details
-
Copy full SHA for e499fca - Browse repository at this point
Copy the full SHA e499fcaView commit details -
Merge pull request rook#14459 from rook/dependabot/go_modules/github-…
…dependencies-fb6482a7be build(deps): bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.19 in the github-dependencies group
Configuration menu - View commit details
-
Copy full SHA for 525648e - Browse repository at this point
Copy the full SHA 525648eView commit details
Commits on Jul 16, 2024
-
Merge pull request #680 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
Configuration menu - View commit details
-
Copy full SHA for 629b114 - Browse repository at this point
Copy the full SHA 629b114View commit details -
csi: make kube apiserver qps configurable
This commit adds the flexibility to configure kube apiserver qps as per the user requirement and also keeps the existing values as the default one. Signed-off-by: yite.gu <yitegu0@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80541a2 - Browse repository at this point
Copy the full SHA 80541a2View commit details -
Merge pull request rook#14420 from YiteGu/make-kube-api-limit-configu…
…rable csi: make kube apiserver qps configurable
Configuration menu - View commit details
-
Copy full SHA for 9967b16 - Browse repository at this point
Copy the full SHA 9967b16View commit details -
doc: update vhost-style S3 bucket design
Update the vhost-style S3 bucket access design doc to reflect recent user feedback and configuration issues. The primary goal is to add a field to disambiguate for users and Rook which endpoint should be used for CephObjectStoreUsers, OBCs, and COSI buckets. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 00f20b1 - Browse repository at this point
Copy the full SHA 00f20b1View commit details
Commits on Jul 17, 2024
-
csi: revert remove cephFs networkFence code temporarily
This reverts commit bd4250f. Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for efe6ef4 - Browse repository at this point
Copy the full SHA efe6ef4View commit details -
csi: fix template render in logRotation
the templateParam need to be updated with the right values before we are rendering the template. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb87c3a - Browse repository at this point
Copy the full SHA cb87c3aView commit details -
docs: design for csi operator integration with rook
this commits adds desgin doc for integrating the new csi operator with rook. Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 73ea725 - Browse repository at this point
Copy the full SHA 73ea725View commit details -
Merge pull request rook#14468 from Madhu-1/fix-log-rotation
csi: fix template render in logRotation
Configuration menu - View commit details
-
Copy full SHA for a9e192b - Browse repository at this point
Copy the full SHA a9e192bView commit details -
csi: fix template render in logRotation
the templateParam need to be updated with the right values before we are rendering the template. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit cb87c3a)
Configuration menu - View commit details
-
Copy full SHA for 5d8b991 - Browse repository at this point
Copy the full SHA 5d8b991View commit details -
mds: block of active mds ip only
currently, it was blocking both the mds ip instead its should block ip of of mds which is in the same node which is down. Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9f1b64b - Browse repository at this point
Copy the full SHA 9f1b64bView commit details -
Merge pull request #681 from parth-gr/csi-logrotate-downstream
csi: fix template render in logRotation
Configuration menu - View commit details
-
Copy full SHA for 9d873e7 - Browse repository at this point
Copy the full SHA 9d873e7View commit details -
Merge pull request rook#14356 from subhamkrai/csi-operator-design
docs: design for csi operator integration with rook
Configuration menu - View commit details
-
Copy full SHA for b4f99fb - Browse repository at this point
Copy the full SHA b4f99fbView commit details -
Merge pull request rook#14460 from BlaineEXE/design-vhost-updates
doc: update vhost-style S3 bucket design
Configuration menu - View commit details
-
Copy full SHA for b287aa9 - Browse repository at this point
Copy the full SHA b287aa9View commit details -
Merge pull request rook#14258 from subhamkrai/add-cephfs-fencing
mds: block of active mds ip only
Configuration menu - View commit details
-
Copy full SHA for 3ccdb53 - Browse repository at this point
Copy the full SHA 3ccdb53View commit details
Commits on Jul 19, 2024
-
Merge pull request #683 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
Configuration menu - View commit details
-
Copy full SHA for f470cff - Browse repository at this point
Copy the full SHA f470cffView commit details