Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On 18/04/2013 19:27, Aaron Clausen wrote: > I need to configure drbd to run on a single node for a while, and I > have had nothing but grief trying to do this. Essentially, when I try > to bring my single node up via "drbdadm primary r0" I get: To force DRBD to consider your single node up to date the procedure is the same as forcing the initial sync in a two node cluster: drbdadm -- -o primary r0 # DRBD 8.3 drbdadm primary --force r0 # DRBD 8.4 Simon