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 @@ -1131,15 +1131,14 @@ resource r0-U {
1131
1131
To resolve this situation, enter the following commands on the node which has
1132
1132
data to be discarded:
1133
1133
</para >
1134
- <screen >&prompt.root; <command >drbdadm secondary r0</command ></screen >
1135
- <para >
1136
- If the state is in <literal >WFconnection</literal >, disconnect first:
1137
- </para >
1138
- <screen >&prompt.root; <command >drbdadm disconnect r0</command ></screen >
1134
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1135
+ &prompt.root; <command >drbdadm secondary r0</command >
1136
+ &prompt.root; <command >drbdadm connect --discard-my-data r0</command ></screen >
1139
1137
<para >
1140
- On the node which has the latest data enter the following:
1138
+ On the node which has the latest data, enter the following commands :
1141
1139
</para >
1142
- <screen >&prompt.root; <command >drbdadm connect --discard-my-data r0</command ></screen >
1140
+ <screen >&prompt.root; <command >drbdadm disconnect r0</command >
1141
+ &prompt.root; <command >drbdadm connect r0</command ></screen >
1143
1142
<para >
1144
1143
That resolves the issue by overwriting one node's data with the peer's
1145
1144
data, therefore getting a consistent view on both nodes.
You can’t perform that action at this time.
0 commit comments