From af6803bd557a5a39dc00c8f453683a3f5ca4cfaa Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 1 Feb 2010 14:53:41 -0800 Subject: [PATCH] osd: quiet down about request perms --- src/osd/OSD.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 35940f53a80d6..950f275e120b4 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -3928,8 +3928,9 @@ void OSD::handle_op(MOSDOp *op) int pool = pgid.pool(); int perm = caps.get_pool_cap(pool); - dout(0) << "request for pool=" << pool << " perm=" << perm << " may_read=" << op->may_read() << " may_write=" << op->may_write() - << " may_exec=" << op->may_exec() << dendl; + dout(10) << "request for pool=" << pool << " perm=" << perm + << " may_read=" << op->may_read() << " may_write=" << op->may_write() + << " may_exec=" << op->may_exec() << dendl; if (op->may_read()) { if (!(perm & OSD_POOL_CAP_R)) { -- 2.39.5