summaryrefslogtreecommitdiffstats
path: root/tests/basic
diff options
context:
space:
mode:
authorXavi Hernandez <jahernan@redhat.com>2019-09-25 11:56:35 +0200
committerPranith Kumar Karampuri <pkarampu@redhat.com>2019-09-26 13:59:51 +0000
commit61f768eddecc52eb1ba44169526dd674864d0aa1 (patch)
treecb503339483bbfcebc2a366524e1d841bc0e5128 /tests/basic
parent80cb838773f3574f68b1fa821fcb712ada350309 (diff)
cluster/ec: prevent filling shd log with "table not found" messages
When self-heal daemon receives an inodelk contention notification, it tries to locate the related inode using inode_find() and the inode table owned by top-most xlator, which in this case doesn't have any inode table. This causes many messages to be logged by inode_find() function because the inode table passed is NULL. This patch prevents this by making sure the inode table is not NULL before calling inode_find(). Change-Id: I8d001bd180aaaf1521ba40a536b097fcf70c991f Fixes: bz#1755344 Signed-off-by: Xavi Hernandez <jahernan@redhat.com>
Diffstat (limited to 'tests/basic')
0 files changed, 0 insertions, 0 deletions