mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update cs_storage_pool.py (#42454)
Added "maintenance" to allocation_state in the Parameters section. +label: docsite_pr
This commit is contained in:
parent
f405857f50
commit
c99cd634bb
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ options:
|
||||||
allocation_state:
|
allocation_state:
|
||||||
description:
|
description:
|
||||||
- Allocation state of the storage pool.
|
- Allocation state of the storage pool.
|
||||||
choices: [ enabled, disabled ]
|
choices: [ enabled, disabled, maintenance ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the storage pool.
|
- State of the storage pool.
|
||||||
|
|
Loading…
Reference in a new issue