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
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
cmd
. /root/openrc
CLI_OPTIONS=""
  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show "low-iops"; then
    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name="LVM_iSCSI"       "low-iops"
  fi
  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show "high-iops"; then
    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name="LVM_iSCSI"       "high-iops"
  fi
  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show "ultra-high-iops"; then
    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name="LVM_iSCSI"       "ultra-high-iops"
  fi
delta
0:00:07.833541
end
2025-12-08 14:11:32.306807
failed
False
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show \"low-iops\"; then\n    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name=\"LVM_iSCSI\"       \"low-iops\"\n  fi\n  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show \"high-iops\"; then\n    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name=\"LVM_iSCSI\"       \"high-iops\"\n  fi\n  if ! /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type show \"ultra-high-iops\"; then\n    /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume type create      --property volume_backend_name=\"LVM_iSCSI\"       \"ultra-high-iops\"\n  fi\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:11:24.473266
stderr
No volumetype with a name or ID of 'low-iops' exists.
No volumetype with a name or ID of 'high-iops' exists.
No volumetype with a name or ID of 'ultra-high-iops' exists.
stderr_lines
[
    "No volumetype with a name or ID of 'low-iops' exists.",
    "No volumetype with a name or ID of 'high-iops' exists.",
    "No volumetype with a name or ID of 'ultra-high-iops' exists."
]
stdout
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description | None                                 |
| id          | e01a23c6-a3d5-476a-985c-5b067dff1e4c |
| is_public   | True                                 |
| name        | low-iops                             |
| properties  | volume_backend_name='LVM_iSCSI'      |
+-------------+--------------------------------------+
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description | None                                 |
| id          | cdefabad-868a-407c-973d-53f6467373ce |
| is_public   | True                                 |
| name        | high-iops                            |
| properties  | volume_backend_name='LVM_iSCSI'      |
+-------------+--------------------------------------+
+-------------+--------------------------------------+
| Field       | Value                                |
+-------------+--------------------------------------+
| description | None                                 |
| id          | 49a28592-6ef5-4ca7-8f3b-7c3e32a4fe00 |
| is_public   | True                                 |
| name        | ultra-high-iops                      |
| properties  | volume_backend_name='LVM_iSCSI'      |
+-------------+--------------------------------------+
stdout_lines
[
    "+-------------+--------------------------------------+",
    "| Field       | Value                                |",
    "+-------------+--------------------------------------+",
    "| description | None                                 |",
    "| id          | e01a23c6-a3d5-476a-985c-5b067dff1e4c |",
    "| is_public   | True                                 |",
    "| name        | low-iops                             |",
    "| properties  | volume_backend_name='LVM_iSCSI'      |",
    "+-------------+--------------------------------------+",
    "+-------------+--------------------------------------+",
    "| Field       | Value                                |",
    "+-------------+--------------------------------------+",
    "| description | None                                 |",
    "| id          | cdefabad-868a-407c-973d-53f6467373ce |",
    "| is_public   | True                                 |",
    "| name        | high-iops                            |",
    "| properties  | volume_backend_name='LVM_iSCSI'      |",
    "+-------------+--------------------------------------+",
    "+-------------+--------------------------------------+",
    "| Field       | Value                                |",
    "+-------------+--------------------------------------+",
    "| description | None                                 |",
    "| id          | 49a28592-6ef5-4ca7-8f3b-7c3e32a4fe00 |",
    "| is_public   | True                                 |",
    "| name        | ultra-high-iops                      |",
    "| properties  | volume_backend_name='LVM_iSCSI'      |",
    "+-------------+--------------------------------------+"
]