fix: Revert enable_bmc_verify_clock as it causes errors on enrol#1782
Merged
Conversation
failed verify step verify_bmc_clock with unexpected error: Failed to verify node b3f90d09-cd67-47d1-88de-633853877400: BMC clock verify step failed: HTTP PATCH https://10.97.16.4/redfish/v1/Managers/iDRAC.Embedded.1 returned | code 400. Base.1.12.GeneralError: The property DateTimeLocalOffset is a read only property and cannot be assigned a value. Extended information: [{'Message': 'The property DateTimeLocalOffset is a read only property and cannot be assigned a value.', 'MessageArgs': | ['DateTimeLocalOffset'], 'MessageArgs@odata.count': 1, 'MessageId': 'Base.1.12.PropertyNotWritable', 'RelatedProperties': ['#/DateTimeLocalOffset'], 'RelatedProperties@odata.count': 1, 'Resolution': 'Remove the property from the request body and resubmit the request | if the operation failed.', 'Severity': 'Warning'}, {'Message': 'Unable to complete the operation because the property DateTimeLocalOffset is a read only property and cannot be assigned a value.', 'MessageArgs': ['DateTimeLocalOffset'], 'MessageArgs@odata.count': 1, | 'MessageId': 'IDRAC.2.9.SYS427', 'RelatedProperties': ['#/DateTimeLocalOffset'], 'RelatedProperties@odata.count': 1, 'Resolution': 'Remove the property from the request body and retry the operation.', 'Severity': 'Warning'}, {'Message': 'Unable to complete the | operation because the value 2026-03-09T18:57:03.348627+00:0 entered for the property DateTime is invalid.', 'MessageArgs': ['2026-03-09T18:57:03.348627+00:0', 'DateTime'], 'MessageArgs@odata.count': 2, 'MessageId': 'IDRAC.2.9.SYS425', 'RelatedProperties': [], | 'RelatedProperties@odata.count': 0, 'Resolution': "Enter a valid value for the property in the request body and retry the operation.For information about valid values, see the iDRAC User's Guide available on the support site.", 'Severity': 'Warning'}] |
nicholaskuechler
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
failed verify step verify_bmc_clock with unexpected error: Failed to verify node b3f90d09-cd67-47d1-88de-633853877400: BMC clock verify step failed: HTTP PATCH
https://10.97.16.4/redfish/v1/Managers/iDRAC.Embedded.1 returned | code
400. Base.1.12.GeneralError:
The property DateTimeLocalOffset is a read only property and cannot be assigned a value. Extended information: [{'Message': 'The property DateTimeLocalOffset is a read only property and cannot be assigned a
value.', 'MessageArgs': | ['DateTimeLocalOffset'],
'MessageArgs@odata.count': 1, 'MessageId':
'Base.1.12.PropertyNotWritable', 'RelatedProperties':
['#/DateTimeLocalOffset'], 'RelatedProperties@odata.count': 1,
'Resolution': 'Remove the property from the request body and resubmit
the request | if the operation failed.', 'Severity': 'Warning'},
{'Message': 'Unable to complete the operation because the property
DateTimeLocalOffset is a read only property and cannot be assigned a
value.', 'MessageArgs': ['DateTimeLocalOffset'],
'MessageArgs@odata.count': 1, | 'MessageId': 'IDRAC.2.9.SYS427',
'RelatedProperties': ['#/DateTimeLocalOffset'],
'RelatedProperties@odata.count': 1, 'Resolution': 'Remove the property
from the request body and retry the operation.', 'Severity': 'Warning'},
{'Message': 'Unable to complete the | operation because the value
2026-03-09T18:57:03.348627+00:0 entered for the property DateTime is
invalid.', 'MessageArgs': ['2026-03-09T18:57:03.348627+00:0',
'DateTime'], 'MessageArgs@odata.count': 2, 'MessageId':
'IDRAC.2.9.SYS425', 'RelatedProperties': [], |
'RelatedProperties@odata.count': 0, 'Resolution': "Enter a valid value
for the property in the request body and retry the operation.For
information about valid values, see the iDRAC User's Guide available on
the support site.", 'Severity': 'Warning'}] |