summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data
diff options
context:
space:
mode:
authorSteffen Ritter2022-07-15 15:49:20 +0200
committerSteffen Ritter2022-07-15 15:49:20 +0200
commit1ceffd8093539ed9c52b3137c44ee65545d6f663 (patch)
treec36317a297769f29b3a7df740f054dcb88ead58d /core/modules/run-virt/data
parent[vmware16] FGix filename (diff)
downloadmltk-1ceffd8093539ed9c52b3137c44ee65545d6f663.tar.gz
mltk-1ceffd8093539ed9c52b3137c44ee65545d6f663.tar.xz
mltk-1ceffd8093539ed9c52b3137c44ee65545d6f663.zip
[run-virt/hardware-stats] Don't print status of service
Fixes missing translation for non-existent tag 'active' in hw-warnings.
Diffstat (limited to 'core/modules/run-virt/data')
-rwxr-xr-xcore/modules/run-virt/data/opt/openslx/system-check/hooks.d/30-run-virt2
1 files changed, 1 insertions, 1 deletions
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