File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -1323,15 +1323,14 @@ resource r0-U {
1323
1323
To resolve this situation, enter the following commands on the node which has
1324
1324
data to be discarded:
1325
1325
</para >
1326
- <screen >&prompt.root; <command >drbdadm</command > secondary r0</screen >
1327
- <para >
1328
- If the state is in <literal >WFconnection</literal >, disconnect first:
1329
- </para >
1330
- <screen >&prompt.root; <command >drbdadm</command > disconnect r0</screen >
1326
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1327
+ &prompt.root; <command >drbdadm secondary r0</command >
1328
+ &prompt.root; <command >drbdadm connect --discard-my-data r0</command ></screen >
1331
1329
<para >
1332
- On the node which has the latest data enter the following:
1330
+ On the node which has the latest data, enter the following commands :
1333
1331
</para >
1334
- <screen >&prompt.root; <command >drbdadm</command > connect --discard-my-data r0</screen >
1332
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1333
+ &prompt.root; <command >drbdadm connect r0</command ></screen >
1335
1334
<para >
1336
1335
That resolves the issue by overwriting one node's data with the peer's
1337
1336
data, therefore getting a consistent view on both nodes.
You can’t perform that action at this time.
0 commit comments