From: John Mulligan Date: Mon, 23 Feb 2026 17:24:04 +0000 (-0500) Subject: mgr/smb: configure smb service for new remote control local feature X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25b373c817687e133bd4bb39565eabc69f33a389;p=ceph.git mgr/smb: configure smb service for new remote control local feature Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/smb/handler.py b/src/pybind/mgr/smb/handler.py index 66232d6466c..612d5b8b6d8 100644 --- a/src/pybind/mgr/smb/handler.py +++ b/src/pybind/mgr/smb/handler.py @@ -1015,7 +1015,8 @@ def _generate_smb_service_spec( if needs_proxy: features.append(_CEPHFS_PROXY) if cluster.remote_control_is_enabled: - features.append(_REMOTE_CONTROL) + assert cluster.remote_control is not None + features.extend(cluster.remote_control.enabled_features()) # only one config uri can be used, the input list should be # ordered from lowest to highest priority and the highest priority # item that exists in the store will be used.