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
Due to some problems in the maintenance agent we restart the agent every hour with a cronjob.
What we see in the osd information that we receive an error with Maintenance.NotMyTask.
Framework checks those stats to calculate when they change the status in the GUI of the asd from OK to Warning.
len(errors) > 0 and (len(reads + writes) == 0 or max(min(reads), min(writes)) <= max(errors) + 5min)
If the asd is less used we will receive each hour a warning in the ovs portal with recently errors.
Due to some problems in the maintenance agent we restart the agent every hour with a cronjob.
What we see in the osd information that we receive an error with Maintenance.NotMyTask.
Framework checks those stats to calculate when they change the status in the GUI of the asd from OK to Warning.
len(errors) > 0 and (len(reads + writes) == 0 or max(min(reads), min(writes)) <= max(errors) + 5min)
If the asd is less used we will receive each hour a warning in the ovs portal with recently errors.
Can you guys remove this error from the asds when a maintenance agent restarts?
The text was updated successfully, but these errors were encountered: