Execution
Date 30 Sep 2025 12:51:09 +0100
Duration 00:00:07.19
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.740121
end
2025-09-30 11:51:11.978522
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 11:51:11.238401
stderr

stderr_lines
[]
stdout
Tue Sep 30 11:51:11 2025: sg module is already loaded. Moving further
Tue Sep 30 11:51:11 2025: Smartmontools package is already installed
Tue Sep 30 11:51:11 2025: Software raid detected : md125 : active raid10 nvme1n1p1[1] nvme0n1p1[0] nvme2n1p1[2]
md126 : active raid1 sda2[0] sdb2[1]
md127 : active raid1 sda3[0] sdb3[1]

Tue Sep 30 11:51:11 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 

Message ID: 068c1d42-933d-45a3-8094-a77a05e20bc2
stdout_lines
[
    "Tue Sep 30 11:51:11 2025: sg module is already loaded. Moving further",
    "Tue Sep 30 11:51:11 2025: Smartmontools package is already installed",
    "Tue Sep 30 11:51:11 2025: Software raid detected : md125 : active raid10 nvme1n1p1[1] nvme0n1p1[0] nvme2n1p1[2]",
    "md126 : active raid1 sda2[0] sdb2[1]",
    "md127 : active raid1 sda3[0] sdb3[1]",
    "",
    "Tue Sep 30 11:51:11 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 ",
    "",
    "Message ID: 068c1d42-933d-45a3-8094-a77a05e20bc2"
]