Hi Mariano,
You will need to configure vSwitch memory for each NUMA node prior to unlock:
system host-memory-modify -f <function> -1G <1G hugepages number> <hostname or id> <processor>
system host-memory-modify -f vswitch -1G 1 controller-0 0
system host-memory-modify -f vswitch -1G 1 controller-0 1
Tao
From: Mariano Ucha [mailto:lw2dht@gmail.com]
Sent: Monday, September 16, 2019 5:04 PM
To: starlingx-discuss@lists.starlingx.io
Subject: [Starlingx-discuss] Get vSwitch socket memory must be allocated for numa node (0). after trying to unlock controller-0
Hi guys!
I'm trying to unlock a AIO-Simplex and i get this error message.
[sysadmin@controller-0 log(keystone_admin)]$ system host-unlock controller-0
vSwitch socket memory must be allocated for numa node (0).
I'm using OVS-DPDK
[sysadmin@controller-0 log(keystone_admin)]$ system show
+----------------------+--------------------------------------+
| Property | Value |
+----------------------+--------------------------------------+
| contact | None |
| created_at | 2019-09-16T17:04:24.225055+00:00 |
| description | None |
| https_enabled | False |
| location | None |
| name | 352094b2-28d1-4eec-abd1-25be70d0c8b9 |
| region_name | RegionOne |
| sdn_enabled | False |
| security_feature | spectre_meltdown_v1 |
| service_project_name | services |
| software_version | 19.09 |
| system_mode | simplex |
| system_type | All-in-one |
| timezone | America/Buenos_Aires |
| updated_at | 2019-09-16T17:19:59.886864+00:00 |
| uuid | d464f593-3ef8-417d-a5f7-ce31edda5240 |
| vswitch_type | ovs-dpdk |
+----------------------+--------------------------------------+
Using this Build
###
### StarlingX
### Built from master
###
OS="centos"
SW_VERSION="19.09"
BUILD_TARGET="Host Installer"
BUILD_TYPE="Formal"
BUILD_ID="20190915T230000Z"
JOB="STX_build_master_master"
BUILD_BY="starlingx.build@cengn.ca"
BUILD_NUMBER="251"
BUILD_HOST="starlingx_mirror"
BUILD_DATE="2019-09-15 23:00:00 +0000"
But I get this error in a lost of build that i had downloaded.
Any idea?
Thanks,
Mariano