Skip to content

Commit

Permalink
admin_manual: list_of_events: Fix and extend cluster event fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vmo69 committed Jan 12, 2024
1 parent 1fdb971 commit 2bb9f0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/admin_manual/list_of_events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2319,15 +2319,16 @@ cluster
.. dovecot_core:event:: cluster_user_group_move_finished
:added: 3.0.0

.. dovecot_core:event:: cluster_user_move_started
:added: 3.0.0

:field group: User group name.
:field moved_users: Number of users moved successfully within this
group.
:field moved_users: Number of users moved successfully within this group.
:field failed_users: Number of users whose moving failed.
:field error: Reason why group moving (partially) failed.

.. dovecot_core:event:: cluster_user_move_started
:added: 3.0.0

:field user: Username being moved.
:field dest_host: Destination host where user is being moved to.

.. dovecot_core:event:: cluster_user_move_finished
:added: 3.0.0
Expand Down

0 comments on commit 2bb9f0d

Please sign in to comment.