-
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 upstream master for rook #790
Conversation
we were adding the device class as the disk rotational type, but device class can be user defined, so if user has added the device class, use that value Signed-off-by: parth-gr <[email protected]>
This includes and is based on the changes of: rook#14894 Co-authored-by: Blaine Gardner <[email protected]> Co-authored-by: subhamkrai <[email protected]> Signed-off-by: Michael Adam <[email protected]> Fixes: rook#14894
currently device class and device type labels were clubbed with eachother create a seperate label, as these two labels can be seperate Signed-off-by: parth-gr <[email protected]>
GetOSDResources method was populating wrong device class to get the osd resources This fix will fix the deviceClass label for the GetOSDResources function Signed-off-by: parth-gr <[email protected]>
build: Update codegen
the codegen ci workflow was previously fixed by copying the checkout dir to the GOPATH. With the updated codegen tooling, this alignment is not a requirement any more. This simplifies the codegen workflow again by reverting the earlier changes that added the copy mechanism. This reverts commit 714f80a. This reverts commit f32d3df. Signed-off-by: Michael Adam <[email protected]>
osd: fix device class label on osd pod
Migrate OSDs to enable encryption as day-2 operation. Signed-off-by: Santosh Pillai <[email protected]>
migrate OSDs to enable encryption as day-2 operation
ci: simplify the codegen workflow a bit
6fe4958
to
eabb6af
Compare
…-master Signed-off-by: Ceph Jenkins <[email protected]>
add generated csv changes Signed-off-by: Ceph Jenkins <[email protected]>
eabb6af
to
9881941
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: df-build-team, subhamkrai The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR containing the latest commits from upstream master branch