mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
Merge pull request #19753 from qrGitHub/wip-rgw-fix-cephdencoder
rgw: format rgw_bucket_dir_header in ceph-dencoder Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
6ccc2b025f
@ -527,8 +527,8 @@ void rgw_bucket_dir_header::dump(Formatter *f) const
|
||||
iter->second.dump(f);
|
||||
f->close_section();
|
||||
}
|
||||
::encode_json("new_instance", new_instance, f);
|
||||
f->close_section();
|
||||
::encode_json("new_instance", new_instance, f);
|
||||
}
|
||||
|
||||
void rgw_bucket_dir::generate_test_instances(list<rgw_bucket_dir*>& o)
|
||||
|
Loading…
Reference in New Issue
Block a user