Hi Vladislav,

> [...]
> Fix transition start detection.
> 
> --- a/modules/constants.py  2014-12-22 08:48:26.000000000 +0000
> +++ b/modules/constants.py  2014-12-22 13:07:43.945077805 +0000
> @@ -272,7 +272,7 @@
>  # r.group(3) file number
>  transition_patt = [
>      # transition start
> -    "crmd.* do_te_invoke: Processing graph ([0-9]+) .*derived from 
> (.*/pe-[^-]+-(%%)[.]bz2)",
> +    "pengine.* process_pe_message: Calculated Transition ([0-9]+): 
> (.*/pe-[^-]+-(%%)[.]bz2)",

Do you know when this changed?

The reason I'm asking is that crmsh tries to support multiple
pacemaker versions, so I'm not sure if we can just replace this
pattern.

> Make tar follow symlinks.
> 
> --- a/modules/crm_pssh.py   2013-08-12 12:52:11.000000000 +0000
> +++ b/modules/crm_pssh.py   2013-08-12 12:53:32.666444069 +0000
> @@ -170,7 +170,7 @@
>          dir = "/%s" % r.group(1)
>          red_pe_l = [x.replace("%s/" % r.group(1), "") for x in pe_l]
>          common_debug("getting new PE inputs %s from %s" % (red_pe_l, node))
> -        cmdline = "tar -C %s -cf - %s" % (dir, ' '.join(red_pe_l))
> +        cmdline = "tar -C %s -chf - %s" % (dir, ' '.join(red_pe_l))

Just curious: where did you find links in the PE input
directories?

And many thanks for the patches!

Cheers,

Dejan
> 
> 
> Best,
> Vladislav
> 
> _______________________________________________
> 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

Reply via email to