Actions
Bug #4826
closedRudder does not report the Virtual Machine type correctly on AIX LPARs
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On a sample AIX LPAR (a VM from SiteOx.com), the inventory states that the machine is:
<VMSYSTEM>AIX_LPAR</VMSYSTEM>
However, the Rudder UI gives:
Machine type: Virtual machine (Unknown type)
We should replace Unknown type by "AIX LPAR" here :)
For the unknow part, it was missing in the parsing/storage of inventories, see => #4888
Here, we are just correcting the displaying of "vm.type.aixlpar" => "AIX LPAR"
Actions