We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa7d7a commit afe3a32Copy full SHA for afe3a32
doc/book/box/box_info.rst
@@ -182,9 +182,12 @@ variables.
182
Even if an instance is :ref:`removed <replication-remove_instances>`,
183
its values will still appear here.
184
185
- * **replication.downstream.status** ``= disconnected`` is displayed if the
186
- downstream instance disconnects from the upstream instance. Otherwise the
187
- status is not reported.
+ * **replication.downstream.status** is the replication status for downstream
+ replications:
+
188
+ * ``disconnected`` is displayed if the downstream instance disconnects
189
+ from the upstream instance.
190
+ * ``follow`` means that downstream replication is in progress.
191
192
.. function:: box.info()
193
0 commit comments