Hi,

I've set up a cluster and see these messages in syslog:

2011-07-22T19:15:15+02:00 nfs01 exportfs[7765]: INFO: Directory /srv/nfs
is exported to 192.168.100.22/32 (started).
2011-07-22T19:15:15+02:00 nfs01 exportfs[7773]: INFO: Directory /srv/nfs
is exported to 192.168.100.23/32 (started).
2011-07-22T19:15:21+02:00 nfs01 attrd: [19717]: info:
attrd_trigger_update: Sending flush op to all hosts for: ping (0)
2011-07-22T19:15:21+02:00 nfs01 corosync[19703]:   [pcmk  ] ERROR:
send_cluster_msg_raw: Child 7795 spawned to record non-fatal assertion
failure line 1591: rc == 0
2011-07-22T19:15:21+02:00 nfs01 corosync[19703]:   [pcmk  ] ERROR:
send_cluster_msg_raw: Message not sent (-1): <attrd_trigger_update
t="attrd" src="nfs01" task="flush" attr_name="ping"
attr_section="status" attr_dampening="5s" attr
2011-07-22T19:15:21+02:00 nfs01 corosync[19703]:   [pcmk  ] WARN:
route_ais_message: Sending message to <all>.attrd failed: cluster
delivery failed (rc=-1)
2011-07-22T19:15:25+02:00 nfs01 exportfs[7800]: INFO: Directory /srv/nfs
is exported to 192.168.100.20/32 (started).
2011-07-22T19:15:25+02:00 nfs01 exportfs[7808]: INFO: Directory /srv/nfs
is exported to 192.168.100.22/32 (started).
2011-07-22T19:15:25+02:00 nfs01 exportfs[7816]: INFO: Directory /srv/nfs
is exported to 192.168.100.23/32 (started).


Is this normal? If not, how can i fix it?


My config:



node nfs01 \
        attributes standby="off"
node nfs02
primitive drbd ocf:linbit:drbd \
        params drbd_resource="drbd0" \
        op start interval="0" timeout="240" \
        op stop interval="0" timeout="100" \
        op monitor interval="59s" role="Master" timeout="30s" \
        op monitor interval="60s" role="Slave" timeout="30s"
primitive exportfs-shell01 ocf:heartbeat:exportfs \
        params directory="/srv/nfs" clientspec="192.168.100.20/32"
fsid="shell01" \
        op start interval="0" timeout="40s"
options="rw,async,no_subtree_check,no_root_squash" fsid="1" \
        op monitor interval="10s" timeout="30s" \
        op start interval="0" timeout="40s" \
        op stop interval="0" timeout="40s"
primitive exportfs-web01 ocf:heartbeat:exportfs \
        params directory="/srv/nfs" clientspec="192.168.100.22/32" fsid="web01"
\
        op start interval="0" timeout="40s"
options="rw,async,no_subtree_check,no_root_squash" fsid="2" \
        op monitor interval="10s" timeout="30s" \
        op start interval="0" timeout="40s" \
        op stop interval="0" timeout="40s"
primitive exportfs-web02 ocf:heartbeat:exportfs \
        params directory="/srv/nfs" clientspec="192.168.100.23/32" fsid="web02"
\
        op start interval="0" timeout="40s"
options="rw,async,no_subtree_check,no_root_squash" fsid="2" \
        op monitor interval="10s" timeout="30s" \
        op start interval="0" timeout="40s" \
        op stop interval="0" timeout="40s"
primitive failover-ip ocf:heartbeat:IPaddr \
        params ip="192.168.100.30" \
        op monitor interval="30s"
primitive fs-nfs ocf:heartbeat:Filesystem \
        params device="/dev/drbd0" directory="/srv/nfs" fstype="ext4" \
        op start interval="0" timeout="60" \
        op stop interval="0" timeout="120"
primitive nfs-common lsb:nfs-common \
        op monitor interval="10s" timeout="30s" \
        meta target-role="Started"
primitive nfs-kernel-server lsb:nfs-kernel-server \
        op monitor interval="10s" timeout="30s" \
        meta target-role="Started"
primitive ping ocf:pacemaker:ping \
        params host_list="192.168.100.1" multiplier="100" name="ping" \
        op monitor interval="20s" timeout="60s" \
        op start interval="0" timeout="60s"
primitive portmap lsb:portmap \
        op monitor interval="10s" timeout="30s"
group nfs portmap nfs-common nfs-kernel-server
group share-nfs fs-nfs exportfs-shell01 exportfs-web01 exportfs-web02
failover-ip \
        meta target-role="Started"
ms ms_drbd drbd \
        meta master-max="1" master-node-max="1" clone-max="2"
clone-node-max="1" notify="true"
clone nfs_clone nfs \
        meta globally-unique="false" target-role="Started"
location share-nfs_on_connected_node share-nfs \
        rule $id="share-nfs_on_connected_node-rule" -inf: not_defined ping or
ping lte 0
colocation share-nfs_on_ms_drbd inf: share-nfs ms_drbd:Master
order share-nfs_after_ms_drbd inf: ms_drbd:promote share-nfs:start
property $id="cib-bootstrap-options" \
        dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
        cluster-infrastructure="openais" \
        expected-quorum-votes="2" \
        stonith-enabled="false" \
        no-quorum-policy="ignore" \
        last-lrm-refresh="1311232624"



kind regards,

Léon

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to