Hello, while testing version 2.1.1. I found a change in behaviour when a resource in a group failed. If there are resources a b c d e f in the group G, and e failed this happens: 2.0.8: stop f, stop e, start e, start f 2.1.1: stop f, stop e, start a, start b, ..., start f What is the reasoning behind this? Regards, Peter