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>pull/4420/head
parent
6a845eca77
commit
5da0de0475
|
@ -127,6 +127,7 @@ options:
|
||||||
volumes will maintain their previously configured
|
volumes will maintain their previously configured
|
||||||
setting unless a different value is specified in the
|
setting unless a different value is specified in the
|
||||||
playbook.
|
playbook.
|
||||||
|
- The read cache feature is available in VDO 6.1 and older.
|
||||||
type: str
|
type: str
|
||||||
choices: [ disabled, enabled ]
|
choices: [ disabled, enabled ]
|
||||||
readcachesize:
|
readcachesize:
|
||||||
|
@ -142,6 +143,7 @@ options:
|
||||||
Existing volumes will maintain their previously
|
Existing volumes will maintain their previously
|
||||||
configured setting unless a different value is specified
|
configured setting unless a different value is specified
|
||||||
in the playbook.
|
in the playbook.
|
||||||
|
- The read cache feature is available in VDO 6.1 and older.
|
||||||
type: str
|
type: str
|
||||||
emulate512:
|
emulate512:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue