mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
os/bluestore: show compress and buffered from WriteContext
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
6e14a50e20
commit
90c3c2032c
@ -11261,6 +11261,8 @@ void BlueStore::_choose_write_options(
|
||||
|
||||
dout(20) << __func__ << " prefer csum_order " << wctx->csum_order
|
||||
<< " target_blob_size 0x" << std::hex << wctx->target_blob_size
|
||||
<< " compress=" << (int)wctx->compress
|
||||
<< " buffered=" << (int)wctx->buffered
|
||||
<< std::dec << dendl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user