From 64f64bb262c97a73d933a7424a59c07f9ad3318f Mon Sep 17 00:00:00 2001 From: xin liang Date: Tue, 24 Sep 2024 10:31:09 +0800 Subject: [PATCH] Dev: healthcheck: Enhace log clarity --- crmsh/healthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmsh/healthcheck.py b/crmsh/healthcheck.py index e242fd78f..ffb0120f7 100644 --- a/crmsh/healthcheck.py +++ b/crmsh/healthcheck.py @@ -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 ` 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 ` (on join node) to set it up.') raise FixFailure def fix_cluster(self, nodes: typing.Iterable[str], ask: typing.Callable[[str], None]) -> None: