Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello, Are there some known issues in using DRBD from VMware virtual machines? I've configured DRBD like shown below (one physical machine which runs VMware Workstation, 2 virtual servers ha-node1 and ha-node2). The synch works fine, one primary, another secondary, mounting on ha-node1 works fine /dev/drbd0, writing to it works fine, but when I try to mount it on secondary it fails (even if secondary was set primary in the meantime, and for some unknown reason from time to time, when I perform some DRBD configuration actions from DRBD management console - all my machines, the physical one and the virtual ones freezes. resource r0 { protocol C; net { sndbuf-size 01M; rcvbuf-size 01M; } syncer { rate 4096K; } on ha-node1 { device /dev/drbd0; disk /dev/sdb; address 192.168.202.128:7788; flexible-meta-disk internal; } on ha-node2 { device /dev/drbd0; disk /dev/sdb; address 192.168.202.130:7788; flexible-meta-disk internal; } } -- Best regards, Software Engineer Lucian-Paul Torje