WatchDogActions
Possible values for VM image's watchdog actions.
URI: WatchDogActions
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| disabled | None | No watchdog is enabled |
| reset | None | Restart of guest us forced if server hangs |
| poweroff | None | Power of of guest is forced if server hangs |
| pause | None | Pause of guest is forced, if server hangs |
| unavailable | None | Watchdog is enabled, but not action is defined and performed if server hangs |
Slots
| Name | Description |
|---|---|
| watchDogAction | Define the action to be performed if server hangs |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#vm-image
LinkML Source
name: WatchDogActions
description: Possible values for VM image's watchdog actions.
from_schema: https://w3id.org/gaia-x/development#vm-image
permissible_values:
disabled:
text: disabled
description: No watchdog is enabled. No action will be performed if server hangs.
reset:
text: reset
description: Restart of guest us forced if server hangs.
poweroff:
text: poweroff
description: Power of of guest is forced if server hangs.
pause:
text: pause
description: Pause of guest is forced, if server hangs.
unavailable:
text: unavailable
description: Watchdog is enabled, but not action is defined and performed if server
hangs.