• S
    ceph: avoid resending queued message to monitor · 97069001
    Sage Weil 提交于
    The auth_reply handler will (re)send any pending requests.  For the
    initial mon authenticate phase, that's correct, but when a auth ticket
    renewal races with an in-flight request, we may resend a request message
    that is already in flight.  Avoid this by revoking the message before
    sending it.
    
    We should also avoid resending requests at all during ticket renewal; that
    will come soon.
    Signed-off-by: NSage Weil <sage@newdream.net>
    97069001
mon_client.c 20.7 KB
新手
引导
客服 返回
顶部