diff --git a/system/lvol.py b/system/lvol.py index 284c37ace5e..e52b23bbcb7 100644 --- a/system/lvol.py +++ b/system/lvol.py @@ -48,7 +48,8 @@ options: choices: [ "present", "absent" ] default: present description: - - Control if the logical volume exists. + - Control if the logical volume exists. If C(present) the C(size) option + is required. required: false force: version_added: "1.5"