Open vStorage ALBA (alternate backend) creates a replicated or flexible network raid’ed object storage backend out of Seagate Kinetic drives and local disk supporting compression, encryption.
Other
28
stars
10
forks
source link
When restarting the maintenance agent, asd add Maintenance.NotMyTask to the recently errors #696
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?