continue;
}
derr << "ERROR: failed to refresh rotating keys, "
- << "maximum retry time reached." << dendl;
+ << "maximum retry time reached."
+ << " Maybe I have a clock skew against the monitors?" << dendl;
std::lock_guard locker{mds_lock};
suicide();
return -CEPHFS_ETIMEDOUT;
derr << "unable to obtain rotating service keys; retrying" << dendl;
++rotating_auth_attempts;
if (rotating_auth_attempts > g_conf()->max_rotating_auth_attempts) {
- derr << __func__ << " wait_auth_rotating timed out" << dendl;
+ derr << __func__ << " wait_auth_rotating timed out"
+ <<" -- maybe I have a clock skew against the monitors?" << dendl;
exit(1);
}
}