This commit fixes an undetected merge conflict between PRs #61745
and #60159. The dencoding problem has been introduced very recently,
it is straightforward and causes failures of the make check bot
everywhere, therefore -- if no objections -- I want to merge this
patch without the Teuthology testing.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
}
void decode(bufferlist::const_iterator& bl) {
- DECODE_START(3, bl);
+ DECODE_START(4, bl);
decode(tier_type, bl);
decode(storage_class, bl);
decode(retain_head_object, bl);