Skip to content

Commit 6d57bb5

Browse files
authored
Merge pull request ceph#55659 from batrick/i64503
client: log debug message when requesting unmount Reviewed-by: Venky Shankar <[email protected]>
2 parents 7280a24 + bbaadac commit 6d57bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/Client.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6986,11 +6986,13 @@ void Client::_unmount(bool abort)
69866986

69876987
void Client::unmount()
69886988
{
6989+
ldout(cct, 2) << __func__ << dendl;
69896990
_unmount(false);
69906991
}
69916992

69926993
void Client::abort_conn()
69936994
{
6995+
ldout(cct, 2) << __func__ << dendl;
69946996
_unmount(true);
69956997
}
69966998

0 commit comments

Comments
 (0)