]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/mirroring: interface to mirror CephFS directory snapshots
authorVenky Shankar <vshankar@redhat.com>
Thu, 9 Jul 2020 10:43:47 +0000 (06:43 -0400)
committerVenky Shankar <vshankar@redhat.com>
Thu, 4 Feb 2021 04:49:15 +0000 (23:49 -0500)
commitf1cb9317e5b8e57f046dbec8042b0d2d2f0027e2
tree32f6968fb4dfbe21d16431d6bbb4bb83a1f3c4ee
parente64c61192e4b78279cd8ba7713523fe13749a4d6
pybind/mgr/mirroring: interface to mirror CephFS directory snapshots

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit b7acf7fc77d8c7865935643c3eb484be2f9999a1)
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