Bug 1799314
Summary: | Removing Metrics Store playbook is missing | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | amashah |
Component: | ovirt-engine-metrics | Assignee: | Shirly Radco <sradco> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucie Leistnerova <lleistne> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.3.7 | CC: | gdeolive, mkalinin, sradco |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
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: | 2020-02-13 13:51:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
amashah
2020-02-06 16:32:53 UTC
As a workaround, create the following file: ~~~ # cat /usr/share/ovirt-engine-metrics/playbooks/cleanup-ovirt-metrics.yml --- - name: Add metrics store host to inventory hosts: engine:hosts tasks: - name: Cleanup services include_role: name: "oVirt.metrics/roles/oVirt.manage-services" vars: service_state: stopped service_enabled: no cleanup_services: true - debug: msg: "It is now safe to delete the oVirt metrics store VMs." run_once: true ~~~ The cleanup role is part of the 4.3.8 release. *** This bug has been marked as a duplicate of bug 1727546 *** This issue was fixed in errata https://errata.devel.redhat.com/advisory/48582 |