From 5da0de04754a763efff71729c37fe03f0b4d2b42 Mon Sep 17 00:00:00 2001 From: Bryan Gurney <32554660+bgurney-rh@users.noreply.github.com> Date: Wed, 6 Mar 2019 15:40:09 -0500 Subject: [PATCH] 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 --- lib/ansible/modules/system/vdo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/system/vdo.py b/lib/ansible/modules/system/vdo.py index 9fe009c3f2..6a970cb9c3 100644 --- a/lib/ansible/modules/system/vdo.py +++ b/lib/ansible/modules/system/vdo.py @@ -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: