diff options
author | 2022-04-18 14:59:56 +0100 | |
---|---|---|
committer | 2023-08-22 09:01:48 +0200 | |
commit | 64e86f632bf148d007946c52781781eb8380d416 (patch) | |
tree | d1f849ac0190eaa1fadb531ec54d3335ac0c36e5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ceph: make ioctl cmds more readable in debug log (diff) | |
download | wireguard-linux-64e86f632bf148d007946c52781781eb8380d416.tar.xz wireguard-linux-64e86f632bf148d007946c52781781eb8380d416.zip |
ceph: add base64 endcoding routines for encrypted names
The base64url encoding used by fscrypt includes the '_' character, which
may cause problems in snapshot names (if the name starts with '_').
Thus, use the base64 encoding defined for IMAP mailbox names (RFC 3501),
which uses '+' and ',' instead of '-' and '_'.
Signed-off-by: Luís Henriques <lhenriques@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions