Activity log for bug #1587898

Date Who What changed Old value New value Message
2016-06-01 13:40:09 Mikhail Chernik bug added bug
2016-06-01 13:41:03 OpenStack Infra fuel: status New In Progress
2016-06-01 13:41:21 Arthur Svechnikov fuel: importance Undecided High
2016-06-01 13:41:31 Arthur Svechnikov nominated for series fuel/newton
2016-06-01 13:41:31 Arthur Svechnikov bug task added fuel/newton
2016-06-01 13:41:42 Arthur Svechnikov nominated for series fuel/mitaka
2016-06-01 13:41:42 Arthur Svechnikov bug task added fuel/mitaka
2016-06-01 13:41:54 Arthur Svechnikov fuel/newton: milestone 9.0 10.0
2016-06-01 13:41:58 Arthur Svechnikov fuel/mitaka: milestone 9.0
2016-06-01 13:42:02 Arthur Svechnikov fuel/mitaka: status New Confirmed
2016-06-01 13:42:06 Arthur Svechnikov fuel/mitaka: importance Undecided High
2016-06-01 13:42:08 Arthur Svechnikov fuel/mitaka: assignee Arthur Svechnikov (asvechnikov)
2016-06-01 13:44:28 Arthur Svechnikov description Environment: MOS 9.0, ISO 426 Detailed description: Due to recent changes in yaml processing, comma separated list of values is glued together. If DPDK is turned on and a host has > 1 NUMA nodes, this leads to an unsuccessful attempt to allocate huge amount of memory, which breaks deployment. Steps to reproduce: [root@nailgun ~]# echo "dpdk: > ovs_socket_mem: 1024,1024,1024,1024" >> /etc/hiera/astute.yaml [root@nailgun ~]# hiera dpdk {"ovs_socket_mem"=>1024102410241024} [root@nailgun ~]# python -c 'import yaml; print(yaml.load(open("/etc/hiera/astute.yaml"))["dpdk"])' {'ovs_socket_mem': '1024,1024,1024,1024'} [root@nailgun ~]# Actual result: {"ovs_socket_mem"=>1024102410241024} Expected result: {'ovs_socket_mem': '1024,1024,1024,1024'} Environment: MOS 9.0, ISO 426 Detailed description: Due to recent changes in yaml processing, comma separated list of values is glued together. If DPDK is turned on and a host has > 1 NUMA nodes, this leads to an unsuccessful attempt to allocate huge amount of memory, which breaks deployment. Steps to reproduce: [root@nailgun ~]# echo "dpdk: > ovs_socket_mem: 1024,1024,1024,1024" >> /etc/hiera/astute.yaml [root@nailgun ~]# hiera dpdk {"ovs_socket_mem"=>1024102410241024} [root@nailgun ~]# python -c 'import yaml; print(yaml.load(open("/etc/hiera/astute.yaml"))["dpdk"])' {'ovs_socket_mem': '1024,1024,1024,1024'} [root@nailgun ~]# Actual result: `hiera dpdk` returns {"ovs_socket_mem"=>1024102410241024} Expected result: `hiera dpdk` returns {"ovs_socket_mem"=>'1024,1024,1024,1024'}
2016-06-01 14:08:00 OpenStack Infra fuel: assignee Arthur Svechnikov (asvechnikov) Vladimir Eremin (yottatsa)
2016-06-02 13:43:22 Dmitry Pyzhov tags feature-dpdk area-library feature-dpdk
2016-06-03 07:23:33 OpenStack Infra fuel: status In Progress Fix Committed
2016-06-03 09:52:27 OpenStack Infra fuel/mitaka: status Confirmed In Progress
2016-06-03 16:30:33 OpenStack Infra fuel/mitaka: status In Progress Fix Committed
2016-06-14 14:02:01 Ksenia Svechnikova fuel/mitaka: status Fix Committed Fix Released