This commit is contained in:
anatoly@nspcc.ru 2020-11-29 06:54:18 +03:00
parent 3d02021da0
commit f4d1f0b0fc

View file

@ -1037,7 +1037,7 @@ def _search_object(node:str, private_key: str, cid:str, oid: str):
if re.search(r'local node is outside of object placement', e.output):
logger.error("Server is not presented in container.")
if ( re.search(r'timed out after 30 seconds', e.output) or re.search(r'no route to host', e.output) ):
elif ( re.search(r'timed out after 30 seconds', e.output) or re.search(r'no route to host', e.output) ):
logger.warn("Node is unavailable")
else: