Signed-off-by: songweibin <song.weibin@zte.com.cn>
ceph osd lspools
-On a freshly installed cluster, only the ``rbd`` pool exists.
-
.. _createpool:
* @param len number of bytes to be read
* @param bl output bufferlist
* @param op_flags is CEPH_OSD_OP_FLAG_*
- * @param allow_eio if false, assert on -EIO operation failure
* @returns number of bytes read on success, or negative error code on failure.
*/
virtual int read(
*/
bool Objecter::_osdmap_full_flag() const
{
- // Ignore the FULL flag if the caller has honor_osdmap_full
+ // Ignore the FULL flag if the caller does not have honor_osdmap_full
return osdmap->test_flag(CEPH_OSDMAP_FULL) && honor_osdmap_full;
}