mirror of
https://github.com/ceph/ceph
synced 2024-12-27 22:13:28 +00:00
Merge PR #54869 into main
* refs/pull/54869/head: mds: dump sr objects in debug output Reviewed-by: Venky Shankar <vshankar@redhat.com> Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
This commit is contained in:
commit
d7e2a322a5
@ -3128,8 +3128,8 @@ void CInode::open_snaprealm(bool nosplit)
|
||||
SnapRealm *parent = find_snaprealm();
|
||||
snaprealm = new SnapRealm(mdcache, this);
|
||||
if (parent) {
|
||||
dout(10) << __func__ << " " << snaprealm
|
||||
<< " parent is " << parent
|
||||
dout(10) << __func__ << " " << *snaprealm
|
||||
<< " parent is " << *parent
|
||||
<< dendl;
|
||||
dout(30) << " siblings are " << parent->open_children << dendl;
|
||||
snaprealm->parent = parent;
|
||||
|
Loading…
Reference in New Issue
Block a user