Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -111,37 +111,37 @@ RETURN = '''
name:
description: BE name
returned: always
type: string
type: str
sample: pre-upgrade
snapshot:
description: ZFS snapshot to create BE from
returned: always
type: string
type: str
sample: rpool/ROOT/oi-hipster@fresh
description:
description: BE description
returned: always
type: string
type: str
sample: Upgrade from 9.0 to 10.0
options:
description: BE additional options
returned: always
type: string
type: str
sample: compression=on
mountpoint:
description: BE mountpoint
returned: always
type: string
type: str
sample: /mnt/be
state:
description: state of the target
returned: always
type: string
type: str
sample: present
force:
description: if forced action is wanted
returned: always
type: boolean
type: bool
sample: False
'''