]> git.apps.os.sepia.ceph.com Git - ceph.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>
Wed, 5 Nov 2025 13:59:34 +0000 (13:59 +0000)
commit81102450ec5578150c1b36c3e48fee7e89075e54
treea90e7fc2ffee711c96a394f001d60078bd88c1c2
parent8b3bcef6cdbf354566d3be291e77e83528c7d3c8
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]