On Tue, May 3, 2011 at 10:39 AM, KoJack <kojac...@web.de> wrote:
>
> Hi,
> i was trying to set up a pacemaker cluster. After I added all resources, the
> filesystem will not start at one Node.
>
> crm_verify -L -V
>
>
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: unpack_rsc_op: Processing
> failed op WebFS:0_start_0 on apache01: unknown error (1)
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: unpack_rsc_op: Processing
> failed op WebFS:0_stop_0 on apache01: unknown exec error (-2)
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: common_apply_stickiness:
> Forcing WebFSClone away from apache01 after 1000000 failures (max=1000000)
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: common_apply_stickiness:
> Forcing WebFSClone away from apache01 after 1000000 failures (max=1000000)
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: common_apply_stickiness:
> Forcing WebFSClone away from apache01 after 1000000 failures (max=1000000)
> crm_verify[30068]: 2011/05/03_10:35:39 ERROR: clone_rsc_colocation_rh:
> Cannot interleave clone WebSiteClone and WebIP because they do not support
> the same number of resources per node
> crm_verify[30068]: 2011/05/03_10:35:39 ERROR: clone_rsc_colocation_rh:
> Cannot interleave clone WebSiteClone and WebIP because they do not support
> the same number of resources per node
> crm_verify[30068]: 2011/05/03_10:35:39 WARN: should_dump_input: Ignoring
> requirement that WebFS:0_stop_0 comeplete before WebFSClone_stopped_0:
> unmanaged failed resources cannot prevent clone shutdown
> Errors found during check: config not valid
>
>
> crm configure show
>
> node apache01
> node apache02
> primitive ClusterIP ocf:heartbeat:IPaddr2 \
>        params ip="10.1.1.5" cidr_netmask="8" nic="eth0"
> clusterip_hash="sourceip" \
>        op monitor interval="30s"
> primitive WebData ocf:linbit:drbd \
>        params drbd_resource="wwwdata" \
>        op monitor interval="60s" \
>        op start interval="0" timeout="240s" \
>        op stop interval="0" timeout="100s"
> primitive WebFS ocf:heartbeat:Filesystem \
>        params device="/dev/drbd/by-res/wwwdata" directory="/var/www/html"
> fstype="gfs2" \
>        op start interval="0" timeout="60s" \
>        op stop interval="0" timeout="60s"
> primitive WebSite ocf:heartbeat:apache \
>        params configfile="/etc/httpd/conf/httpd.conf" \
>        op monitor interval="1min" \
>        op start interval="0" timeout="40s" \
>        op stop interval="0" timeout="60s"
> primitive dlm ocf:pacemaker:controld \
>        op monitor interval="120s" \
>        op start interval="0" timeout="90s" \
>        op stop interval="0" timeout="100s"
> primitive gfs-control ocf:pacemaker:controld \
>        params daemon="gfs_controld.pcmk" args="-g 0" \
>        op monitor interval="120s" \
>        op start interval="0" timeout="90s" \
>        op stop interval="0" timeout="100s"
> ms WebDataClone WebData \
>        meta master-max="2" master-node-max="1" clone-max="2"
> clone-node-max="1" notify="true"
> clone WebFSClone WebFS
> clone WebIP ClusterIP \
>        meta globally-unique="true" clone-max="2" clone-node-max="2"
> clone WebSiteClone WebSite
> clone dlm-clone dlm \
>        meta interleave="true"
> clone gfs-clone gfs-control \
>        meta interleave="true"
> colocation WebFS-with-gfs-control inf: WebFSClone gfs-clone
> colocation WebSite-with-WebFS inf: WebSiteClone WebFSClone
> colocation fs_on_drbd inf: WebFSClone WebDataClone:Master
> colocation gfs-with-dlm inf: gfs-clone dlm-clone
> colocation website-with-ip inf: WebSiteClone WebIP
> order WebFS-after-WebData inf: WebDataClone:promote WebFSClone:start
> order WebSite-after-WebFS inf: WebFSClone WebSiteClone
> order apache-after-ip inf: WebIP WebSiteClone
> order start-WebFS-after-gfs-control inf: gfs-clone WebFSClone
> order start-gfs-after-dlm inf: dlm-clone gfs-clone
> property $id="cib-bootstrap-options" \
>        dc-version="1.1.4-ac608e3491c7dfc3b3e3c36d966ae9b016f77065" \
>        cluster-infrastructure="openais" \
>        expected-quorum-votes="2" \
>        stonith-enabled="false" \
>        no-quorum-policy="ignore"
> rsc_defaults $id="rsc-options" \
>        resource-stickiness="100"
>
>
> Did you see any mistake in my configuration?

You mean apart from the 2 errors and the apache resource that cant
stop in the crm_verify output?

>
> Thanks a lot
> --
> View this message in context: 
> http://old.nabble.com/Filesystem-do-not-start-on-Pacemaker-Cluster-tp31530410p31530410.html
> Sent from the Linux-HA mailing list archive at Nabble.com.
>
> _______________________________________________
> 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
>
_______________________________________________
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