提交 12ae44a4 编写于 作者: L Luis Henriques 提交者: Ilya Dryomov

ceph: demote quotarealm lookup warning to a debug message

A misconfigured cephx can easily result in having the kernel client
flooding the logs with:

  ceph: Can't lookup inode 1 (err: -13)

Change this message to debug level.

Cc: stable@vger.kernel.org
URL: https://tracker.ceph.com/issues/44546Signed-off-by: NLuis Henriques <lhenriques@suse.com>
Reviewed-by: NJeff Layton <jlayton@kernel.org>
Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
上级 3a5ccecd
...@@ -159,8 +159,8 @@ static struct inode *lookup_quotarealm_inode(struct ceph_mds_client *mdsc, ...@@ -159,8 +159,8 @@ static struct inode *lookup_quotarealm_inode(struct ceph_mds_client *mdsc,
} }
if (IS_ERR(in)) { if (IS_ERR(in)) {
pr_warn("Can't lookup inode %llx (err: %ld)\n", dout("Can't lookup inode %llx (err: %ld)\n",
realm->ino, PTR_ERR(in)); realm->ino, PTR_ERR(in));
qri->timeout = jiffies + msecs_to_jiffies(60 * 1000); /* XXX */ qri->timeout = jiffies + msecs_to_jiffies(60 * 1000); /* XXX */
} else { } else {
qri->timeout = 0; qri->timeout = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册