(In reply to comment #10) > # pvs > PV VG Fmt Attr PSize PFree > /dev/dm-2 replicated lvm2 a- 96.00G 96.00G
this is stil wrong, it uses directly LV instead of drbd device.
Can you try filter = [ "a|^/dev/drbd|", "a/sda/", "a/sdb/", "r/.*/" ]
I forgot you have drbd in LV name :)
(In reply to comment #10)
> # pvs
> PV VG Fmt Attr PSize PFree
> /dev/dm-2 replicated lvm2 a- 96.00G 96.00G
this is stil wrong, it uses directly LV instead of drbd device.
Can you try
filter = [ "a|^/dev/drbd|", "a/sda/", "a/sdb/", "r/.*/" ]
I forgot you have drbd in LV name :)