mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
Merge pull request #43789 from sebastian-philipp/could-not-locate-podmanb
cephadm: Avoid "Could not locate podman: podman not found" Reviewed-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
commit
23f040f340
@ -1997,8 +1997,8 @@ def find_container_engine(ctx: CephadmContext) -> Optional[ContainerEngine]:
|
||||
for i in CONTAINER_PREFERENCE:
|
||||
try:
|
||||
return i()
|
||||
except Exception as e:
|
||||
logger.debug('Could not locate %s: %s' % (i.EXE, e))
|
||||
except Exception:
|
||||
pass
|
||||
return None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user