-
Notifications
You must be signed in to change notification settings - Fork 33
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
[ISSUE-1051] Handle Kubelet's Wrong CSI Call Inconsistent with Real Volume Status for OBS Release 1.3 #1053
Open
CraneShiEMC
wants to merge
18
commits into
rel/objectscale-1.3
Choose a base branch
from
bugfix-handle-kubelet-wrong-call-obs-1.3
base: rel/objectscale-1.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[ISSUE-1051] Handle Kubelet's Wrong CSI Call Inconsistent with Real Volume Status for OBS Release 1.3 #1053
CraneShiEMC
wants to merge
18
commits into
rel/objectscale-1.3
from
bugfix-handle-kubelet-wrong-call-obs-1.3
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
…ase. (#1039) Signed-off-by: yimingwangdell <yiming.wang@dell.com>
Signed-off-by: yimingwangdell <yiming.wang@dell.com>
* add StorageGroupStatus Signed-off-by: Shi, Crane <crane.shi@emc.com> * support StorageGroupStatus in current workflows Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine log Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine error handling Signed-off-by: Shi, Crane <crane.shi@emc.com> * trigger storage group resync if applicable in drive removal Signed-off-by: Shi, Crane <crane.shi@emc.com> * A drive whose Usage is REMOVED will not be selected in any storage group and its existing sg label takes no effect Signed-off-by: Shi, Crane <crane.shi@emc.com> * sg feature will not apply to drive physically removed Signed-off-by: Shi, Crane <crane.shi@emc.com> * handle the drive removal case of drive with manual sg label Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go lint error Signed-off-by: Shi, Crane <crane.shi@emc.com> * add UT case for drive-removal-triggered sg sync Signed-off-by: Shi, Crane <crane.shi@emc.com> * improve UT coverage Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine sg annotation for drive removal Signed-off-by: Shi, Crane <crane.shi@emc.com> * handle case of invalid sg for drive removal Signed-off-by: Shi, Crane <crane.shi@emc.com> * also exclude removing sg for trigger sg resync in drive removal Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine sg removal status handling Signed-off-by: Shi, Crane <crane.shi@emc.com> * Revert "refine error handling" This reverts commit 06607e7. Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine log and some code logic Signed-off-by: Shi, Crane <crane.shi@emc.com> * try to add immutability validation rule to storagegroup spec Signed-off-by: Shi, Crane <crane.shi@emc.com> * upgrade controller-gen version to v0.9.2 Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT initial Signed-off-by: Shi, Crane <crane.shi@emc.com> * Revert "add storagegroupcontroller UT initial" This reverts commit 1ea8660. Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * refactor and add UT of storagegroupcontroller Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine the logic of sg deletion Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix bug Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go-lint err Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go-lint error Signed-off-by: Shi, Crane <crane.shi@emc.com> * add drive IsClean support, decrease k8s api call, remove manual sg labeling support Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine corner case handling Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine and add UT to storagegroupcontroller Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine storagegroupcontroller and add UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * make controller svc's k8scache also sync sg and lvg objs' Signed-off-by: Shi, Crane <crane.shi@emc.com> * use k8s cache, re-support sg label manual change and refine in sg ctrl Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix lint err Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * add storagegroupcontroller UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * storagegroup controller will not reconcile on drive delete event Signed-off-by: Shi, Crane <crane.shi@emc.com> * not support Health, Status, Usage and IsClean as DriveSelector's MatchFields Signed-off-by: Shi, Crane <crane.shi@emc.com> * in storagegroupcontroller's reconcile, only sync drive when reqName is uuid Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine the logic to avoid nil pointer error Signed-off-by: Shi, Crane <crane.shi@emc.com> * revert the usage of k8scache Signed-off-by: Shi, Crane <crane.shi@emc.com> * add custom storage group proposal draft Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine custom storage group proposal Signed-off-by: Shi, Crane <crane.shi@emc.com> --------- Signed-off-by: Shi, Crane <crane.shi@emc.com>
* fix pr validation startup failure Signed-off-by: Shi, Crane <crane.shi@emc.com> * directly use generated file for fake attach block mode Signed-off-by: Shi, Crane <crane.shi@emc.com> * still use loopback device wrap Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine code for creating fake device Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go lint error Signed-off-by: Shi, Crane <crane.shi@emc.com> * add mock func implementation Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go lint Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine func Signed-off-by: Shi, Crane <crane.shi@emc.com> * support fake attach block mode with fake device, add removeLoopDevice, Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix go lint Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine Signed-off-by: Shi, Crane <crane.shi@emc.com> * support clean fake device in fake-attach block-mode Signed-off-by: Shi, Crane <crane.shi@emc.com> * support non-existing current fake device case Signed-off-by: Shi, Crane <crane.shi@emc.com> * change fake device dir on host Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine log Signed-off-by: Shi, Crane <crane.shi@emc.com> * support the case of get fake device info failure Signed-off-by: Shi, Crane <crane.shi@emc.com> * clean fake device also in removal of fake-attach block-mode vol Signed-off-by: Shi, Crane <crane.shi@emc.com> * if fake-device ann is invalid, re-create the fake device and update ann Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix Signed-off-by: Shi, Crane <crane.shi@emc.com> * enhance Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine Signed-off-by: Shi, Crane <crane.shi@emc.com> * add comment Signed-off-by: Shi, Crane <crane.shi@emc.com> * add UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * add UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * add UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * add UT Signed-off-by: Shi, Crane <crane.shi@emc.com> * check loop device err shouldn't block subsequent op; clean fake device should also check loop device first Signed-off-by: Shi, Crane <crane.shi@emc.com> * update fake-attach doc accordingly Signed-off-by: Shi, Crane <crane.shi@emc.com> * fix typo Signed-off-by: Shi, Crane <crane.shi@emc.com> * refine doc Signed-off-by: Shi, Crane <crane.shi@emc.com> --------- Signed-off-by: Shi, Crane <crane.shi@emc.com>
…ed volume Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
…e failed volume status Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
Signed-off-by: Shi, Crane <crane.shi@emc.com>
…emetal into bugfix-handle-kubelet-wrong-call-obs-1.3 Signed-off-by: Shi, Crane <crane.shi@emc.com>
CraneShiEMC
requested review from
libzhang,
lordjun,
yanxiucai,
yimingwangdell and
aiqiEMC
August 27, 2023 13:32
lordjun
approved these changes
Aug 27, 2023
libzhang
approved these changes
Aug 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix UT failure in PR validation before merge.
OK |
Signed-off-by: Shi, Crane <crane.shi@emc.com>
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.
Purpose
Resolves #1051
PR checklist
Testing
I've similuated the scenario of volume's k8s global device mountpoint missing in my standalone test. This CSI defensive enhancement can work well as expected in the test.
custom ci passed: https://asd-ecs-jenkins.isus.emc.com/job/csi-custom-ci/1562/
custom-acceptance passed:
Atlantic (rke2): https://asd-ecs-jenkins.isus.emc.com/job/csi-custom-acceptance-tar_b_ona/39/
Openshift: https://asd-ecs-jenkins.isus.emc.com/job/csi-custom-acceptance-oil_bd/255/