Skip to content

Commit 152d90c

Browse files
committed
Change iproto_ballot_ro to iproto_ballot_is_ro
1 parent fea09e3 commit 152d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev_guide/internals/box_protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ IPROTO_BALLOT_IS_RO_CFG corresponds to :ref:`box.cfg.read_only <cfg_basic-read_o
12941294
IPROTO_BALLOT_GC_VCLOCK may have the value of the instance's oldest
12951295
WAL entry, which corresponds to :ref:`box.info.gc().vclock <box_info_gc>`.
12961296

1297-
IPROTO_BALLOT_RO is true if the instance is not writable,
1297+
IPROTO_BALLOT_IS_RO is true if the instance is not writable,
12981298
which may happen for a variety of reasons, such as:
12991299
it was configured as :ref:`read_only <cfg_basic-read_only>`,
13001300
or it has :ref:`orphan status <replication-orphan_status>`,

0 commit comments

Comments
 (0)