On Tue, Jun 13, 2017 at 03:02:02PM +0200, JdT wrote:
> Hello Jaz,
>
> Thanks a lot. It doesn't solve my problem. In fact all my resources disappear
> from /var/lib/drbd.d (I suppose with drbdadm down all).
>
> In fact, before I used drbdadm disconnect res ; drbdadm connect res and it
> has worked.
> I create a quick and dirty script to disconnect an connect again all my
> resources and it seam to work.
>
> #!/bin/bash
>
> for res in /var/lib/drbd.d/drbdmanage_vm*
> do
> real_res=`echo $(basename ${res} .res) | sed -e 's/drbdmanage_//' `
> drbdadm disconnect ${real_res}
> drbdadm connect ${real_res}
> done
>
> I have to run this scripts on all three nodes.
>
> Note : I use drbd packages from Proxmox depots, not Linbit.
Which version is that?
There have been drbd issues with older versions related to that.
Regards, rck
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user