Project

General

Profile

Bug #13586

Updated by Loïc Dachary over 8 years ago

<pre>
OSDSuperblock sb;
bufferlist sbbl;
ret = store->read(coll_t::meta(), OSD_SUPERBLOCK_POBJECT, 0, 0, sbbl);
if (ret >= 0) {
dout(0) << " have superblock" << dendl;
if (whoami != sb.whoami) {
</pre>

*sb* <b>sb</b> does not have the content of sbbl

Back