Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
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