]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: use the whole string as the snapshot long name 45192/head
authorXiubo Li <xiubli@redhat.com>
Mon, 28 Feb 2022 09:56:37 +0000 (17:56 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 14 Apr 2022 12:21:53 +0000 (20:21 +0800)
commit5511dd7ce0dfd82b1b267b4f716396779042b35e
treefaa46633ddda2492dcea9d0ac0654a648b18b9b3
parentb4ea90ad828c04cef50d0e279e7f40dd73444e39
mds: use the whole string as the snapshot long name

The length of encrypted the snapshot name will be longer than normal
name and we need the whole encrypted name in kclient to do the base64
decode.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/snap.cc