Azure / Azure/azure-linux-extensions
[DSCForLinux] Intermittent OMI error when running PerformRequiredConfigurationChecks.py
- Dominant language
- Python
- Stars
- 333
- Forks
- 278
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
Getting some intermittent behavior here. Sometimes when I run PerformRequiredConfigurationChecks.py it is able to correct my config and return true. Then if I try to test it again (after manually reverting my server to the non-compliant config), it fails with the below error. And then later I try again the same thing and it works. What could be causing this randomness?
{
OwningEntity=OMI:CIMOM
MessageID=OMI:MI_Result:1
Message=Completed processing test operation. The operation returned False.
MessageArguments={}
PerceivedSeverity=7
ProbableCause=0
ProbableCauseDescription=Unknown
CIMStatusCode=1
OMI_Code=1
OMI_Category=0
OMI_Type=MI
OMI_ErrorMessage=A general error occurred, not covered by a more specific error code.
}
/opt/omi/bin/omicli: result: MI_RESULT_FAILED
/opt/omi/bin/omicli: result: Completed processing test operation. The operation returned False.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.