Execution
Date 30 Sep 2025 13:10:02 +0100
Duration 00:00:08.43
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
28 Hosts
1 Tasks
28 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
/usr/local/bin/raid_monit.pl
delta
0:00:00.306332
end
2025-09-30 12:10:06.755292
invocation
{
    "module_args": {
        "_raw_params": "/usr/local/bin/raid_monit.pl",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-09-30 12:10:06.448960
stderr

stderr_lines
[]
stdout
Tue Sep 30 12:10:06 2025: sg module is already loaded. Moving further
Tue Sep 30 12:10:06 2025: Smartmontools package is already installed
Tue Sep 30 12:10:06 2025: Software raid detected : md125 : active raid1 nvme0n1p2[0]
md126 : active raid1 nvme0n1p4[0]
md127 : active raid1 nvme0n1p3[0]

Tue Sep 30 12:10:06 2025: RAID check FAILED. This is the reported disks status:
Command to check the SSD status: cat /proc/mdstat;for md in `grep md  /proc/mdstat  | awk '{print $1}' `;do /sbin/mdadm -D /dev/$md;done 


             State : active, degraded 
             State : clean, degraded 
             State : active, degraded 

Message ID: d0daa374-e43d-49b8-8080-d290a0c24e05
stdout_lines
[
    "Tue Sep 30 12:10:06 2025: sg module is already loaded. Moving further",
    "Tue Sep 30 12:10:06 2025: Smartmontools package is already installed",
    "Tue Sep 30 12:10:06 2025: Software raid detected : md125 : active raid1 nvme0n1p2[0]",
    "md126 : active raid1 nvme0n1p4[0]",
    "md127 : active raid1 nvme0n1p3[0]",
    "",
    "Tue Sep 30 12:10:06 2025: RAID check FAILED. This is the reported disks status:",
    "Command to check the SSD status: cat /proc/mdstat;for md in `grep md  /proc/mdstat  | awk '{print $1}' `;do /sbin/mdadm -D /dev/$md;done ",
    "",
    "",
    "             State : active, degraded ",
    "             State : clean, degraded ",
    "             State : active, degraded ",
    "",
    "Message ID: d0daa374-e43d-49b8-8080-d290a0c24e05"
]