Hello, Is there any mechanism for automatically detecting when a RAID1 LV is fully in sync such that I can enable write mostly? I could do this with a timer or continuously poll to check the status but I'm trying to understand if there's an event driven way to do this or if there's any file I could watch with systemd?
Thanks