]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common/smb: add the remote-control-local feature
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 23 Feb 2026 17:23:38 +0000 (12:23 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 4 Mar 2026 17:45:59 +0000 (12:45 -0500)
See previous commit for the meaning of this feature flag.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/smb/constants.py

index a90f42fc8e894d8cce48f693bb17541448b08021..1f473dfec21561e1658fb1b062c7b80fc61fe751 100644 (file)
@@ -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