Created attachment 1066407 [details] ironic report Description of problem: After the benchmark of some nodes the memory_mb is set to 512 MB instead of 512GB. [stack@pvn0014 ~]$ openstack baremetal show 4f16afcf-5b57-4676-96b9-46d603552dab | grep properties | properties | {u'memory_mb': u'512', u'cpu_arch': u'x86_64', u'local_gb': u'118', u'cpus': u'48', u'capabilities': u'boot_option:local'} Where are you experiencing the behavior? What environment? Expected to see a long number 528089 or something. I think this will cause issues when assigning flavors that have larger memory then 512mb. Node has available: [root@NODE~]# free -m total used free shared buff/cache available Mem: 515712 3512 315631 828 196568 510890 Swap: 1023 0 1023 Attaching the extra_hardware-4f16afcf-5b57-4676-96b9-46d603552dab from swift Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** Bug 1258647 has been marked as a duplicate of this bug. ***
*** Bug 1259656 has been marked as a duplicate of this bug. ***
*** Bug 1255733 has been marked as a duplicate of this bug. ***
Unable to reproduce with : --------------------------- python-ironic-discoverd-1.1.0-8.el7ost.noarch openstack-ironic-discoverd-1.1.0-8.el7ost.noarch ----------------------------------------------------- (1) 'openstack baremetal show' 5ab81320-55bb-409e-aa27-c1ad37db50b4 | grep properties does not have properties at all .. (2) ironic node-show shows exact data : [stack@rhos-compute-node-18 ~]$ ironic node-show 9d00a66d-cdf6-481e-b1d1-4107c4380131 | grep properties | properties | {u'memory_mb': u'24576', u'cpu_arch': u'x86_64', u'local_gb': u'464', | [root@overcloud-cephstorage-0 ~]# free -m total used free shared buff/cache available Mem: 48091 545 47060 0 485 47294 Swap: 0 0 0
Correcting my mistake from the previous comment ( it was different host): [stack@rhos-compute-node-18 ~]$ ironic node-show e6a17b16-f267-466b-9769-a4767cb259c8 | grep propertie | properties | {u'memory_mb': u'49152', u'cpu_arch': u'x86_64', u'local_gb': u'49', | [root@overcloud-cephstorage-0 ~]# free -m total used free shared buff/cache available Mem: 48091 545 47060 0 485 47294 Swap: 0 0 0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:1929