There are circumstances in which objects don't have omap headers, so this should
not be treated as an error
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
}))
).then_unpack([&new_progress, push_op](auto bl, auto attrs) {
if (bl.length() == 0) {
- logger().error("read_metadata_for_push_op: fail to read omap header");
- return eversion_t{};
+ logger().warn("read_metadata_for_push_op: fail to read omap header");
} else if (attrs.empty()) {
logger().error("read_metadata_for_push_op: fail to read attrs");
return eversion_t{};