]> asedeno.scripts.mit.edu Git - linux.git/commit
libceph: don't warn if req->r_abort_on_full is set
authorIlya Dryomov <idryomov@gmail.com>
Thu, 17 May 2018 14:13:07 +0000 (16:13 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 4 Jun 2018 18:45:58 +0000 (20:45 +0200)
commit29e878201ee635940ba018bce51f4ee0f0e47a5b
treebc501cab9a9a5231d946df3c4c49026d5e26c0e6
parent4eea0fefd7e60552b36a74f49bd7064d1a5aef2d
libceph: don't warn if req->r_abort_on_full is set

The "FULL or reached pool quota" warning is there to explain paused
requests.  No need to emit it if pausing isn't going to occur.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
net/ceph/osd_client.c