the data was inconsistent so we can't recover.
Use WRN for incidents that the cluster can handle, but have some abnormal/negative
-aspect, such as a temporary degredation of service, or an unexpected internal
+aspect, such as a temporary degradation of service, or an unexpected internal
value. For example, a metadata error that can be auto-fixed, or a slow operation.
Use INFO for ordinary cluster operations that do not indicate a fault in
Blobs are used to encode ``std::string``, ``const char *`` and ``bufferlist``.
.. note::
- The content of a Blob is arbratrary binary data.
+ The content of a Blob is arbitrary binary data.
Map
---
u32le front_len; // The size of the front section.
u32le middle_len; // The size of the middle section.
u32le data_len; // The size of the data section.
- u16le data_off; // The way data should be aligned by the reciever.
+ u16le data_off; // The way data should be aligned by the receiver.
ceph_entity_name src; // Information about the sender.