]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: update rgw multisite import form helper info 54253/head
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Mon, 30 Oct 2023 07:47:37 +0000 (13:17 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Mon, 30 Oct 2023 16:10:44 +0000 (21:40 +0530)
Change 'To obtain the token, generate it from your secondary Ceph cluster' to 'To obtain the token, generate it from your primary Ceph cluster' in rgw multisite import form helper

Fixes: https://tracker.ceph.com/issues/63348
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 6d066e3d7eefc3f4aceccde6b53fc5265668b3de)

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html

index a001e4b00c7c988ed951479670b38d0cf09fac10..ee9816dc5cbccd0fdb883579bc855e753ea1b3b1 100644 (file)
@@ -11,7 +11,7 @@
                       spacingClass="mb-3">
         <ul>
           <li>This feature allows you to configure a connection between your primary and secondary Ceph clusters for data replication. By importing a token, you establish a link between the clusters, enabling data synchronization.</li>
-          <li>To obtain the token, generate it from your secondary Ceph cluster. This token includes encoded information about the secondary cluster's endpoint, access key, and secret key.</li>
+          <li>To obtain the token, generate it from your primary Ceph cluster. This token includes encoded information about the secondary cluster's endpoint, access key, and secret key.</li>
           <li>The secondary zone represents the destination cluster where your data will be replicated.</li>
         </ul>
       </cd-alert-panel>