Discussion:
[linux-lvm] Monitoring LVM RAID
Eugene Bright
2014-07-25 11:57:15 UTC
Permalink
Hi!

Could you help me with me question about LVM?

I've read a ton of manuals, but found nothing.
I'm not sure about direction. Let me know if I sent email to wrong address.

I can't find right way to monitor LVM RAID status.
Is there something like mdadm --monitor?

Regards,
Eugene Bright.
Anatoly Pugachev
2014-08-04 10:37:28 UTC
Permalink
Post by Eugene Bright
Could you help me with me question about LVM?
I've read a ton of manuals, but found nothing.
I'm not sure about direction. Let me know if I sent email to wrong address.
I can't find right way to monitor LVM RAID status.
Is there something like mdadm --monitor?
# systemctl status lvm2-monitor
lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc.
using dmeventd or progress polling
Loaded: loaded (/usr/lib/systemd/system/lvm2-monitor.service; enabled)
Active: active (exited) since Mon 2014-08-04 14:35:44 MSK; 18s ago
Docs: man:dmeventd(8)
man:lvcreate(8)
man:lvchange(8)
man:vgchange(8)
Process: 17893 ExecStart=/sbin/lvm vgchange --monitor y
(code=exited, status=0/SUCCESS)
Main PID: 17893 (code=exited, status=0/SUCCESS)

Loading...