]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
client: do not fscrypt encrypt snapshot names
authorChristopher Hoffman <choffman@redhat.com>
Tue, 6 May 2025 19:02:29 +0000 (19:02 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
commit73a8b2fda1976f553ec474027a3a73a5f6ceb441
treeb94622d98f8f14ed25d41d09a085da95b3219682
parent367fc7ef1fe9f0eb1fa1b238513d9541fbbb0d43
client: do not fscrypt encrypt snapshot names

Snapshot names are visible within the .snap directory
as dir entries. They can be created by a client that
has an fscrypt key present and also by the manager who
does not have any key. While the client with the key
can create an encrypted name the manager cannot.
Standardize functionality of these semantics to the
common of the two.

Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc