-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Observation : If the system is rebooted, all the active rig triggers with status as 'Running' are lost.
Expectation : All the active rig triggers should be restored once system reboot is done.
[root@rh83-new ~]# rig list
ID PID Type Watching Trigger Status
====================================================================================================
qibit 1600 system system utilization System loadavg above 6.0 Running
zphfg 25777 system system utilization Running
fgbuj 25130 logs messages, journals: system validate Running
olfpe 24928 logs dnf.log, journals: system yum update kernel Running
[root@rh83-new ~]# rig info -i qibit
{
"id": "qibit",
"pid": "1600",
"rig_type": "system",
"status": "Running",
"restart_max": 0,
"restart_count": 0,
"cmdline": "/usr/bin/rig system --loadavg 6 --kdump",
"debug": false,
"watch": "system utilization",
"trigger": "System loadavg above 6.0",
"created": "11/23/20 22:41:22",
"actions": {
"kdump": {
"name": "kdump",
"priority": 10000,
"expected_result": "A vmcore saved in your configured crash dump location"
}
}
}
[root@rh83-new ~]# rig list
ID PID Type Watching Trigger Status
====================================================================================================
[root@rh83-new ~]#
In above scenario, rig id(qibit) triggered kdump once system load avg was 6 and rebooted the system. vmcore is generated as per expectation successfully, but all other active rig triggers are lost. Similarly, whenever system #reboot is executed all the rig jobs are lost.
Metadata
Metadata
Assignees
Labels
No labels