]> sourceware.org Git - lvm2.git/commitdiff
lvmdump.sh: print out lvmpolld service status
authorOndrej Kozina <okozina@redhat.com>
Mon, 11 May 2015 11:31:43 +0000 (13:31 +0200)
committerOndrej Kozina <okozina@redhat.com>
Mon, 11 May 2015 17:07:47 +0000 (19:07 +0200)
scripts/lvmdump.sh

index 879dd0c66aeafa795aeaefd8717ad466952ead56..f88f31fcd55e1892184b01c2e5011c344c9093ca 100755 (executable)
@@ -239,7 +239,6 @@ if (( $metadata )); then
        done
 fi
 
-# FIXME: add lvmpolld.service here
 if (( $sysreport )); then
        myecho "Gathering system info..."
 
@@ -259,6 +258,7 @@ if (( $sysreport )); then
                log "$SYSTEMCTL status -l --no-pager -n $log_lines -o short-precise dm-event.socket dm-event.service \
                                                   lvm2-monitor.service \
                                                   lvm2-lvmetad.socket lvm2-lvmetad.service \
+                                                  lvm2-lvmpolld.socket lvm2-lvmpolld.service \
                                                   lvm2-cluster-activation.service \
                                                   lvm2-clvmd.service \
                                                   lvm2-cmirrord.service \
This page took 0.039948 seconds and 5 git commands to generate.