Closed wondywang closed 2 years ago
Hi @wondywang. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
PTAL @christopherhein
/ok-to-test
1) Please change the copyright year of all touched/new files to 2022. 2) You need to modify the patroller to check the status consistency for PVC (can be in another PR if you prefer).
/assign @christopherhein
- Please change the copyright year of all touched/new files to 2022.
- You need to modify the patroller to check the status consistency for PVC (can be in another PR if you prefer).
thx, have done.
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Fei-Guo, m-messiah, wondywang
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it:
Add PersistentVolumeClaim status upward sync. When we resize the storage of vPVC in VC, the CSI driver on the super cluster would update the pPVC.status.capacity after capacity expansion. Then we need to update vPVC status synchronously.
This time, we only consider the capacity update, and other information (such as accessModes and phase) will not be synchronized.
Which issue(s) this PR fixes:
Relate: #322
/kind feature