Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 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-dbc969ca add $device
  done
fi
delta
0:00:00.079214
end
2025-12-08 14:08:23.144370
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-dbc969ca 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-08 14:08:23.065156
stderr
Please remove the lvm.conf filter, it is ignored with the devices file.
  Please remove the lvm.conf filter, it is ignored with the devices file.
stderr_lines
[
    "  Please remove the lvm.conf filter, it is ignored with the devices file.",
    "  Please remove the lvm.conf filter, it is ignored with the devices file."
]
stdout

stdout_lines
[]