-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.11.5
Description of problem:
The filter on Facts it's not working properly for "en*v*", it should be getting the interfaces starting by en and with v in the middle. However, this is getting the en ifaces as well
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. Install satellite
2. Register the client with two ifaces, ens192 and ens224
3.
Actual results:
Only ens192 is present on satellite
Expected results:
both nics be present on satellite
Additional info:
I know, once the filter is getting both values, none of them should be on Satellite. However, when removing the filter, we can see the information of ens224 populated correctly.
In this scenario, the resolution was to remove the "en*v*" from both sections, Ignore and Exclude under Facts page.