Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1, 2.2, 2.2.1
-
None
Description
The field for computer.RAM is an unsigned SMALLINT(5), with a maximum value of 65535. For individual computers this is not an issue, but for VMware hosts (and especially for VMware host clusters), this limit will cause problems with the ability for new images to be loaded. I would recommend changing the schema to support an unsigned MEDIUMINT instead.