On 8/6/07, Klemens Kittan <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to check the current resource score on the different nodes. > I've installed version 2.1.2 and i try ptest -L -VVVVVVVVVVVV 2>&1 | less but > i can't see the score value.
-VVVVVV should be enough (debug messages are visible at that point) look for something like this: debug: native_print: Allocating: ocf_msdummy:6 (heartbeat::ocf:Stateful): Started sles-4 debug: native_assign_node: Color ocf_msdummy:6, Node[0] sles-4: 1 debug: native_assign_node: Color ocf_msdummy:6, Node[1] sles-2: -1000000 debug: native_assign_node: Color ocf_msdummy:6, Node[2] sles-3: -1000000 debug: native_assign_node: Color ocf_msdummy:6, Node[3] sles-1: -1000000 debug: native_assign_node: Assigning sles-4 to ocf_msdummy:6 > > Can anyone help me, > Klemens > > -- > Klemens Kittan > Systemadministrator > > Uni-Potsdam, Inst. f. Informatik > August-Bebel-Str. 89 > 14482 Potsdam > > Tel. : +49-331-977/3125 > Fax. : +49-331-977/3122 > eMail : [EMAIL PROTECTED] > > gpg --recv-keys --keyserver wwwkeys.de.pgp.net 6EA09333 > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
