Fix typo in docs for lvol module(#65092)

Changed activate to active
This commit is contained in:
Ben Porter 2019-11-19 21:56:40 -07:00 committed by Abhijeet Kasurde
parent 7092c196ed
commit 4270df1fa2

View file

@ -43,7 +43,7 @@ options:
default: present default: present
active: active:
description: description:
- Whether the volume is activate and visible to the host. - Whether the volume is active and visible to the host.
type: bool type: bool
default: 'yes' default: 'yes'
version_added: "2.2" version_added: "2.2"