mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
vdo: document versions that have read cache options (#53291)
The "readcache" and "readcachesize" options, which correspond to the same options in the "vdo create" and "vdo modify" commands, have been removed in VDO version 6.2. Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
6a845eca77
commit
5da0de0475
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,7 @@ options:
|
|||
volumes will maintain their previously configured
|
||||
setting unless a different value is specified in the
|
||||
playbook.
|
||||
- The read cache feature is available in VDO 6.1 and older.
|
||||
type: str
|
||||
choices: [ disabled, enabled ]
|
||||
readcachesize:
|
||||
|
@ -142,6 +143,7 @@ options:
|
|||
Existing volumes will maintain their previously
|
||||
configured setting unless a different value is specified
|
||||
in the playbook.
|
||||
- The read cache feature is available in VDO 6.1 and older.
|
||||
type: str
|
||||
emulate512:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue