Skip to content
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

Redundant Update calls to CNS when reclaimPolicy of the PV is changed #138

Closed
RaunakShah opened this issue Feb 27, 2020 · 0 comments · Fixed by #151
Closed

Redundant Update calls to CNS when reclaimPolicy of the PV is changed #138

RaunakShah opened this issue Feb 27, 2020 · 0 comments · Fixed by #151
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@RaunakShah
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

What happened:
Metadata syncer makes update calls to CNS when reclaimPolicy of the PV is changed.

What you expected to happen:
Update calls on CNS are not dependant on reclaim Policy. The Update should be made if a label is updated, irrespective of reclaimPolicy.

How to reproduce it (as minimally and precisely as possible):
Change reclaimPolicy of an existing PV.

Anything else we need to know?:

Environment:

  • csi-vsphere version:
  • vsphere-cloud-controller-manager version:
  • Kubernetes version:
  • vSphere version:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 27, 2020
@divyenpatel divyenpatel added this to the v2.0.0 milestone Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants