Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:06.99
  • Play
    Install cinder services
  • Task
    os_cinder : Add in cinder devices types
  • Host
    aio1 ( task delegated to aio1 )

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
cmd
. /root/openrc
CLI_OPTIONS=""
if ! /usr/bin/openstack ${CLI_OPTIONS} volume type show "lvm"; then
  /usr/bin/openstack ${CLI_OPTIONS} volume type create    --property volume_backend_name="LVM_iSCSI"     "lvm"
fi
delta
0:00:06.459959
end
2025-12-08 13:52:25.015652
failed
False
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\nif ! /usr/bin/openstack ${CLI_OPTIONS} volume type show \"lvm\"; then\n  /usr/bin/openstack ${CLI_OPTIONS} volume type create    --property volume_backend_name=\"LVM_iSCSI\"     \"lvm\"\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 13:52:18.555693
stderr
No volumetype with a name or ID of 'lvm' exists.
stderr_lines
[
    "No volumetype with a name or ID of 'lvm' exists."
]
stdout
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description | None                                 |
| id          | ae123e3d-e054-4948-9b22-b215b50d80f8 |
| is_public   | True                                 |
| name        | lvm                                  |
| properties  | volume_backend_name='LVM_iSCSI'      |
+-------------+--------------------------------------+
stdout_lines
[
    "+-------------+--------------------------------------+",
    "| Field       | Value                                |",
    "+-------------+--------------------------------------+",
    "| description | None                                 |",
    "| id          | ae123e3d-e054-4948-9b22-b215b50d80f8 |",
    "| is_public   | True                                 |",
    "| name        | lvm                                  |",
    "| properties  | volume_backend_name='LVM_iSCSI'      |",
    "+-------------+--------------------------------------+"
]