Execution
Date 08 Oct 2025 09:47:17 +0100
Duration 00:00:21.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
29 Hosts
4 Tasks
103 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
rm -rf "/root/raid_reports"
cd /root
./generate_raid_report.sh --write
delta
0:00:00.422820
end
2025-10-08 08:47:19.189512
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nrm -rf \"/root/raid_reports\"\ncd /root\n./generate_raid_report.sh --write\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
1
start
2025-10-08 08:47:18.766692
stderr

stderr_lines
[]
stdout
Generating CSV report: /root/raid_reports/raid_report_20251008_084718.csv
=== RAID detection run: 2025-10-08T08:47:18+0000 ===

---- Software RAID (mdadm) ----
Personalities : [raid1] 
md125 : active raid1 nvme0n1p1[0] nvme1n1p1[1]
      7813893120 blocks super 1.2 [2/2] [UU]
      bitmap: 37/59 pages [148KB], 65536KB chunk

md126 : active raid1 sda[1] sdb[0]
      222703616 blocks super external:/md127/0 [2/2] [UU]
      
md127 : inactive sda[1](S) sdb[0](S)
      10402 blocks super external:imsm
       
unused devices: <none>
stdout_lines
[
    "Generating CSV report: /root/raid_reports/raid_report_20251008_084718.csv",
    "=== RAID detection run: 2025-10-08T08:47:18+0000 ===",
    "",
    "---- Software RAID (mdadm) ----",
    "Personalities : [raid1] ",
    "md125 : active raid1 nvme0n1p1[0] nvme1n1p1[1]",
    "      7813893120 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 37/59 pages [148KB], 65536KB chunk",
    "",
    "md126 : active raid1 sda[1] sdb[0]",
    "      222703616 blocks super external:/md127/0 [2/2] [UU]",
    "      ",
    "md127 : inactive sda[1](S) sdb[0](S)",
    "      10402 blocks super external:imsm",
    "       ",
    "unused devices: <none>"
]