Skip to content

Commit 4640698

Browse files
authored
Merge pull request ceph#59599 from rhcs-dashboard/fix-67893-main
mgr/dashboard: Rephrase dedicated pool helper in rbd create form Reviewed-by: Afreen Misbah <[email protected]>
2 parents be6b951 + a94a0ad commit 4640698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176
i18n>
177177
Use a dedicated data pool
178178

179-
<cd-help-text>Use a dedicated pool to store the mirror data. If not selected,
180-
the mirror data will be stored in the same pool as the image data.
179+
<cd-help-text>Use a dedicated pool to store the image data. If not selected,
180+
the image data will be stored in the same pool as the image metadata.
181181
</cd-help-text>
182182

183183
<cd-helper *ngIf="allDataPools.length <= 1 && mode !== 'editing'">

0 commit comments

Comments
 (0)