From a94a0ad634d3fdf637b74666a8a8758afc50b9e0 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Wed, 4 Sep 2024 16:58:06 +0530 Subject: [PATCH] mgr/dashboard: Rephrase dedicated pool helper in rbd create form Fixes: https://tracker.ceph.com/issues/67893 Signed-off-by: Aashish Sharma --- .../src/app/ceph/block/rbd-form/rbd-form.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html index 67192f5d338..85c56cbf0d4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html @@ -176,8 +176,8 @@ i18n> Use a dedicated data pool - 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. + 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. -- 2.39.5