]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python-common: add a new smb sub package
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 13 Aug 2025 15:06:35 +0000 (11:06 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 15 Aug 2025 16:41:40 +0000 (12:41 -0400)
commitb99f0296ff07a38e2a87133938017fc30f20a905
tree5623f32d26279aba83391e598f1cf7d9490aee7b
parent14f033fe6bbed3dccb9b6f6ffd49c59fd0fc41f3
python-common: add a new smb sub package

Add a new smb sub package for smb related things that are meant to
be shared throughout the Ceph python code related to smb and the
smb management stack.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/smb/__init__.py [new file with mode: 0644]
src/python-common/ceph/smb/constants.py [new file with mode: 0644]