]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Rephrase dedicated pool helper in rbd create form
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Wed, 4 Sep 2024 11:28:06 +0000 (16:58 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Wed, 11 Sep 2024 06:55:47 +0000 (12:25 +0530)
Fixes: https://tracker.ceph.com/issues/67893
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit a94a0ad634d3fdf637b74666a8a8758afc50b9e0)

Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html (conflicts with carbon changes)

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html

index 4c86ef15e27a4f2785cec128fea7a1e4fee91826..4cb1f31e434e83a93f383c3b09b88b73191d456c 100644 (file)
               <label class="custom-control-label"
                      for="useDataPool"
                      i18n>Dedicated data pool</label>
-              <cd-help-text>Use a dedicated pool to store the mirror data. If not selected, the mirror data will be stored in the same pool as the image data.</cd-help-text>
+              <cd-help-text>Use a dedicated pool to store the image data. If not selected,
+                the image data will be stored in the same pool as the image metadata.
+              </cd-help-text>
               <cd-helper *ngIf="allDataPools.length <= 1 && mode !== 'editing'">
                 <span i18n>You need more than one pool with the rbd application label use to use a dedicated data pool.</span>
               </cd-helper>