From 59e981bcb757388b771b44bf645f8727c7333302 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 (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/app/ceph/block/rbd-form/rbd-form.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 4c86ef15e27..4cb1f31e434 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 @@ -174,7 +174,9 @@ - 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. + You need more than one pool with the rbd application label use to use a dedicated data pool. -- 2.47.3