Actions
Bug #3203
closedInventory where memory slot numbers are missing / duplicated should be reported with negative value
Status:
Released
Priority:
3
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
For now, if an inventory contain a <MEMORY> tag without a <NUMSLOT> tag, then we assign by default "1" for the slot number (and 2 for the second missing, etc).
It would be better to use negative numbers to explain that these are not real numslot.
And if duplicated NUMSLOTS are reported, we should use the same logic.
Sum up: if these for numslot are reported: "none", 1, 2, 2
We should ends up with: 1, -1, -2, -3
With -1, -2, -3 assigned to none, 2, 2 (in no particular order).
Actions