From: John Mulligan Date: Mon, 23 Feb 2026 17:23:38 +0000 (-0500) Subject: python-common/smb: add the remote-control-local feature X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=954dbb02af80d7436dfb64bb00cd69ed6041a82b;p=ceph.git python-common/smb: add the remote-control-local feature See previous commit for the meaning of this feature flag. Signed-off-by: John Mulligan --- diff --git a/src/python-common/ceph/smb/constants.py b/src/python-common/ceph/smb/constants.py index a90f42fc8e8..1f473dfec21 100644 --- a/src/python-common/ceph/smb/constants.py +++ b/src/python-common/ceph/smb/constants.py @@ -12,6 +12,7 @@ CEPHFS_PROXY = 'cephfs-proxy' CLUSTERED = 'clustered' DOMAIN = 'domain' REMOTE_CONTROL = 'remote-control' +REMOTE_CONTROL_LOCAL = 'remote-control-local' SMBMETRICS = 'smbmetrics' @@ -23,6 +24,7 @@ FEATURES = { CLUSTERED, DOMAIN, REMOTE_CONTROL, + REMOTE_CONTROL_LOCAL, } # Services are components that listen on a "public" network port, to expose