Select String |
Resulting Membership of the Group |
Hostname LIKE 'foo%' |
All nodes whose name starts with foo. |
Hostname NOT LIKE 'foo%' |
All nodes whose name does not start with foo. |
Hostname =~ 'foo[0..9].*' |
All nodes whose name starts with foo and then a digit. |
InstallDistributionName=='RedHat' && InstallDistributionVersion=='8.0' |
All the RedHat 8.0 nodes. |
Mode=='Managed' || Mode=='MinManaged' |
All nodes successfully added to the cluster. |
PowerMethod=='xseries' |
All the xSeries nodes controlled by an RSA or Management Module. |
UserComment=='nodetype=storage' |
All the nodes the user has labelled with the string 'nodetype=storage'. |
Name LIKE 'foo%' |
All devices whose name starts with foo. |