Bug 1803106
| Summary: | Capture total CAM app workload migrations by migration state | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Sergiusz Urbaniak <surbania> |
| Component: | Migration Tooling | Assignee: | Derek Whatley <dwhatley> |
| Status: | CLOSED WONTFIX | QA Contact: | whu |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | chezhang, sregidor, whu |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 4.3.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-19 14:45:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1803104 | ||
| Bug Blocks: | 1803109 | ||
|
Description
Sergiusz Urbaniak
2020-02-14 14:00:41 UTC
Have finished the test of this feature against ocp4.4 + CAM 1.1.2 stage. It seems the feature has worked. The test logs have logged in https://bugzilla.redhat.com/show_bug.cgi?id=1803104 Approved to merge this new feature to 4.3.z. Have finished the test of this feature against ocp4.3 + CAM 1.1.2 stage. It seems the feature has worked.
Below are the key test steps:
$oc edit ns openshift-migration
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/node-selector: ""
labels:
control-plane: controller-manager
controller-tools.k8s.io: "1.0"
openshift.io/cluster-monitoring: "true" // add this line
name: "openshift-migration"
bash-4.4$ curl http://mig-controller-metrics.openshift-migration.svc.cluster.local:2112/metrics
# HELP cam_app_workload_migrations Count of MigMigrations sorted by status and type
# TYPE cam_app_workload_migrations gauge
cam_app_workload_migrations{status="completed",type="final"} 1
cam_app_workload_migrations{status="completed",type="stage"} 0
cam_app_workload_migrations{status="failed",type="final"} 0
cam_app_workload_migrations{status="failed",type="stage"} 0
cam_app_workload_migrations{status="idle",type="final"} 0
cam_app_workload_migrations{status="idle",type="stage"} 0
cam_app_workload_migrations{status="running",type="final"} 0
cam_app_workload_migrations{status="running",type="stage"} 0
open "monitoring/metrics" page in OCP UI, query the metric "cam_app_workload_migrations" from the prometheus UI inside of OpenShift, can get the migration information from UI.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:1552 No longer planning to backport metrics to 4.3.0 |