Hi!

I have defined nodes with a CPU and RAM utilization value, and I have defined a 
resource that uses CPU and RAM. I'd expect to see the node's utilization (rest 
capacity) reduced by the amount that the running resources specify, but that 
doesn't seem to be the case.

What could be wrong?

I did a similar thing in HP ServiceGuard, and that seems to work:
# cmviewcl -v
[...]
    Capacity_Parameters:
    CAPACITY_NAME                 CAPACITY_LIMIT CAPACITY_USED  PERCENT_USED
    RAM_MB                        30000          1024.000       3
    CPU_CORES                     7.2            1.500          20
[...]
      Weight_Parameters:
      WEIGHT_NAME                             WEIGHT_VALUE
      RAM_MB                                  1024
      CPU_CORES                               1.5
[...]

So the package that is running consumes the amount of resources specified 
(ServiceGuard allows fractional numbers).

How would I do a similar thing with pacemaker?

Regards,
Ulrich


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to