There was an error fetching the commit references. Please try again later.
ceph: print cluster fsid and client global_id in all debug logs
Multiple CephFS mounts on a host is increasingly common so disambiguating messages like this is necessary and will make it easier to debug issues. At the same this will improve the debug logs to make them easier to troubleshooting issues, such as print the ino# instead only printing the memory addresses of the corresponding inodes and print the dentry names instead of the corresponding memory addresses for the dentry,etc. Link: https://tracker.ceph.com/issues/61590 Signed-off-by:Xiubo Li <xiubli@redhat.com> Reviewed-by:
Patrick Donnelly <pdonnell@redhat.com> Reviewed-by:
Milind Changire <mchangir@redhat.com> Signed-off-by:
Ilya Dryomov <idryomov@gmail.com>
Showing
- fs/ceph/acl.c 4 additions, 2 deletionsfs/ceph/acl.c
- fs/ceph/addr.c 153 additions, 126 deletionsfs/ceph/addr.c
- fs/ceph/caps.c 410 additions, 300 deletionsfs/ceph/caps.c
- fs/ceph/crypto.c 26 additions, 13 deletionsfs/ceph/crypto.c
- fs/ceph/debugfs.c 4 additions, 2 deletionsfs/ceph/debugfs.c
- fs/ceph/dir.c 132 additions, 86 deletionsfs/ceph/dir.c
- fs/ceph/export.c 22 additions, 17 deletionsfs/ceph/export.c
- fs/ceph/file.c 141 additions, 104 deletionsfs/ceph/file.c
- fs/ceph/inode.c 267 additions, 218 deletionsfs/ceph/inode.c
- fs/ceph/ioctl.c 9 additions, 4 deletionsfs/ceph/ioctl.c
- fs/ceph/locks.c 33 additions, 24 deletionsfs/ceph/locks.c
- fs/ceph/mds_client.c 315 additions, 243 deletionsfs/ceph/mds_client.c
- fs/ceph/mdsmap.c 12 additions, 12 deletionsfs/ceph/mdsmap.c
- fs/ceph/metric.c 3 additions, 2 deletionsfs/ceph/metric.c
- fs/ceph/quota.c 18 additions, 11 deletionsfs/ceph/quota.c
- fs/ceph/snap.c 95 additions, 79 deletionsfs/ceph/snap.c
- fs/ceph/super.c 40 additions, 30 deletionsfs/ceph/super.c
- fs/ceph/super.h 6 additions, 0 deletionsfs/ceph/super.h
- fs/ceph/xattr.c 57 additions, 39 deletionsfs/ceph/xattr.c
Please register or sign in to comment