From: Aashish Sharma Date: Wed, 4 Sep 2024 11:28:06 +0000 (+0530) Subject: mgr/dashboard: Rephrase dedicated pool helper in rbd create form X-Git-Tag: testing/wip-vshankar-testing-20241106.074359-squid-debug~144^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=59e981bcb757388b771b44bf645f8727c7333302;p=ceph-ci.git 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) --- 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.