mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
os/bluestore: print alloc hint flags as a string
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
4079eb421e
commit
541888f091
@ -6527,7 +6527,7 @@ int BlueStore::_set_alloc_hint(
|
||||
dout(15) << __func__ << " " << c->cid << " " << o->oid
|
||||
<< " object_size " << expected_object_size
|
||||
<< " write_size " << expected_write_size
|
||||
<< " flags " << flags
|
||||
<< " flags " << ceph_osd_alloc_hint_flag_string(flags)
|
||||
<< dendl;
|
||||
int r = 0;
|
||||
o->onode.expected_object_size = expected_object_size;
|
||||
@ -6537,7 +6537,7 @@ int BlueStore::_set_alloc_hint(
|
||||
dout(10) << __func__ << " " << c->cid << " " << o->oid
|
||||
<< " object_size " << expected_object_size
|
||||
<< " write_size " << expected_write_size
|
||||
<< " flags " << flags
|
||||
<< " flags " << ceph_osd_alloc_hint_flag_string(flags)
|
||||
<< " = " << r << dendl;
|
||||
return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user