mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
cloud: ovirt: fix missing doc nfs mount_options (#33140)
This commit is contained in:
parent
e763146f0c
commit
ee46cfd690
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ options:
|
||||||
- "C(version) - NFS version. One of: I(auto), I(v3), I(v4) or I(v4_1)."
|
- "C(version) - NFS version. One of: I(auto), I(v3), I(v4) or I(v4_1)."
|
||||||
- "C(timeout) - The time in tenths of a second to wait for a response before retrying NFS requests. Range 0 to 65535."
|
- "C(timeout) - The time in tenths of a second to wait for a response before retrying NFS requests. Range 0 to 65535."
|
||||||
- "C(retrans) - The number of times to retry a request before attempting further recovery actions. Range 0 to 65535."
|
- "C(retrans) - The number of times to retry a request before attempting further recovery actions. Range 0 to 65535."
|
||||||
|
- "C(mount_options) - Option which will be passed when mounting storage."
|
||||||
- "Note that these parameters are not idempotent."
|
- "Note that these parameters are not idempotent."
|
||||||
iscsi:
|
iscsi:
|
||||||
description:
|
description:
|
||||||
|
@ -145,6 +146,7 @@ EXAMPLES = '''
|
||||||
nfs:
|
nfs:
|
||||||
address: 10.34.63.199
|
address: 10.34.63.199
|
||||||
path: /path/data
|
path: /path/data
|
||||||
|
mount_options: noexec,nosuid
|
||||||
|
|
||||||
# Add data localfs storage domain
|
# Add data localfs storage domain
|
||||||
- ovirt_storage_domains:
|
- ovirt_storage_domains:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue