Refactor: libpacemaker: Map EREMOTEIO to ok in pcmk_cluster_queries.c
Optionally map EREMOTEIO to pcmk_rc_ok in
pcmk_cluster_queries.c:ipc_connect(), and set state to
pcmk_pacemakerd_state_remote. This still tells the caller that we're
running on a Pacemaker Remote node and gives us an accurate state
representation, without having to handle another return code.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>