-
Notifications
You must be signed in to change notification settings - Fork 201
Update Periodic sync to calculate reserved for vmsnapshot spu #3792
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
Update Periodic sync to calculate reserved for vmsnapshot spu #3792
Conversation
|
Hi @nikhilbarge. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
SUCCESS --- Jenkins Build #726 |
|
SUCCESS --- Jenkins Build #669 |
a1cc915 to
c8b6f2c
Compare
|
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
|
/ok-to-test |
|
/approve |
c8b6f2c to
d141abb
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepakkinni, nikhilbarge, vdkotkar 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 |
What this PR does / why we need it:
Update Periodic sync to calculate reserved for vmsnapshot storagepolicyusage
Periodic sync calculate the reserved values across storage policies and updates the storagequota reserved value.
This VMSnapshot StoragePolicyUsage instroduced with vmsnashot feature in 9.1.
Similar to other SPUs like pvc, vm, volume snapshot we need to update periodic sync to include calculation of vmsnapshot reserved values.
This change was missed earlier as assumption was vm and vmsnapshot will use same extension service, but vmsnapshot have different extension service name than virtualmachine only in SPU CR so we need to handle it seperately.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Testing done:
Pre-checkins Pipelines Passed:
https://jenkins-vcf-csifvt.devops.broadcom.net/job/vks-instapp-e2e-pre-checkin/669/
https://jenkins-vcf-csifvt.devops.broadcom.net/job/wcp-instapp-e2e-pre-checkin/726/
https://jenkins-vcf-csifvt.devops.broadcom.net/job/wcp-instapp-e2e-pre-checkin/731/
Manual Testing
manual_test_periodic_sync.log
syncer.log
Special notes for your reviewer:
Release note: