You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting RESIN_HOST_ODMDATA_configuration = 0 on a TX2 device causes it to spam the log that it's applying new boot configs, but they are all empty. It is not clear that the available config options are from 1 to 6.
If it is a case that the supervisor attempts value validation and fails (I do not know that it is the case, though), then it should perhaps remember this and not keep trying again.
If the
RESIN_HOST_ODMDATA_configuration
configuration variable is set to value0
through the web dashboard, the supervisor gets in a loop logging:JF Pattern RESIN_HOST_ODMDATA_configuration var on TX2 devices states:
Indeed, the valid values for
RESIN_HOST_ODMDATA_configuration
appear to be 1 to 6, as defined at:https://github.com/balena-io/open-balena-api/blob/v0.203.0/src/features/vars-schema/env-vars.ts#L230-L239
If it is a case that the supervisor attempts value validation and fails (I do not know that it is the case, though), then it should perhaps remember this and not keep trying again.
A closely related issue seems to be #1743.
The text was updated successfully, but these errors were encountered: