Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On 6/19/06, Milind Dumbare <milind at linsyssoft.com> wrote: > On Mon, 2006-06-19 at 10:39 +0100, Sudhakar Mekathotti wrote: [snip] > > On node1, I made both file systems primary by doing 'drbdadm primary > > all'. Everything is working fine in Primary/Secondary mode. But I > > would like to mount the filesystems on node2 as well. > I think for that you have to make > #drbdadm seconday all > on node1 and then try doing > #drbdadm primary all > on node2, and try mounting it. > > > By any reason if its not getting done. You can force it to do that. > > #drbdadm -- --do-what-I-say primary all What you mentioned above is for a Primary/Secondary setup. From version 8.0 onwards, drbd supports Primary/Primary setup, so I should be able to do 'drbdadm primary all' on both nodes and be able to mount filesystems in rw mode. Correct me if I'm wrong.