mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
osd: clarify REQUIRE_LUMINOUS error message
This should be visible at the default log level, so users have some hope of figuring out the problem. Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
880cbf09aa
commit
f75e5c99b1
@ -5035,7 +5035,8 @@ void OSD::_preboot(epoch_t oldest, epoch_t newest)
|
||||
<< dendl;
|
||||
} else if (!monc->monmap.get_required_features().contains_all(
|
||||
ceph::features::mon::FEATURE_LUMINOUS)) {
|
||||
dout(1) << "monmap REQUIRE_LUMINOUS is NOT set; upgrade mons first" << dendl;
|
||||
derr << "monmap REQUIRE_LUMINOUS is NOT set; must upgrade all monitors to "
|
||||
<< "Luminous or later before Luminous OSDs will boot" << dendl;
|
||||
} else if (osdmap->get_epoch() >= oldest - 1 &&
|
||||
osdmap->get_epoch() + cct->_conf->osd_map_message_max > newest) {
|
||||
_send_boot();
|
||||
|
Loading…
Reference in New Issue
Block a user