]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/mirroring: interface to mirror CephFS directory snapshots 35993/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 9 Jul 2020 10:43:47 +0000 (06:43 -0400)
committerVenky Shankar <vshankar@redhat.com>
Tue, 19 Jan 2021 06:06:43 +0000 (01:06 -0500)
commitb7acf7fc77d8c7865935643c3eb484be2f9999a1
tree013502e2443017f6da9ea62f6f6f6eafc7223b4f
parent296e879009a16130138c9f7aa09bfdbf29ff9847
pybind/mgr/mirroring: interface to mirror CephFS directory snapshots

Signed-off-by: Venky Shankar <vshankar@redhat.com>
17 files changed:
ceph.spec.in
debian/ceph-mgr-modules-core.install
src/pybind/mgr/mirroring/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/blocklist.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/create.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/load.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/policy.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/state_transition.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/update.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/exception.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/notify.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/snapshot_mirror.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/utils.py [new file with mode: 0644]
src/pybind/mgr/mirroring/module.py [new file with mode: 0644]
src/pybind/mgr/tox.ini