Re: [Pacemaker] [PATCH] Low: tools: provide UUID-like string to digest generation

2013-06-11 Thread Vladislav Bogdanov
12.06.2013 01:59, Andrew Beekhof wrote: > > On 11/06/2013, at 8:57 PM, Vladislav Bogdanov wrote: > >> 11.06.2013 13:26, Andrew Beekhof wrote: >>> This shouldn't be needed because of: >>> >>>https://github.com/beekhof/pacemaker/commit/d13dc296 >> >> Still have that with 8807e990c7caec633eaf24

Re: [Pacemaker] [PATCH] Low: tools: provide UUID-like string to digest generation

2013-06-11 Thread Andrew Beekhof
On 11/06/2013, at 8:57 PM, Vladislav Bogdanov wrote: > 11.06.2013 13:26, Andrew Beekhof wrote: >> This shouldn't be needed because of: >> >>https://github.com/beekhof/pacemaker/commit/d13dc296 > > Still have that with 8807e990c7caec633eaf2480d963365225100d66, so that > doesn't work. Inter

Re: [Pacemaker] [PATCH] Low: tools: provide UUID-like string to digest generation

2013-06-11 Thread Vladislav Bogdanov
11.06.2013 13:26, Andrew Beekhof wrote: > This shouldn't be needed because of: > > https://github.com/beekhof/pacemaker/commit/d13dc296 Still have that with 8807e990c7caec633eaf2480d963365225100d66, so that doesn't work. Probably "%-*s" should be replaced with "%*s"? "-" is a left adjustment.

Re: [Pacemaker] [PATCH] Low: tools: provide UUID-like string to digest generation

2013-06-11 Thread Andrew Beekhof
This shouldn't be needed because of: https://github.com/beekhof/pacemaker/commit/d13dc296 On 10/06/2013, at 9:46 PM, Vladislav Bogdanov wrote: > This should make "warning: decode_transition_key: Bad UUID (crm_resource.c) > in sscanf result (4) for 31980:0:0:crm_resource.c" > go away. > >

[Pacemaker] [PATCH] Low: tools: provide UUID-like string to digest generation

2013-06-10 Thread Vladislav Bogdanov
This should make "warning: decode_transition_key: Bad UUID (crm_resource.c) in sscanf result (4) for 31980:0:0:crm_resource.c" go away. --- tools/crm_resource.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/crm_resource.c b/tools/crm_resource.c index 2aef08b..