[Freeipa-devel] [freeipa PR#797][comment] ipa-replica-conncheck: handle ssh not installed

2017-05-30 Thread martbab via FreeIPA-devel
  URL: https://github.com/freeipa/freeipa/pull/797
Title: #797: ipa-replica-conncheck: handle ssh not installed

martbab commented:
"""
ipa-4-5:

* bacccb70a2e91efa22ee19aec9cca75bac94bd95 ipa-replica-conncheck: handle ssh 
not installed


master:

* f960450820c13284b52b4c5f420f0f1191a45619 ipa-replica-conncheck: handle ssh 
not installed


"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/797#issuecomment-304832646
___
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org


[Freeipa-devel] [freeipa PR#797][comment] ipa-replica-conncheck: handle ssh not installed

2017-05-22 Thread flo-renaud
  URL: https://github.com/freeipa/freeipa/pull/797
Title: #797: ipa-replica-conncheck: handle ssh not installed

flo-renaud commented:
"""
Hi @martbab 
I initially thought that the code never worked and always triggered an 
exception, but you are right, it used to skip the check when ssh client is not 
installed. I updated the PR to revert to the original behavior.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/797#issuecomment-303075145
___
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org


[Freeipa-devel] [freeipa PR#797][comment] ipa-replica-conncheck: handle ssh not installed

2017-05-19 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/797
Title: #797: ipa-replica-conncheck: handle ssh not installed

martbab commented:
"""
I was quite not sure what to do when SSH is not installer because the intent of 
the original code (at least from what I inferred) was that the absence of SSHd 
should trigger a warning message and skip SSH checks. Your commit changes the 
behavior so that this state is a hard error.

Shouldn't we first keep the original behavior?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/797#issuecomment-302743786
___
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org


[Freeipa-devel] [freeipa PR#797][comment] ipa-replica-conncheck: handle ssh not installed

2017-05-19 Thread flo-renaud
  URL: https://github.com/freeipa/freeipa/pull/797
Title: #797: ipa-replica-conncheck: handle ssh not installed

flo-renaud commented:
"""
Hi @martbab 
thank you for the review, I agree with your comments. My plan was to raise the 
RuntimeException so that ipa-replica-conncheck exits on error when ssh is not 
installed (same behavior as if ssh exits on error). The output would be:
Retrying using SSH...
ERROR: Remote master check failed with the following error message:
Could not SSH to remote host, ssh not installed
and exit code would be 1.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/797#issuecomment-302694825
___
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org


[Freeipa-devel] [freeipa PR#797][comment] ipa-replica-conncheck: handle ssh not installed

2017-05-19 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/797
Title: #797: ipa-replica-conncheck: handle ssh not installed

martbab commented:
"""
I have a small inline comment. I also miss any processing of the raised 
exception in the caller. If we want to skip SSH check when ssh is not installed 
(and we may argue about that), the called needs to catch RuntimeError from 
SshExec and log at warning/error level.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/797#issuecomment-302628027
___
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org