]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: do not release the global snaprealm until unmounting 45114/head
authorXiubo Li <xiubli@redhat.com>
Tue, 22 Feb 2022 03:46:44 +0000 (11:46 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 15 Apr 2022 02:51:31 +0000 (10:51 +0800)
commit51171365839373d5ee4fb6fb8fbba2a471c5bc8f
treea1ee20e8a9ad38c49a9f7486dc200ccf65f2a0bf
parent5c1c754ecdf9f7e3daf85b19d5ceb5cd11919185
client: do not release the global snaprealm until unmounting

The global snaprealm would be created and then destroyed immediately
every time when updating it.

Fixes: https://tracker.ceph.com/issues/54362
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc