You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 6daed36 ensures the remote rm -f is run inside bash. It would arguably be slightly better if we added a ha-cluster-remove remote command (or something like that, exact nomenclature TBD), similar to the way we have ha-cluster-init csync2_remote when adding nodes. This new command would both stop corosync and remove the config files on the remote host, thus needing only one ssh invocation instead of two and ensuring commands executed on the remote host are logged there rather than on the originating host.
The text was updated successfully, but these errors were encountered:
Commit 6daed36 ensures the remote
rm -f
is run inside bash. It would arguably be slightly better if we added aha-cluster-remove remote
command (or something like that, exact nomenclature TBD), similar to the way we haveha-cluster-init csync2_remote
when adding nodes. This new command would both stop corosync and remove the config files on the remote host, thus needing only one ssh invocation instead of two and ensuring commands executed on the remote host are logged there rather than on the originating host.The text was updated successfully, but these errors were encountered: