mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
be quiet about cache reads
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1612 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
a63057f505
commit
8ec0b1ca47
@ -273,7 +273,7 @@ bool ReplicatedPG::preprocess_op(MOSDOp *op)
|
||||
}
|
||||
|
||||
// do it now
|
||||
dout(-10) << "preprocess_op data is in cache, reading from cache" << *op << dendl;
|
||||
dout(10) << "preprocess_op data is in cache, reading from cache" << *op << dendl;
|
||||
do_op(op);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user