Skip to content

Commit

Permalink
Dev: healthcheck: Enhace log clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Sep 24, 2024
1 parent dd7f78d commit 64f64bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmsh/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def check_local(self, nodes: typing.Iterable[str]) -> bool:
return False

def fix_local(self, nodes: typing.Iterable[str], ask: typing.Callable[[str], None]) -> None:
logger.warning('Passwordless ssh is not initialized. Use `crm cluster init ssh` and `crm cluster join ssh -c <init-node>` to set it up.')
logger.warning('Passwordless ssh is not initialized. Use `crm cluster init ssh` (on init node) and `crm cluster join ssh -c <init-node>` (on join node) to set it up.')
raise FixFailure

def fix_cluster(self, nodes: typing.Iterable[str], ask: typing.Callable[[str], None]) -> None:
Expand Down

0 comments on commit 64f64bb

Please sign in to comment.