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 @@ -1240,15 +1240,14 @@ resource r0-U {
1240
1240
To resolve this situation, enter the following commands on the node which has
1241
1241
data to be discarded:
1242
1242
</para >
1243
- <screen >&prompt.root; <command >drbdadm secondary r0</command ></screen >
1244
- <para >
1245
- If the state is in <literal >WFconnection</literal >, disconnect first:
1246
- </para >
1247
- <screen >&prompt.root; <command >drbdadm disconnect r0</command ></screen >
1243
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1244
+ &prompt.root; <command >drbdadm secondary r0</command >
1245
+ &prompt.root; <command >drbdadm connect --discard-my-data r0</command ></screen >
1248
1246
<para >
1249
- On the node which has the latest data enter the following:
1247
+ On the node which has the latest data, enter the following commands :
1250
1248
</para >
1251
- <screen >&prompt.root; <command >drbdadm connect --discard-my-data r0</command ></screen >
1249
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1250
+ &prompt.root; <command >drbdadm connect r0</command ></screen >
1252
1251
<para >
1253
1252
That resolves the issue by overwriting one node's data with the peer's
1254
1253
data, therefore getting a consistent view on both nodes.
You can’t perform that action at this time.
0 commit comments