Hello @troyanov,
Thank you for your response.
After reviewing the script results, this is the output I got. I didn’t notice any errors or issues.
This is easy to reproduce—just wait for the state to change from “Pending” to “Running”, and then perform an abort, release, or disk erase. This will cause the machine’s state to change to “Error”.
[
{
"system_id": "atdagh",
"started": null,
"last_ping": null,
"id": 1246,
"runtime": "",
"type_name": "Release",
"type": 3,
"ended": null,
"status_name": "Aborted",
"status": 5,
"results": [
{
"id": 5782,
"created": "Mon, 10 Mar 2025 17:28:25 -0000",
"updated": "Mon, 10 Mar 2025 17:28:25 -0000",
"name": "wipe-disks",
"status": 5,
"status_name": "Aborted",
"exit_status": null,
"started": null,
"ended": null,
"runtime": "",
"starttime": "",
"endtime": "",
"estimated_runtime": "Unknown",
"parameters": {
"quick_erase": {
"type": "boolean",
"value": false,
"argument_format": "--quick-erase"
},
"secure_erase": {
"type": "boolean",
"value": false,
"argument_format": "--secure-erase"
}
},
"script_id": 31,
"script_revision_id": null,
"suppressed": false
}
],
"resource_uri": "/MAAS/api/2.0/nodes/atdagh/results/1246/"
},
{
"system_id": "atdagh",
"started": null,
"last_ping": null,
"id": 2553,
"runtime": "",
"type_name": "Release",
"type": 3,
"ended": null,
"status_name": "Aborted",
"status": 5,
"results": [
{
"id": 10419,
"created": "Wed, 19 Mar 2025 16:12:10 -0000",
"updated": "Wed, 19 Mar 2025 16:12:10 -0000",
"name": "wipe-disks",
"status": 5,
"status_name": "Aborted",
"exit_status": null,
"started": null,
"ended": null,
"runtime": "",
"starttime": "",
"endtime": "",
"estimated_runtime": "Unknown",
"parameters": {
"secure_erase": {
"type": "boolean",
"value": true,
"argument_format": "--secure-erase"
}
},
"script_id": 31,
"script_revision_id": null,
"suppressed": false
}
],
"resource_uri": "/MAAS/api/2.0/nodes/atdagh/results/2553/"
},
{
"system_id": "atdagh",
"started": null,
"last_ping": null,
"id": 5170,
"runtime": "",
"type_name": "Release",
"type": 3,
"ended": null,
"status_name": "Pending",
"status": 0,
"results": [
{
"id": 13471,
"created": "Fri, 18 Apr 2025 11:05:17 -0000",
"updated": "Fri, 18 Apr 2025 11:05:17 -0000",
"name": "wipe-disks",
"status": 0,
"status_name": "Pending",
"exit_status": null,
"started": null,
"ended": null,
"runtime": "",
"starttime": "",
"endtime": "",
"estimated_runtime": "Unknown",
"parameters": {
"quick_erase": {
"type": "boolean",
"value": false,
"argument_format": "--quick-erase"
},
"secure_erase": {
"type": "boolean",
"value": false,
"argument_format": "--secure-erase"
}
},
"script_id": 31,
"script_revision_id": null,
"suppressed": false
}
],
"resource_uri": "/MAAS/api/2.0/nodes/atdagh/results/5170/"
}
]
Edit: Forgot to mention current MAAS version im using is MAAS 3.5.4 (deb)