]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: suppress TLSV1_ALERT_DECRYPT_ERROR from cherrypy 43606/head
authorAdam King <adking@redhat.com>
Tue, 19 Oct 2021 12:19:53 +0000 (08:19 -0400)
committerAdam King <adking@redhat.com>
Wed, 20 Oct 2021 14:45:09 +0000 (10:45 -0400)
commit8ae74d991fdc2ce5a3e92412eae3aa63f183dbb2
treec29b4fbe36079d0b39e1434c2e0bf367b79606cb
parent9fda06aa6af9213d37e0cd7db32b21539e811bc6
mgr/cephadm: suppress TLSV1_ALERT_DECRYPT_ERROR from cherrypy

These errors can pop up transiently when the mgr restarts
as the agents have not yet been redeployed with the new certs.
If there's actually a persistant issue with the ssl handshake
we'll find out because the agent will stay down (and a health
warning will be raised). So, these tls alert errors end up not
being necessary to see and tend confuse people into thinking something
is actually wrong because a traceback is getting logged.

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/agent.py