Dear ServerFault users i've got a question here.
My setup is following:
Two node cluster, one service group which consists of 4 tiers of resources. Group is activated and probed on both nodes and basically it failovers normally.
But i need one specific thing which is as follows: when any resource of upper level ( parent ) fails 3 times, failover happens and all the service group is being switched to second node.
For that, i've set some parameters and marked all those resources as 'Critical'.
But at the same time i need the child resource for those above, which they depend on, to be bringing down whole group and thus causing package switch on first fault. on way is to set RestartLimit to 1 and mark it as critical. But these properties are common for all resources on 'Application' or 'Service Group' level, so no possibility to 'personalize' resources behavior.
Thanks in advance!