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)
<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>