Hi,<br><br>Is there a way in which resources can be listed based on some attributes?<br>For example, listing resource running on a certain node, or listing ms resources.<br><br>The crm_resource manpage talks about the -N and -t options that seem to address the requirements above.<br>
But they do not provide the expected result.<br>crm_resource --list or crm_resource --list-raw give the same output immaterial of whether it was provided with -N or -t.<br><br>I had to do the following to pull out 'ms' resources, for example:<br>
crm configure show | grep -w ^ms | awk '{print $2}'<br><br>Is there a cleaner way to list resources?<br><br>Thanks,<br>Pavan<br>