Re: [Pacemaker] BUG: crm_mon prints status of clone instances being started as 'Started'

2015-01-14 Thread Vladislav Bogdanov
That fixes the issue, thanks. 12.01.2015 03:38, Andrew Beekhof wrote: I'll push this up soon: diff --git a/lib/pengine/clone.c b/lib/pengine/clone.c index 596f701..b83798a 100644 --- a/lib/pengine/clone.c +++ b/lib/pengine/clone.c @@ -438,6 +438,10 @@ clone_print(resource_t * rsc, const char

Re: [Pacemaker] BUG: crm_mon prints status of clone instances being started as 'Started'

2015-01-11 Thread Andrew Beekhof
I'll push this up soon: diff --git a/lib/pengine/clone.c b/lib/pengine/clone.c index 596f701..b83798a 100644 --- a/lib/pengine/clone.c +++ b/lib/pengine/clone.c @@ -438,6 +438,10 @@ clone_print(resource_t * rsc, const char *pre_text, long options, void *print_da /* Unique, unmanaged

[Pacemaker] BUG: crm_mon prints status of clone instances being started as 'Started'

2015-01-09 Thread Vladislav Bogdanov
Hi all, It seems like lib/pengine/clone.c/clone_print() doesn't respect pending state of clone/ms resource instances in the cumulative output: short_print(list_text, child_text, rsc-variant == pe_master ? Slaves : Started, options, print_data); in by-node output