This happens during the normal initialization of a new bluestore osd and it
is confusing for users. Make it less noisy.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
14c498dd22d1e89d30a0896e89fe83e8adf6ac76)
::decode(expected_crc, p);
}
catch (buffer::error& e) {
- derr << __func__ << " unable to decode label at offset " << p.get_off()
+ dout(2) << __func__ << " unable to decode label at offset " << p.get_off()
<< ": " << e.what()
<< dendl;
return -EINVAL;