Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Sun, May 01, 2016 at 08:31:11PM +0200, Ml Ml wrote:
> Hello,
> 
> i removed it with drbdmanage remove-node node02 --force
> 
> But drbdadm dump still shows node02 in the mesh network :-(
> 
>     connection-mesh {
>         hosts node03 node01;
>         net {
>             protocol       C;
>         }
>     }
> 
> 
> How do i remove node02 from the connection-mesh?
You should not use "--force". Force is the last resort and just kicks
the node from the internal database.
As a side note: Resource files are written on demand, whenever
drbdmanage thinks it is necessary. "export-res" can be used to force
writing.
Regards, rck