Skip to content

Commit 9bef65c

Browse files
Updated mount docs
1 parent 3cc5e20 commit 9bef65c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/modules/zos_mount.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,12 @@
465465
description: Describes how the unmount is to be performed.
466466
returned: changed and if state=unmounted
467467
type: str
468-
sample: DRAIN
468+
sample: drain
469469
mount_opts:
470470
description: Options available to the mount.
471471
returned: whenever non-None
472472
type: str
473-
sample: RW,NOSECURITY
473+
sample: rw,nosecurity
474474
src_params:
475475
description: Specifies a parameter string to be passed to the file system type.
476476
returned: whenever non-None
@@ -503,7 +503,7 @@
503503
a shutdown, PFS termination, dead system takeover, or when file system move occurs.
504504
returned: if Non-None
505505
type: str
506-
sample: AUTOMOVE
506+
sample: automove
507507
automove_list:
508508
description: This specifies the list of servers to include or exclude as destinations.
509509
returned: if Non-None

0 commit comments

Comments
 (0)