Skip to content

Commit 6610628

Browse files
committed
(DOCSP-49239): Fixed s3 migration language.
gst
1 parent 7e96c93 commit 6610628

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/admin/backup/jobs-page.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ After you transition to another S3-compatible snapshot store, the
180180
existing snapshots remain in the previous store until they expire and
181181
the :ref:`groom job <grooms-page>` removes them. All new snapshots are
182182
stored on the newly selected store, starting with a full snapshot. If a
183-
snapshot is in progress at the time of migration, it will complete on
184-
the current store, and the migration will take effect with the next
183+
snapshot is in progress at the time of transition, it will complete on
184+
the current store, and the transition will take effect with the next
185185
scheduled snapshot.
186186

187187
.. include:: /includes/steps/admin-transition-s3-blockstore.rst

source/reference/api/backup/update-backup-config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ Example Request
388388
"preferredMember":"{HOSTNAME}:{PORT}"
389389
}'
390390

391-
.. tab:: S3 Blockstore Migration Request
392-
:tabid: s3-migration
391+
.. tab:: S3 Blockstore Transition Request
392+
:tabid: s3-transition
393393

394394
.. code-block:: sh
395395
:linenos:
@@ -488,8 +488,8 @@ Response Body
488488
"preferredMember":"{HOSTNAME}:{PORT}"
489489
}
490490

491-
.. tab:: S3 Blockstore Migration Response
492-
:tabid: s3-migration
491+
.. tab:: S3 Blockstore Transition Response
492+
:tabid: s3-transition
493493

494494
.. code-block:: json
495495
:linenos:

0 commit comments

Comments
 (0)