Execution
Date 07 Oct 2025 12:17:14 +0100
Duration 00:00:05.94
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
24 Hosts
1 Tasks
24 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.18
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm021

Field Value
changed
True
cmd
lspci | grep -i raid; cat /proc/mdstat ; agent360 --info | grep _ls
delta
0:00:00.141780
end
2025-10-07 11:17:16.246937
invocation
{
    "module_args": {
        "_raw_params": "lspci | grep -i raid; cat /proc/mdstat ; agent360 --info | grep _ls",
        "_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-10-07 11:17:16.105157
stderr

stderr_lines
[]
stdout
0000:00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID Mode] (rev 09)
0000:5d:05.5 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller (rev 04)
0000:d7:05.5 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller (rev 04)
Personalities : [raid1] 
md0 : active raid1 nvme0n1[1] nvme1n1[0]
      7813894464 blocks super 1.2 [2/2] [UU]
      bitmap: 25/59 pages [100KB], 65536KB chunk

md126 : active raid1 sda[1] sdb[0]
      222703616 blocks super external:/md127/0 [2/2] [UU]
      
md127 : inactive sdb[1](S) sda[0](S)
      10402 blocks super external:imsm
       
unused devices: <none>
Plugins enabled: iostat, network, ping, process, swap, vms, mdstat_ls, firewall, vrrp_mon_cr, internal_server_metrics, cpu, diskusage, loadavg, mdstat, memory, system
stdout_lines
[
    "0000:00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID Mode] (rev 09)",
    "0000:5d:05.5 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller (rev 04)",
    "0000:d7:05.5 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller (rev 04)",
    "Personalities : [raid1] ",
    "md0 : active raid1 nvme0n1[1] nvme1n1[0]",
    "      7813894464 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 25/59 pages [100KB], 65536KB chunk",
    "",
    "md126 : active raid1 sda[1] sdb[0]",
    "      222703616 blocks super external:/md127/0 [2/2] [UU]",
    "      ",
    "md127 : inactive sdb[1](S) sda[0](S)",
    "      10402 blocks super external:imsm",
    "       ",
    "unused devices: <none>",
    "Plugins enabled: iostat, network, ping, process, swap, vms, mdstat_ls, firewall, vrrp_mon_cr, internal_server_metrics, cpu, diskusage, loadavg, mdstat, memory, system"
]