Skip to content

Commit 0dea0eb

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc: add ctdb_mutex_ceph_rados_helper to known commands
Signed-off-by: John Mulligan <[email protected]>
1 parent 59f896e commit 0dea0eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sambacc/samba_cmds.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ def samba_dc_foreground() -> SambaCommand:
187187

188188
smbcontrol = SambaCommand("smbcontrol")
189189

190+
ctdb_mutex_ceph_rados_helper = SambaCommand(
191+
"/usr/libexec/ctdb/ctdb_mutex_ceph_rados_helper"
192+
)
193+
190194

191195
def encode(value: typing.Union[str, bytes, None]) -> bytes:
192196
if value is None:

0 commit comments

Comments
 (0)