forked from rook/rook
-
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 #529
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rook creates raw mode OSD as possible and falls back to lvm mode if necessary. This logic doesn't work if only supports raw mode. Closes: rook#11438 Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](golang/net@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Fixed the indentation for the mountinfo or else an emptyDir is getting created for it. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Fixed a wording problem and moved the app pod to default namespace where secret was created and also removed the init container from the sample as the busybox doesnt have setup-aws-credentials CLI pre-installed. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
csi: fix indentation for mountinfo
Currently, the function receives a single namespace string and appends it to the users. This approach is insufficient when dealing with multiple CephClusters running in different namespaces, as there will be only one SCC. This update modifies the function to create users for all specified namespaces, ensuring compatibility with multiple namespaces. Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
…org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
Enhance SCC Function to Support Multiple Namespaces
…to-lvm-mode-in-osd-on-lvm-creation osd: prevent to fallback to lvm mode in osd on lvm creation
cosi: fix problem in cosi document
Update to the latest version of libopenstorage/secrets which does not have a dependency on Hashicorp Vault libraries that are licensed under the Business Source License (BUSL-1.1). The latest version of the library has been modified to use Vault's open source API that is licensed under Mozilla Public License (MPL-2.0). Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
…crets-lib build: update to latest libopenstorage/secrets lib
df-build-team
force-pushed
the
sync_ds--master
branch
from
October 13, 2023 07:34
bcd6e8c
to
f3c484c
Compare
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: df-build-team, travisn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR containing the latest commits from master branch