Skip to content

Commit 3cc5e20

Browse files
Updated mount docs
1 parent 63f3e61 commit 3cc5e20

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

plugins/modules/zos_mount.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,16 @@
338338
path: /u/omvsadm/core
339339
fs_type: zfs
340340
state: unmounted
341-
unmount_opts: REMOUNT
342-
opts: same
341+
unmount_opts: remount
342+
mount_opts: same
343343
344344
- name: Mount a filesystem readonly.
345345
zos_mount:
346346
src: SOMEUSER.VVV.ZFS
347347
path: /u/omvsadm/core
348348
fs_type: zfs
349349
state: mounted
350-
mount_opts: RO
350+
mount_opts: ro
351351
352352
- name: Mount a filesystem and record change in BPXPRMAA.
353353
zos_mount:
@@ -385,23 +385,23 @@
385385
path: /u/omvsadm/core
386386
fs_type: zfs
387387
state: mounted
388-
opts: nowait
388+
mount_opts: nowait
389389
390390
- name: Mount a filesystem with no security checks.
391391
zos_mount:
392392
src: SOMEUSER.VVV.ZFS
393393
path: /u/omvsadm/core
394394
fs_type: zfs
395395
state: mounted
396-
mount_opts: NOSECURITY
396+
mount_opts: nosecurity
397397
398398
- name: Mount a filesystem, limiting automove to 4 devices.
399399
zos_mount:
400400
src: SOMEUSER.VVV.ZFS
401401
path: /u/omvsadm/core
402402
fs_type: zfs
403403
state: mounted
404-
automove: AUTOMOVE
404+
automove: automove
405405
automove_list: I,DEV1,DEV2,DEV3,DEV9
406406
407407
- name: Mount a filesystem, limiting automove to all except 4 devices.
@@ -410,7 +410,7 @@
410410
path: /u/omvsadm/core
411411
fs_type: zfs
412412
state: mounted
413-
automove: AUTOMOVE
413+
automove: automove
414414
automove_list: EXCLUDE,DEV4,DEV5,DEV6,DEV7
415415
"""
416416

0 commit comments

Comments
 (0)