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.41
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm019

Field Value
changed
True
cmd
lspci | grep -i raid; cat /proc/mdstat ; agent360 --info | grep _ls
delta
0:00:00.152513
end
2025-10-07 11:17:16.312010
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.159497
stderr

stderr_lines
[]
stdout
00:11.5 RAID bus controller: Intel Corporation sSATA Controller [RAID Mode] (rev 09)
00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID Mode] (rev 09)
Personalities : [raid1] 
md0 : active raid1 nvme1n1[0] nvme0n1[1]
      7813894464 blocks super 1.2 [2/2] [UU]
      bitmap: 27/59 pages [108KB], 65536KB chunk

md126 : active raid1 sdb[1] sda[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>
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
[
    "00:11.5 RAID bus controller: Intel Corporation sSATA Controller [RAID Mode] (rev 09)",
    "00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID Mode] (rev 09)",
    "Personalities : [raid1] ",
    "md0 : active raid1 nvme1n1[0] nvme0n1[1]",
    "      7813894464 blocks super 1.2 [2/2] [UU]",
    "      bitmap: 27/59 pages [108KB], 65536KB chunk",
    "",
    "md126 : active raid1 sdb[1] sda[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>",
    "Plugins enabled: iostat, network, ping, process, swap, vms, mdstat_ls, firewall, vrrp_mon_cr, internal_server_metrics, cpu, diskusage, loadavg, mdstat, memory, system"
]