Whamcloud - gitweb
LU-17152 tests: unmount NFS clients with zconf_umount_clients 33/52533/3
authorJian Yu <yujian@whamcloud.com>
Tue, 3 Oct 2023 20:43:11 +0000 (13:43 -0700)
committerJian Yu <yujian@whamcloud.com>
Tue, 3 Oct 2023 20:43:11 +0000 (13:43 -0700)
commit52a2147e8b0eca74f38b1b87991b53ccf25663cd
treec2e0bdd3627727bb846301f0b22fadd3bd0526d1
parentd8d4df24c69246e7cb554d4083a451dd62f11b2b
LU-17152 tests: unmount NFS clients with zconf_umount_clients

This patch fixes cleanup_nfs() to unmount NFS clients by running
zconf_umount_clients(), which can find and kill active processes
that are accessing the NFS mount point so as to avoid the
"device is busy" failure.

The patch also adds racer_on_nfs test into always_except list for
parallel-scale-nfsv4 due to LU-17154.

Test-Parameters: trivial testlist=parallel-scale-nfsv4

Change-Id: I37a38502362399540c28e78d1343e768b490ce8b
Signed-off-by: Jian Yu <yujian@whamcloud.com>
lustre/tests/parallel-scale-nfsv4.sh
lustre/tests/setup-nfs.sh