Skip to content

Commit 95d6395

Browse files
authored
Merge pull request ceph#62515 from rzarzynski/wip-ftbfs-rgwzoneplctier
rgw: fix the version in DECODE_START() of RGWZoneGroupPlacementTier Reviewed-by: Kefu Chai <[email protected]> Reviewed-by: Casey Bodley <[email protected]> Reviewed-by: Bill Scales <[email protected]>
2 parents 63b7671 + b35a8e0 commit 95d6395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/rgw_zone_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ struct RGWZoneGroupPlacementTier {
626626
}
627627

628628
void decode(bufferlist::const_iterator& bl) {
629-
DECODE_START(3, bl);
629+
DECODE_START(4, bl);
630630
decode(tier_type, bl);
631631
decode(storage_class, bl);
632632
decode(retain_head_object, bl);

0 commit comments

Comments
 (0)