From f1c1b73567ba30bb4c295a66b307428f6095ee5b Mon Sep 17 00:00:00 2001 From: Pedro Gonzalez Gomez Date: Fri, 10 Jan 2025 11:01:14 +0100 Subject: [PATCH] mgr/dashboard: add warning message on smb service management Fixes: https://tracker.ceph.com/issues/69485 Signed-off-by: Pedro Gonzalez Gomez --- .../services/service-form/service-form.component.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html index 81df7582ce9e5..53ba61346b7de 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html @@ -29,6 +29,15 @@ With an active mgmt-gateway service, the dashboard will continue to be served on {{currentURL}}:{{port}} and all other services will be accessible from {{currentURL}}:{{port}}/service_name + + SMB service management is intended for advanced users only. + For most scenarios, it is recommended to use the SMB module instead. + To manage SMB clusters and shares, please visit the SMB page. + +