<div dir="ltr">Hello,<br>
     I have a problem with my 2-node
      cluster. In some reasons one of my nodes can't update attributes
      due to error - warning: attrd_cib_callback:     Update
      PostgreSQL-status=HS:async failed: Transport endpoint is not
      connected. Where can be a point of this issue?<br>
      <br>
      Versions:<br>
      Pacemaker  - 1.1.8-7<br>
      Corosync    -  1.4.1<br>
      <br>
      Iptables  - disabled<br>
      selinux  - disabled <br>
      <br>
      <b>corosync conf: </b><br>
      <br>
      quorum {<br>
          provider: corosync_votequorum<br>
          expected_votes: 2<br>
      }<br>
      totem {<br>
              version: 2<br>
              secauth: off<br>
              threads: 0<br>
      <br>
              interface {<br>
                      member {<br>
                              memberaddr: 192.168.0.1<br>
                      }<br>
                      member {<br>
                              memberaddr: 192.168.0.2<br>
                      }<br>
                      ringnnumber: 0<br>
                      bindnetaddr: 192.168.0.0<br>
                      mcastport: 5405<br>
              }<br>
          transport: udpu<br>
      }<br>
      <br>
      <br>
      logging {<br>
          fileline: off<br>
              to_stderr: yes<br>
              to_logfile: yes<br>
              to_syslog: yes<br>
              logfile: /var/log/cluster/corosync.log<br>
              debug: off<br>
              timestamp: onOnline: [ atllab02-1 atllab02-2 ]<br>
      <br>
      <b>crm_mon -Afr</b><br>
      Full list of resources:<br>
      <br>
       Resource Group: master-group<br>
           IP-PGSQL   (ocf::heartbeat:IPaddr2):    Started atllab02-2<br>
           vip-rep    (ocf::heartbeat:IPaddr2):    Started atllab02-2<br>
       Master/Slave Set: pgsql-master [PostgreSQL]<br>
           Masters: [ atllab02-2 ]<br>
           Slaves: [ atllab02-1 ]<br>
       Clone Set: Apache-Clone [Apache]<br>
           Started: [ atllab02-1 atllab02-2 ]<br>
       Clone Set: PingD-Clone [PingD]<br>
           Stopped: [ PingD:0 PingD:1 ]<br>
      <br>
      Node Attributes:<br>
      * Node atllab02-1:<br>
          + PostgreSQL-data-status            : STREAMING|ASYNC<br>
      * Node atllab02-2:<br>
          + PostgreSQL-data-status            : LATEST    <br>
          + PostgreSQL-master-baseline        : 0000001370000000<br>
          + PostgreSQL-status                 : PRI<br>
          + master-PostgreSQL                 : 1000<br>
      <br>
      Migration summary:<br>
      * Node atllab02-2: <br>
      * Node atllab02-1:<br>
              logger_subsys {<br>
                      subsys: AMF<br>
                      debug: off<br>
              }<br>
      }<br>
      <br>
      <br>
      Thanks </div>