Revert "qapi: BlockExportRemoveMode: move comments to TODO"

This reverts commit 97cd74f772.

The next commit will hide TODO: sections.  See there for rationale.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230428105429.1687850-6-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
Markus Armbruster 2023-04-28 12:54:17 +02:00
parent 88d357d292
commit b71fd73cc4
1 changed files with 5 additions and 5 deletions

View File

@ -249,13 +249,13 @@
# #
# @hard: Drop all connections immediately and remove export. # @hard: Drop all connections immediately and remove export.
# #
# TODO: Potential additional modes to be added in the future: # Potential additional modes to be added in the future:
# #
# hide: Just hide export from new clients, leave existing connections as is. # hide: Just hide export from new clients, leave existing connections as is.
# Remove export after all clients are disconnected. # Remove export after all clients are disconnected.
# #
# soft: Hide export from new clients, answer with ESHUTDOWN for all further # soft: Hide export from new clients, answer with ESHUTDOWN for all further
# requests from existing clients. # requests from existing clients.
# #
# Since: 2.12 # Since: 2.12
## ##