Verify Network File System (NFS) operations on Rocky Linux using Sparky
https://docs.rockylinux.org/guides/file_sharing/nfsserver/
[task run: task.bash - tasks/nfs-test]
[task stdout]
15:16:28 :: active
15:16:28 :: rpcbind is running
15:16:29 :: nfs-utils is installed
15:16:29 :: active
15:16:29 :: nfs-server is running
15:16:29 :: /share directory exists
15:16:29 :: /etc/exports configured
15:16:29 :: export is active
15:16:29 :: showmount shows export
15:16:29 :: /mnt/nfs mount point exists
15:16:29 :: nfs share is mounted
15:16:29 :: can read from nfs share
15:16:29 :: write test
15:16:29 :: can write to nfs share
15:16:29 :: written file appears in share
[task check]
stdout match (s) <active> True
stdout match (s) <rpcbind is running> True
stdout match (s) <nfs-utils is installed> True
stdout match (s) <active> True
stdout match (s) <nfs-server is running> True
stdout match (s) </share directory exists> True
stdout match (s) </etc/exports configured> True
stdout match (s) <export is active> True
stdout match (s) <showmount shows export> True
stdout match (s) </mnt/nfs mount point exists> True
stdout match (s) <nfs share is mounted> True
stdout match (s) <can read from nfs share> True
stdout match (s) <write test> True
stdout match (s) <can write to nfs share> True
stdout match (s) <written file appears in share> True