Skip to content

Commit

Permalink
Merge pull request #36216 from sebastian-philipp/cephadm-fix-undefine…
Browse files Browse the repository at this point in the history
…d-container_path

cephadm: fix UnboundLocalError: `container_path`

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse.com>
  • Loading branch information
sebastian-philipp committed Jul 22, 2020
2 parents 63a56b4 + 8532f53 commit 3252ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cephadm/cephadm
Original file line number Diff line number Diff line change
Expand Up @@ -3999,6 +3999,8 @@ def check_time_sync(enabler=None):

def command_check_host():
# type: () -> None
global container_path

errors = []
commands = ['systemctl', 'lvcreate']

Expand Down

0 comments on commit 3252ab2

Please sign in to comment.