Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
WRITE_CLASS_ENCODER(cls_rgw_reshard_add_op)
struct cls_rgw_reshard_list_op {
- uint32_t max;
+ uint32_t max{0};
string marker;
cls_rgw_reshard_list_op() {}
struct cls_rgw_reshard_list_ret {
list<cls_rgw_reshard_entry> entries;
- bool is_truncated;
+ bool is_truncated{false};
cls_rgw_reshard_list_ret() {}
string bucket_name;
string bucket_id;
string new_instance_id;
- uint32_t old_num_shards;
- uint32_t new_num_shards;
+ uint32_t old_num_shards{0};
+ uint32_t new_num_shards{0};
cls_rgw_reshard_entry() {}