You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be really neat if crm configure show could be filtered by the type of the primitive, so that one could for example filter down to only the IPaddr2 resources.
My specific use case is scanning multiple machines to keep an inventory database up to date, where it would be nice to filter out which IPs are used by the clusters.
Right now I use the following one liner to grab the information needed, but this isn't the most practical to maintain:
That helps partially, but of cause still lists more resources than in my case the IP addresses. Most of the clusters I run scans for have 5-10 LVM volume groups and logical volumes, 2-3 application resources and only one IPaddr2 resource.
That helps partially, but of cause still lists more resources than in my case the IP addresses. Most of the clusters I run scans for have 5-10 LVM volume groups and logical volumes, 2-3 application resources and only one IPaddr2 resource.
Seems like this issue #698
I will put this into my backlog
Thank you @klaernie !
it would be really neat if
crm configure show
could be filtered by the type of the primitive, so that one could for example filter down to only the IPaddr2 resources.My specific use case is scanning multiple machines to keep an inventory database up to date, where it would be nice to filter out which IPs are used by the clusters.
Right now I use the following one liner to grab the information needed, but this isn't the most practical to maintain:
I realize that this is a pure wishlist item, maybe it's a good first contribution for someone to get their feet wet.
The text was updated successfully, but these errors were encountered: