mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
Merge pull request #5350 from ceph/wip-pgls-filter-enc
osdc: fix pgls_filter op encoding Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e95787216b
@ -194,8 +194,8 @@ struct ObjectOperation {
|
||||
string mname = "filter";
|
||||
::encode(cname, osd_op.indata);
|
||||
::encode(mname, osd_op.indata);
|
||||
::encode(cookie, osd_op.indata);
|
||||
osd_op.indata.append(filter);
|
||||
::encode(cookie, osd_op.indata);
|
||||
}
|
||||
void add_alloc_hint(int op, uint64_t expected_object_size,
|
||||
uint64_t expected_write_size) {
|
||||
|
Loading…
Reference in New Issue
Block a user