From e2649091777f0ea94c8a002e1a02872317111fc6 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 22 Aug 2024 14:08:16 -0400 Subject: [PATCH] mgr/smb: add cluster public ip information to service spec Signed-off-by: John Mulligan --- src/pybind/mgr/smb/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/smb/handler.py b/src/pybind/mgr/smb/handler.py index 740f7779af5..b2285eef575 100644 --- a/src/pybind/mgr/smb/handler.py +++ b/src/pybind/mgr/smb/handler.py @@ -1205,6 +1205,7 @@ def _generate_smb_service_spec( user_sources=user_sources, custom_dns=cluster.custom_dns, include_ceph_users=user_entities, + cluster_public_addrs=cluster.service_spec_public_addrs(), ) -- 2.39.5