|
results
|
Result #1
| Field |
Value |
|
ansible_loop_var
|
|
|
changed
|
|
|
cmd
|
. /root/openrc
CLI_OPTIONS=""
/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x low-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create low-iops --consumer front-end\
--property consumer=front-end --property read_iops_sec=75 --property write_iops_sec=75
|
|
delta
|
|
|
end
|
2025-12-08 14:11:35.420886
|
|
failed
|
|
|
invocation
|
{
"module_args": {
"_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x low-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create low-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=75 --property write_iops_sec=75\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
|
{
"cinder_volume_types": [
"low-iops"
],
"name": "low-iops",
"options": {
"consumer": "front-end",
"read_iops_sec": 75,
"write_iops_sec": 75
}
}
|
|
msg
|
|
|
rc
|
|
|
start
|
2025-12-08 14:11:32.770977
|
|
stderr
|
|
|
stderr_lines
|
|
|
stdout
|
+------------+-----------------------------------------+
| Field | Value |
+------------+-----------------------------------------+
| consumer | front-end |
| id | 9324bac4-ac58-4519-8047-0a35eedec3fd |
| name | low-iops |
| properties | read_iops_sec='75', write_iops_sec='75' |
+------------+-----------------------------------------+
|
|
stdout_lines
|
[
"+------------+-----------------------------------------+",
"| Field | Value |",
"+------------+-----------------------------------------+",
"| consumer | front-end |",
"| id | 9324bac4-ac58-4519-8047-0a35eedec3fd |",
"| name | low-iops |",
"| properties | read_iops_sec='75', write_iops_sec='75' |",
"+------------+-----------------------------------------+"
]
|
Result #2
| Field |
Value |
|
ansible_loop_var
|
|
|
changed
|
|
|
cmd
|
. /root/openrc
CLI_OPTIONS=""
/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x high-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create high-iops --consumer front-end\
--property consumer=front-end --property read_iops_sec=150 --property write_iops_sec=150
|
|
delta
|
|
|
end
|
2025-12-08 14:11:38.324913
|
|
failed
|
|
|
invocation
|
{
"module_args": {
"_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x high-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create high-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=150 --property write_iops_sec=150\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
|
{
"cinder_volume_types": [
"high-iops"
],
"name": "high-iops",
"options": {
"consumer": "front-end",
"read_iops_sec": 150,
"write_iops_sec": 150
}
}
|
|
msg
|
|
|
rc
|
|
|
start
|
2025-12-08 14:11:35.646404
|
|
stderr
|
|
|
stderr_lines
|
|
|
stdout
|
+------------+-------------------------------------------+
| Field | Value |
+------------+-------------------------------------------+
| consumer | front-end |
| id | 801cf76e-a699-49c4-be24-b9c82d21bd11 |
| name | high-iops |
| properties | read_iops_sec='150', write_iops_sec='150' |
+------------+-------------------------------------------+
|
|
stdout_lines
|
[
"+------------+-------------------------------------------+",
"| Field | Value |",
"+------------+-------------------------------------------+",
"| consumer | front-end |",
"| id | 801cf76e-a699-49c4-be24-b9c82d21bd11 |",
"| name | high-iops |",
"| properties | read_iops_sec='150', write_iops_sec='150' |",
"+------------+-------------------------------------------+"
]
|
Result #3
| Field |
Value |
|
ansible_loop_var
|
|
|
changed
|
|
|
cmd
|
. /root/openrc
CLI_OPTIONS=""
/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x ultra-high-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create ultra-high-iops --consumer front-end\
--property consumer=front-end --property read_iops_sec=300 --property write_iops_sec=300
|
|
delta
|
|
|
end
|
2025-12-08 14:11:41.133036
|
|
failed
|
|
|
invocation
|
{
"module_args": {
"_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x ultra-high-iops || /openstack/venvs/utility-32.1.0.dev9/bin/openstack ${CLI_OPTIONS} volume qos create ultra-high-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=300 --property write_iops_sec=300\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
|
{
"cinder_volume_types": [
"ultra-high-iops"
],
"name": "ultra-high-iops",
"options": {
"consumer": "front-end",
"read_iops_sec": 300,
"write_iops_sec": 300
}
}
|
|
msg
|
|
|
rc
|
|
|
start
|
2025-12-08 14:11:38.553318
|
|
stderr
|
|
|
stderr_lines
|
|
|
stdout
|
+------------+-------------------------------------------+
| Field | Value |
+------------+-------------------------------------------+
| consumer | front-end |
| id | 7b4fd544-27ca-4398-9a42-b26fee9b4460 |
| name | ultra-high-iops |
| properties | read_iops_sec='300', write_iops_sec='300' |
+------------+-------------------------------------------+
|
|
stdout_lines
|
[
"+------------+-------------------------------------------+",
"| Field | Value |",
"+------------+-------------------------------------------+",
"| consumer | front-end |",
"| id | 7b4fd544-27ca-4398-9a42-b26fee9b4460 |",
"| name | ultra-high-iops |",
"| properties | read_iops_sec='300', write_iops_sec='300' |",
"+------------+-------------------------------------------+"
]
|
|