Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details


Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
cmd
set -o pipefail
if [ "$(pvdisplay | grep -B1 cinder-volumes | awk '/PV/ {print $3}')" ];then
  for device in `pvdisplay | grep -B1 cinder-volumes | awk '/PV/ {print $3}'`
    do lxc-device -n aio1-cinder-api-container-9cd182a1 add $device
  done
fi
delta
0:00:00.142228
end
2025-12-14 10:34:36.214855
failed
False
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nif [ \"$(pvdisplay | grep -B1 cinder-volumes | awk '/PV/ {print $3}')\" ];then\n  for device in `pvdisplay | grep -B1 cinder-volumes | awk '/PV/ {print $3}'`\n    do lxc-device -n aio1-cinder-api-container-9cd182a1 add $device\n  done\nfi\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
    }
}
item
{
    "key": "lvm",
    "value": {
        "extra_volume_types": [
            "low-iops",
            "high-iops",
            "ultra-high-iops"
        ],
        "iscsi_ip_address": "172.29.236.100",
        "lvm_type": "thin",
        "volume_backend_name": "LVM_iSCSI",
        "volume_driver": "cinder.volume.drivers.lvm.LVMVolumeDriver",
        "volume_group": "cinder-volumes"
    }
}
msg

rc
0
start
2025-12-14 10:34:36.072627
stderr

stderr_lines
[]
stdout

stdout_lines
[]