From 1ceffd8093539ed9c52b3137c44ee65545d6f663 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Fri, 15 Jul 2022 15:49:20 +0200 Subject: [run-virt/hardware-stats] Don't print status of service Fixes missing translation for non-existent tag 'active' in hw-warnings. --- core/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/run-virt') diff --git a/core/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt b/core/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt index 5285009e..27d85164 100755 --- a/core/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt +++ b/core/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt @@ -19,7 +19,7 @@ if [ -n "$HW_MBRAM" ] && [ "$HW_MBRAM" -lt 3400 ]; then echo "slx-virt-lowmemory|${GB}" fi -if [ -n "$SLX_VM_NFS" ] && systemctl is-failed mount-vm-store.service; then +if [ -n "$SLX_VM_NFS" ] && systemctl is-failed mount-vm-store.service --quiet; then echo 'slx-virt-vmstore-fail' fi -- cgit v1.2.3-55-g7522