On 25/02/16 23:10, Eric Robinson wrote:
>
> > The usual problem with LVM on top of DRBD is that the
>
> > backing device gets seen as an LVM PV and is grabbed by
>
> > LVM before DRBD starts up. That means DRBD cannot access
>
> > it since it's already in use. Solution: adjust the filter
>
> > lines in lvm.conf to exclude the backing devices from
>
> > LVM consideration.
>
> You mean /dev/drbd0 and /dev/drbd1?
>
Those are not the backing devices. Backing devices are the ones named on
the "disk " lines in your DRBD resource files - for example "disk
/dev/vg/lv1". So you need to exclude /dev/vg/lv1 (in that example) from
being looked at by LVM by filtering it out.

Trevor
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to