Skip to content

Commit

Permalink
Merge pull request red-hat-storage#3920 from psathyan/fixUnbound
Browse files Browse the repository at this point in the history
long_running fix unbound variable exception
  • Loading branch information
mergify[bot] authored Jul 25, 2024
2 parents dedd49e + fcf7b4c commit 2e4222b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceph/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,7 @@ def long_running(self, **kw):
ssh = self.rssh if kw.get("sudo") else self.ssh
cmd = kw["cmd"]
timeout = None if kw.get("timeout") == "notimeout" else kw.get("timeout", 3600)
_end_time = None

logger.info(
f"long running command on {self.ip_address} -- {cmd} with {timeout} seconds"
Expand Down

0 comments on commit 2e4222b

Please sign in to comment.