entity-manager
entity-manager copied to clipboard
/var/configuration/system.json should be updated automatically
At the moment system.json is not updated, so users still have problems, which have been fixed in the new BMC firmware with updated entity-manager files
There is following meson option now which can disable the system.json and force EM to re-parse all the config each time it starts.
option(
'new-device-detection',
type: 'boolean',
value: true,
description: 'Cache the current configuration to support new-device detection. This option can be set to false for development, which will force re-parsing of configuration.',
)
Does this solve your issue?