]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: Add enctag to subvol
authorChristopher Hoffman <choffman@redhat.com>
Mon, 24 Feb 2025 16:08:12 +0000 (16:08 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Thu, 14 Aug 2025 20:12:15 +0000 (20:12 +0000)
commit24ae3e0563e951dbf3fa89fdc0583c88a5784e07
tree43181ab10b6e9d7ef6c622485ead09e06413316e
parentb9ddf9d364ec3c635bcfb79dfe6c7e241e01be82
mgr/volumes: Add enctag to subvol

Add functionality to support enctag for subvols. This
will be useful for app or administrator to know which
master key to use.

Fixes: https://tracker.ceph.com/issues/69693
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/pybind/mgr/volumes/fs/operations/subvolume.py
src/pybind/mgr/volumes/fs/operations/template.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v2.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py
src/python-common/ceph/fs/enctag.py [new file with mode: 0644]