From 5f3c7039f76763d74b6821328ec83bc6758dbe25 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 20 Jul 2021 14:05:11 -0600 Subject: [PATCH] metrics - Grafana dashboard not working after metrics role run unless services manually restarted Resolves: rhbz#1984150 (EL9) (cherry picked from commit 882dfa0cd996125af2cbbf45ce474a78eae20e2a) --- linux-system-roles.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 5f8d48e..32be08c 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -21,7 +21,7 @@ Name: linux-system-roles %endif Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management -Version: 1.7.3 +Version: 1.7.4 Release: 1%{?dist} #Group: Development/Libraries @@ -133,7 +133,7 @@ BuildRequires: ansible >= 2.9.10 #%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115 %global rolename7 metrics -%deftag 7 1.2.3 +%deftag 7 1.2.4 #%%defcommit 8 2b9e53233ee3a68bdb532e62f289733e436a6106 %global rolename8 tlog @@ -615,6 +615,11 @@ fi %endif %changelog +* Fri Aug 06 2021 Rich Megginson - 1.7.4-1 +- metrics - Grafana dashboard not working after metrics role run unless services manually restarted + Resolves rhbz#1984150 (EL9) + Resolves rhbz#1978357 (EL8) + * Tue Aug 03 2021 Rich Megginson - 1.7.3-1 - storage - tag tests that use NVME and SCSI Resolves rhbz#1989211 (EL9)