4.13: OCPBUGS-11294: Add vSphere CSI migration to telemetry#1929
Conversation
|
@jsafrane: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
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/test-infra repository. |
1dcdd68 to
fbd1264
Compare
|
@jsafrane: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
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/test-infra repository. |
jan--f
left a comment
There was a problem hiding this comment.
This looks good, just one request to make things easier for future readers.
| record: 'cluster:vsphere_infrastructure_failure_domains:max', | ||
| }, | ||
| { | ||
| expr: 'max by(status)(vsphere_csi_migration)', |
There was a problem hiding this comment.
| expr: 'max by(status)(vsphere_csi_migration)', | |
| expr: 'max by(status)vsphere_csi_migration{status=~"|LegacyDeprecatedInTreeDriver|CSIWithMigrationDriver"})', |
Since we already know the possible label value set, lets be explicit here. I understand this is also constrained on the openshift/api level, but we'd like to establish this sort of aggressive cardinality specification for telemetry rules.
fbd1264 to
2d726ce
Compare
|
@jsafrane: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
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/test-infra repository. |
Add vsphere_csi_migration to telemetry. This will show how many clusters have opted into CSI migration on vSphere. This applies to 4.13 only. In 4.14 CSI migration is force enabled and there is nothing to report.
2d726ce to
59bbb32
Compare
| }, | ||
| { | ||
| expr: 'max by(status)(vsphere_csi_migration{status=~"|LegacyDeprecatedInTreeDriver|CSIWithMigrationDriver"})', | ||
| record: 'cluster:vsphere_csi_migration:max', |
There was a problem hiding this comment.
Could the rule be moved to https://github.com/openshift/vmware-vsphere-csi-driver-operator? This way clusters that don't run the vsphere CSI operator won't have this additional rule.
There was a problem hiding this comment.
Yes, eventually. I created https://issues.redhat.com/browse/STOR-1289.
|
@jsafrane: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
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/test-infra repository. |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-11294, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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/test-infra repository. |
|
/jira refresh I am not sure about ci/prow/versions - should I fix anything? |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-11294, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request. DetailsIn response to this:
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/test-infra repository. |
|
/hold |
No need, only the required checks need to succeed. |
|
/label backport-risk-assessed |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
@jsafrane: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
/skip the versions job isn't required. |
|
/retest-required |
|
/label cherry-pick-approved |
|
@ropatil010: Can not set label cherry-pick-approved: Must be member in one of these teams: [] DetailsIn response to this:
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/test-infra repository. |
|
/hold cancel |
|
/label cherry-pick-approved |
|
@sthaha: Can not set label cherry-pick-approved: Must be member in one of these teams: [] DetailsIn response to this:
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/test-infra repository. |
|
@jsafrane I am afraid you need to submit one PR to telemeter server, since "cluster:vsphere_csi_migration:max" is not in telemeter server allow list |
|
@jsafrane: Jira Issue OCPBUGS-11294: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-11294 has been moved to the MODIFIED state. DetailsIn response to this:
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/test-infra repository. |
Add
vsphere_csi_migrationto telemetry in 4.13.WIP:
Testing, Jira will follow soon.Tested OK with the PR below.