Execution
Date 17 Apr 2026 11:46:02 +0100
Duration 00:00:02.59
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
2 Hosts
4 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.00
  • Play
    Check for Software RAID (mdadm) Status
  • Task
    Read /proc/mdstat content

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python"
}
changed
False
cmd
[
    "cat",
    "/proc/mdstat"
]
delta
0:00:00.002493
end
2026-04-17 10:46:03.663787
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "cat /proc/mdstat",
        "_uses_shell": false,
        "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
2026-04-17 10:46:03.661294
stderr

stderr_lines
[]
stdout
Personalities : [raid1] 
md124 : active raid1 nvme1n1p4[1] nvme0n1p4[0]
      7342659584 blocks super 1.2 [2/2] [UU]
      bitmap: 0/55 pages [0KB], 65536KB chunk

md125 : active raid1 nvme1n1p3[1] nvme0n1p3[0]
      205760 blocks super 1.0 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

md126 : active raid1 nvme1n1p2[1] nvme0n1p2[0]
      1047552 blocks super 1.2 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

md127 : active raid1 nvme1n1p1[1] nvme0n1p1[0]
      157285376 blocks super 1.2 [2/2] [UU]
      bitmap: 2/2 pages [8KB], 65536KB chunk

unused devices: <none>
stdout_lines
[
    "Personalities : [raid1] ",
    "md124 : active raid1 nvme1n1p4[1] nvme0n1p4[0]",
    "      7342659584 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 0/55 pages [0KB], 65536KB chunk",
    "",
    "md125 : active raid1 nvme1n1p3[1] nvme0n1p3[0]",
    "      205760 blocks super 1.0 [2/2] [UU]",
    "      bitmap: 0/1 pages [0KB], 65536KB chunk",
    "",
    "md126 : active raid1 nvme1n1p2[1] nvme0n1p2[0]",
    "      1047552 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 0/1 pages [0KB], 65536KB chunk",
    "",
    "md127 : active raid1 nvme1n1p1[1] nvme0n1p1[0]",
    "      157285376 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 2/2 pages [8KB], 65536KB chunk",
    "",
    "unused devices: <none>"
]