[Linux-cluster] pacemaker location constraint

C. Handel christoph at macht-blau.org
Thu May 22 07:35:30 UTC 2014


> > The stripped config is:

> yeah, don't do that.  we need the whole thing (the cibadmin -Ql output in
> your case since you're using crmsh)

i currently mix pcs and crmsh. el6 now includes pcs and no longer crmsh, so
i try to learn the new default ;)

full output from pcs config below. There are three service groups each with
an ip.

A) ip_a and nfsserver together with filesystems should run on x430,
B) ip_b and service_b with its filesystem and puppet on x431,
C) ip_c and service_c with its filesystem and nothing else on x432.

Greetings
   Christoph


On Wed, May 21, 2014 at 6:02 PM, C. Handel <christoph at macht-blau.org> wrote:

> location constraints are somehow not honored by pacemaker 1.1.10 on el6.
> I have an IP adress which is placed first and then a volumegroup and a
> filesystem which choose the same node. The IP should be placed on x432, but
> for some reason it chooses x430. There are additional resources running
> (also choosing strange nodes).
>
>
> the resource (pcs status):
>
> ip_x43c (ocf::heartbeat:IPaddr2): Started x430
>
>
>
> the constraint (pcs constraint)
>
> Resource: x43c
>     Enabled on: x432 (score:10001)
>
>
>
> Cluster properties (pcs property)
>
>  cluster-infrastructure: cman
>  cluster-recheck-interval: 60s
>  default-resource-stickiness: 10
>  maintenance-mode: false
>  symmetric-cluster: true
>
>
> checking the scoring vim crm_simulate -sL i get
>
> native_color: ip_x43c allocation score on x430: 30
> native_color: ip_x43c allocation score on x431: 0
> native_color: ip_x43c allocation score on x432: -INFINITY
>
> the score of 30 on x430 is ok. There is a resourcegroup with two resource
> with a colocation on the ip. But i can't figure out why x432 get's
> -INFINITY, there is no further constraint regarding any of the resources in
> question. I expect them to migrate to x432 after 60 seconds, but nothing
> happens.
>
> I trieds stopping vgfs_service_c, the ip remains. i stopped the ip.
> Started it again, comes up on x430 again.
>
>
> pacemaker version:
>
> pacemaker-libs-1.1.10-14.el6.x86_64
> pacemaker-1.1.10-14.el6.x86_64
> pacemaker-cli-1.1.10-14.el6.x86_64
> pacemaker-cluster-libs-1.1.10-14.el6.x86_64
>
>
>
> The stripped config is:
>
> node x430
> node x431
> node x432
> primitive fs_service_c ocf:heartbeat:Filesystem \
>         params device="/dev/mapper/vg_service_c-service_c"
> directory="/common/service-c" fstype="ext4" \
>         op start interval="0" timeout="60s" \
>         op stop interval="0" timeout="60s" \
>         meta target-role="Started"
> primitive vg_service_c ocf:heartbeat:LVM \
>         params volgrpname="vg_service_c" exclusive="true" \
>         op start interval="0" timeout="120" \
>         op stop interval="0" timeout="120" \
>         op monitor interval="10" timeout="120"
> primitive ip_x43c ocf:heartbeat:IPaddr2 \
>         params ip="140.181.134.240" \
>         op monitor interval="30" timeout="20"
> group vgfs_service_c vg_service_c fs_service_c
> location location-ip_x43c-x432-10001 ip_x43c 10001: x432
> colocation colocation-vgfs_service_c-ip_x43c-INFINITY inf: vgfs_service_c
> ip_x43c
> property $id="cib-bootstrap-options" \
>         dc-version="1.1.10-14.el6-368c726" \
>         cluster-infrastructure="cman" \
>         last-lrm-refresh="1400683270" \
>         stonith-enabled="true" \
>         stonith-action="poweroff" \
>         default-resource-stickiness="10" \
>         cluster-recheck-interval="60s" \
>         maintenance-mode="false" \
>         symmetric-cluster="true"
>
>
>
> Greeings
>    Christoph
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20140522/8d9567a4/attachment.htm>
-------------- next part --------------
Cluster Name: 
Corosync Nodes:
 
Pacemaker Nodes:
 x430m x431m x432m 

Resources: 
 Resource: nfsserver (class=ocf provider=heartbeat type=nfsserver)
  Attributes: nfs_shared_infodir=/common/nfsha/shared copy_export=true 
  Operations: start interval=0 timeout=60 (nfsserver-start-0)
              stop interval=0 timeout=60 (nfsserver-stop-0)
 Group: vgfs_export
  Meta Attrs: target-role=Started 
  Resource: vg_export (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_export exclusive=true 
   Meta Attrs: is-managed=true 
   Operations: start interval=0 timeout=120 (vg_export-start-0)
               stop interval=0 timeout=120 (vg_export-stop-0)
               monitor interval=10 timeout=120 (vg_export-monitor-10)
  Resource: fs_export (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_export-export directory=/common/export fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_export-start-0)
               stop interval=0 timeout=60s (fs_export-stop-0)
  Resource: fs_tftp (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_export-tftp directory=/common/tftp fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_tftp-start-0)
               stop interval=0 timeout=60s (fs_tftp-stop-0)
  Resource: fs_fonts (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_export-fonts directory=/common/fonts fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_fonts-start-0)
               stop interval=0 timeout=60s (fs_fonts-stop-0)
  Resource: fs_nfsha (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_export-nfsha directory=/common/nfsha fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_nfsha-start-0)
               stop interval=0 timeout=60s (fs_nfsha-stop-0)
 Group: vgfs_fesa
  Meta Attrs: target-role=Started 
  Resource: vg_fesa (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_fesa exclusive=true 
   Operations: start interval=0 timeout=120 (vg_fesa-start-0)
               stop interval=0 timeout=120 (vg_fesa-stop-0)
               monitor interval=10 timeout=120 (vg_fesa-monitor-10)
  Resource: fs_fesa (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_fesa-fesa directory=/common/fesa fstype=ext4 options=nodev,nosuid 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_fesa-start-0)
               stop interval=0 timeout=60s (fs_fesa-stop-0)
  Resource: fs_fesadata (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_fesa-fesadata directory=/common/fesadata fstype=ext4 options=nodev,nosuid 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_fesa_data-start-0)
               stop interval=0 timeout=60s (fs_fesa_data-stop-0)
 Group: vgfs_home
  Resource: vg_home (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_home exclusive=true 
   Operations: start interval=0 timeout=120 (vg_home-start-0)
               stop interval=0 timeout=120 (vg_home-stop-0)
               monitor interval=10 timeout=120 (vg_home-monitor-10)
  Resource: fs_home (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_home-home directory=/common/home fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_home-start-0)
               stop interval=0 timeout=60s (fs_home-stop-0)
 Resource: ip_x43a (class=ocf provider=heartbeat type=IPaddr2)
  Attributes: ip=192.168.134.236 
  Operations: monitor interval=30 timeout=20 (ip_x43a-monitor-30)
 Group: vgfs_log
  Meta Attrs: target-role=Started 
  Resource: vg_log (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_log exclusive=true 
   Operations: start interval=0 timeout=120 (vg_log-start-0)
               stop interval=0 timeout=120 (vg_log-stop-0)
               monitor interval=10 timeout=120 (vg_log-monitor-10)
  Resource: fs_log (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_log-log directory=/common/log fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_log-start-0)
               stop interval=0 timeout=60s (fs_log-stop-0)
 Group: vgfs_software
  Meta Attrs: target-role=Started 
  Resource: vg_software (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_software exclusive=true 
   Operations: start interval=0 timeout=120 (vg_software-start-0)
               stop interval=0 timeout=120 (vg_software-stop-0)
               monitor interval=10 timeout=120 (vg_software-monitor-10)
  Resource: fs_software (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_software-software directory=/common/software fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_software-start-0)
               stop interval=0 timeout=60s (fs_software-stop-0)
 Resource: ip_x43b (class=ocf provider=heartbeat type=IPaddr2)
  Attributes: ip=192.168.134.238 
  Operations: monitor interval=30 timeout=20 (ip_x43b-monitor-30)
 Resource: ip_x43c (class=ocf provider=heartbeat type=IPaddr2)
  Attributes: ip=192.168.134.240 
  Operations: monitor interval=30 timeout=20 (ip_x43c-monitor-30)
 Group: vgfs_service_b
  Meta Attrs: target-role=Started 
  Resource: vg_service_b (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_service_b exclusive=true 
   Operations: start interval=0 timeout=120 (vg_service_b-start-0)
               stop interval=0 timeout=120 (vg_service_b-stop-0)
               monitor interval=10 timeout=120 (vg_service_b-monitor-10)
  Resource: fs_service_b (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_service_b-service_b directory=/common/service-b fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_service_b-start-0)
               stop interval=0 timeout=60s (fs_service_b-stop-0)
 Resource: puppetmaster (class=lsb type=puppetmaster)
  Operations: start interval=0 timeout=60s (puppetmaster-start-0)
              stop interval=0 timeout=60s (puppetmaster-stop-0)
              monitor interval=60s timeout=30s (puppetmaster-monitor-60s)
 Resource: tftp (class=ocf provider=heartbeat type=tftpd)
  Attributes: address=192.168.134.236 directory=/common/tftp 
  Meta Attrs: target-role=Started 
 Group: vgfs_service_c
  Resource: vg_service_c (class=ocf provider=heartbeat type=LVM)
   Attributes: volgrpname=vg_service_c exclusive=true 
   Operations: start interval=0 timeout=120 (vg_service_c-start-0)
               stop interval=0 timeout=120 (vg_service_c-stop-0)
               monitor interval=10 timeout=120 (vg_service_c-monitor-10)
  Resource: fs_service_c (class=ocf provider=heartbeat type=Filesystem)
   Attributes: device=/dev/mapper/vg_service_c-service_c directory=/common/service-c fstype=ext4 
   Meta Attrs: target-role=Started 
   Operations: start interval=0 timeout=60s (fs_service_c-start-0)
               stop interval=0 timeout=60s (fs_service_c-stop-0)

Stonith Devices: 
 Resource: fence_x430 (class=stonith type=fence_ipmilan)
  Attributes: action=off login=cluster passwd=ecnef ipaddr=x430i lanplus=true privlvl=OPERATOR pcmk_poweroff_action=off pcmk_host_check=static-list pcmk_host_list=x430m 
 Resource: fence_x431 (class=stonith type=fence_ipmilan)
  Attributes: action=off login=cluster passwd=ecnef ipaddr=x431i lanplus=true privlvl=OPERATOR pcmk_poweroff_action=off pcmk_host_check=static-list pcmk_host_list=x431m 
 Resource: fence_x432 (class=stonith type=fence_ipmilan)
  Attributes: action=off login=cluster passwd=ecnef ipaddr=x432i lanplus=true privlvl=OPERATOR pcmk_poweroff_action=off pcmk_host_check=static-list pcmk_host_list=x432m 
Fencing Levels: 

Location Constraints:
  Resource: fence_x430
    Disabled on: x430m (score:-INFINITY) (id:l_fence_x430)
  Resource: fence_x431
    Disabled on: x431m (score:-INFINITY) (id:l_fence_x431)
  Resource: fence_x432
    Disabled on: x432m (score:-INFINITY) (id:l_fence_x432)
  Resource: ip_x43a
    Enabled on: x430m (score:10000) (id:l_x43a)
  Resource: ip_x43b
    Enabled on: x431m (score:10000) (id:l_x43b)
  Resource: ip_x43c
    Enabled on: x432m (score:10001) (id:location-ip_x43c-x432m-10001)
Ordering Constraints:
  vgfs_service_b then puppetmaster (INFINITY) (id:or-puppetmaster-after-vgfs_service_b)
  Resource Sets:
    set vgfs_export vgfs_fesa vgfs_home vgfs_log vgfs_software sequential=false (id:or-nfsserver-after-filesystem-0) set nfsserver (id:or-nfsserver-after-filesystem-1) setoptions score=INFINITY (id:or-nfsserver-after-filesystem)
    set vgfs_export ip_x43a sequential=false (id:or-tftp-after-vgfs_export-0) set tftp (id:or-tftp-after-vgfs_export-1) setoptions score=INFINITY (id:or-tftp-after-vgfs_export)
Colocation Constraints:
  vgfs_export with ip_x43a (INFINITY) (id:co-ip_x43a-vgfs_export)
  vgfs_fesa with ip_x43a (INFINITY) (id:co-ip_x43a-vgfs_fesa)
  vgfs_home with ip_x43a (INFINITY) (id:co-ip_x43a-vgfs_home)
  vgfs_log with ip_x43a (INFINITY) (id:co-ip_x43a-vgfs_log)
  vgfs_software with ip_x43a (INFINITY) (id:co-ip_x43a-vgfs_software)
  vgfs_service_b with ip_x43b (INFINITY) (id:co-ip_x43b-vgfs_service_b)
  puppetmaster with vgfs_service_b (INFINITY) (id:co-puppetmaster-vgfs_service_b)
  tftp with vgfs_export (INFINITY) (id:co-tftp-vgfs_export)
  vgfs_service_c with ip_x43c (INFINITY) (id:colocation-vgfs_service_c-ip_x43c-INFINITY)
  Resource Sets:
    set nfsserver (id:co-nfsserver-filesystems-0) set vgfs_export vgfs_fesa vgfs_home vgfs_log vgfs_software sequential=false (id:co-nfsserver-filesystems-1) setoptions score=INFINITY (id:co-nfsserver-filesystems)

Cluster Properties:
 cluster-infrastructure: cman
 cluster-recheck-interval: 60s
 dc-version: 1.1.10-14.el6-368c726
 default-resource-stickiness: 10
 last-lrm-refresh: 1400741976
 maintenance-mode: false
 stonith-action: poweroff
 stonith-enabled: true
 symmetric-cluster: true
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.xml
Type: text/xml
Size: 83529 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20140522/8d9567a4/attachment.xml>
-------------- next part --------------

Current cluster status:
Online: [ x430m x431m x432m ]

 nfsserver	(ocf::gsi:nfsserver):	Started x431m 
 fence_x430	(stonith:fence_ipmilan):	Started x432m 
 fence_x431	(stonith:fence_ipmilan):	Started x432m 
 fence_x432	(stonith:fence_ipmilan):	Started x430m 
 Resource Group: vgfs_export
     vg_export	(ocf::gsi:LVM):	Started x431m 
     fs_export	(ocf::heartbeat:Filesystem):	Started x431m 
     fs_tftp	(ocf::heartbeat:Filesystem):	Started x431m 
     fs_fonts	(ocf::heartbeat:Filesystem):	Started x431m 
     fs_nfsha	(ocf::heartbeat:Filesystem):	Started x431m 
 Resource Group: vgfs_fesa
     vg_fesa	(ocf::gsi:LVM):	Started x431m 
     fs_fesa	(ocf::heartbeat:Filesystem):	Started x431m 
     fs_fesadata	(ocf::heartbeat:Filesystem):	Started x431m 
 Resource Group: vgfs_home
     vg_home	(ocf::gsi:LVM):	Started x431m 
     fs_home	(ocf::heartbeat:Filesystem):	Started x431m 
 ip_x43a	(ocf::heartbeat:IPaddr2):	Started x431m 
 Resource Group: vgfs_log
     vg_log	(ocf::gsi:LVM):	Started x431m 
     fs_log	(ocf::heartbeat:Filesystem):	Started x431m 
 Resource Group: vgfs_software
     vg_software	(ocf::gsi:LVM):	Started x431m 
     fs_software	(ocf::heartbeat:Filesystem):	Started x431m 
 ip_x43b	(ocf::heartbeat:IPaddr2):	Started x431m 
 ip_x43c	(ocf::heartbeat:IPaddr2):	Started x430m 
 Resource Group: vgfs_service_b
     vg_service_b	(ocf::gsi:LVM):	Started x431m 
     fs_service_b	(ocf::heartbeat:Filesystem):	Started x431m 
 puppetmaster	(lsb:puppetmaster):	Started x431m 
 tftp	(ocf::gsi:tftpd):	Started x431m 
 Resource Group: vgfs_service_c
     vg_service_c	(ocf::gsi:LVM):	Started x430m 
     fs_service_c	(ocf::heartbeat:Filesystem):	Started x430m 

Allocation scores:
group_color: vgfs_export allocation score on x430m: 0
group_color: vgfs_export allocation score on x431m: 0
group_color: vgfs_export allocation score on x432m: 0
group_color: vg_export allocation score on x430m: -INFINITY
group_color: vg_export allocation score on x431m: 10
group_color: vg_export allocation score on x432m: 0
group_color: fs_export allocation score on x430m: 0
group_color: fs_export allocation score on x431m: 10
group_color: fs_export allocation score on x432m: 0
group_color: fs_tftp allocation score on x430m: 0
group_color: fs_tftp allocation score on x431m: 10
group_color: fs_tftp allocation score on x432m: 0
group_color: fs_fonts allocation score on x430m: 0
group_color: fs_fonts allocation score on x431m: 10
group_color: fs_fonts allocation score on x432m: 0
group_color: fs_nfsha allocation score on x430m: 0
group_color: fs_nfsha allocation score on x431m: 10
group_color: fs_nfsha allocation score on x432m: 0
native_color: ip_x43a allocation score on x430m: -INFINITY
native_color: ip_x43a allocation score on x431m: 210
native_color: ip_x43a allocation score on x432m: 0
native_color: vg_export allocation score on x430m: -INFINITY
native_color: vg_export allocation score on x431m: 70
native_color: vg_export allocation score on x432m: -INFINITY
native_color: fs_export allocation score on x430m: -INFINITY
native_color: fs_export allocation score on x431m: 40
native_color: fs_export allocation score on x432m: -INFINITY
native_color: fs_tftp allocation score on x430m: -INFINITY
native_color: fs_tftp allocation score on x431m: 30
native_color: fs_tftp allocation score on x432m: -INFINITY
native_color: fs_fonts allocation score on x430m: -INFINITY
native_color: fs_fonts allocation score on x431m: 20
native_color: fs_fonts allocation score on x432m: -INFINITY
native_color: fs_nfsha allocation score on x430m: -INFINITY
native_color: fs_nfsha allocation score on x431m: 10
native_color: fs_nfsha allocation score on x432m: -INFINITY
group_color: vgfs_fesa allocation score on x430m: 0
group_color: vgfs_fesa allocation score on x431m: 0
group_color: vgfs_fesa allocation score on x432m: 0
group_color: vg_fesa allocation score on x430m: -INFINITY
group_color: vg_fesa allocation score on x431m: 10
group_color: vg_fesa allocation score on x432m: 0
group_color: fs_fesa allocation score on x430m: 0
group_color: fs_fesa allocation score on x431m: 10
group_color: fs_fesa allocation score on x432m: 0
group_color: fs_fesadata allocation score on x430m: 0
group_color: fs_fesadata allocation score on x431m: 10
group_color: fs_fesadata allocation score on x432m: 0
native_color: vg_fesa allocation score on x430m: -INFINITY
native_color: vg_fesa allocation score on x431m: 40
native_color: vg_fesa allocation score on x432m: -INFINITY
native_color: fs_fesa allocation score on x430m: -INFINITY
native_color: fs_fesa allocation score on x431m: 20
native_color: fs_fesa allocation score on x432m: -INFINITY
native_color: fs_fesadata allocation score on x430m: -INFINITY
native_color: fs_fesadata allocation score on x431m: 10
native_color: fs_fesadata allocation score on x432m: -INFINITY
group_color: vgfs_home allocation score on x430m: 0
group_color: vgfs_home allocation score on x431m: 0
group_color: vgfs_home allocation score on x432m: 0
group_color: vg_home allocation score on x430m: -INFINITY
group_color: vg_home allocation score on x431m: 10
group_color: vg_home allocation score on x432m: 0
group_color: fs_home allocation score on x430m: 0
group_color: fs_home allocation score on x431m: 10
group_color: fs_home allocation score on x432m: 0
native_color: vg_home allocation score on x430m: -INFINITY
native_color: vg_home allocation score on x431m: 30
native_color: vg_home allocation score on x432m: -INFINITY
native_color: fs_home allocation score on x430m: -INFINITY
native_color: fs_home allocation score on x431m: 10
native_color: fs_home allocation score on x432m: -INFINITY
group_color: vgfs_log allocation score on x430m: 0
group_color: vgfs_log allocation score on x431m: 0
group_color: vgfs_log allocation score on x432m: 0
group_color: vg_log allocation score on x430m: -INFINITY
group_color: vg_log allocation score on x431m: 10
group_color: vg_log allocation score on x432m: 0
group_color: fs_log allocation score on x430m: 0
group_color: fs_log allocation score on x431m: 10
group_color: fs_log allocation score on x432m: 0
native_color: vg_log allocation score on x430m: -INFINITY
native_color: vg_log allocation score on x431m: 30
native_color: vg_log allocation score on x432m: -INFINITY
native_color: fs_log allocation score on x430m: -INFINITY
native_color: fs_log allocation score on x431m: 10
native_color: fs_log allocation score on x432m: -INFINITY
group_color: vgfs_software allocation score on x430m: 0
group_color: vgfs_software allocation score on x431m: 0
group_color: vgfs_software allocation score on x432m: 0
group_color: vg_software allocation score on x430m: -INFINITY
group_color: vg_software allocation score on x431m: 10
group_color: vg_software allocation score on x432m: 0
group_color: fs_software allocation score on x430m: 0
group_color: fs_software allocation score on x431m: 10
group_color: fs_software allocation score on x432m: 0
native_color: vg_software allocation score on x430m: -INFINITY
native_color: vg_software allocation score on x431m: 30
native_color: vg_software allocation score on x432m: -INFINITY
native_color: fs_software allocation score on x430m: -INFINITY
native_color: fs_software allocation score on x431m: 10
native_color: fs_software allocation score on x432m: -INFINITY
native_color: nfsserver allocation score on x430m: -INFINITY
native_color: nfsserver allocation score on x431m: 10
native_color: nfsserver allocation score on x432m: -INFINITY
native_color: fence_x430 allocation score on x430m: -INFINITY
native_color: fence_x430 allocation score on x431m: 0
native_color: fence_x430 allocation score on x432m: 10
native_color: fence_x431 allocation score on x430m: 0
native_color: fence_x431 allocation score on x431m: -INFINITY
native_color: fence_x431 allocation score on x432m: 10
native_color: fence_x432 allocation score on x430m: 10
native_color: fence_x432 allocation score on x431m: 0
native_color: fence_x432 allocation score on x432m: -INFINITY
native_color: ip_x43b allocation score on x430m: 0
native_color: ip_x43b allocation score on x431m: 10040
native_color: ip_x43b allocation score on x432m: 0
native_color: ip_x43c allocation score on x430m: 30
native_color: ip_x43c allocation score on x431m: 0
native_color: ip_x43c allocation score on x432m: -INFINITY
group_color: vgfs_service_b allocation score on x430m: 0
group_color: vgfs_service_b allocation score on x431m: 0
group_color: vgfs_service_b allocation score on x432m: 0
group_color: vg_service_b allocation score on x430m: 0
group_color: vg_service_b allocation score on x431m: 10
group_color: vg_service_b allocation score on x432m: 0
group_color: fs_service_b allocation score on x430m: 0
group_color: fs_service_b allocation score on x431m: 10
group_color: fs_service_b allocation score on x432m: 0
native_color: vg_service_b allocation score on x430m: -INFINITY
native_color: vg_service_b allocation score on x431m: 30
native_color: vg_service_b allocation score on x432m: -INFINITY
native_color: fs_service_b allocation score on x430m: -INFINITY
native_color: fs_service_b allocation score on x431m: 10
native_color: fs_service_b allocation score on x432m: -INFINITY
native_color: puppetmaster allocation score on x430m: -INFINITY
native_color: puppetmaster allocation score on x431m: 10
native_color: puppetmaster allocation score on x432m: -INFINITY
native_color: tftp allocation score on x430m: -INFINITY
native_color: tftp allocation score on x431m: 10
native_color: tftp allocation score on x432m: -INFINITY
group_color: vgfs_service_c allocation score on x430m: 0
group_color: vgfs_service_c allocation score on x431m: 0
group_color: vgfs_service_c allocation score on x432m: 0
group_color: vg_service_c allocation score on x430m: 10
group_color: vg_service_c allocation score on x431m: 0
group_color: vg_service_c allocation score on x432m: -INFINITY
group_color: fs_service_c allocation score on x430m: 10
group_color: fs_service_c allocation score on x431m: 0
group_color: fs_service_c allocation score on x432m: 0
native_color: vg_service_c allocation score on x430m: 20
native_color: vg_service_c allocation score on x431m: -INFINITY
native_color: vg_service_c allocation score on x432m: -INFINITY
native_color: fs_service_c allocation score on x430m: 10
native_color: fs_service_c allocation score on x431m: -INFINITY
native_color: fs_service_c allocation score on x432m: -INFINITY

Transition Summary:


More information about the Linux-cluster mailing list