Whamcloud - gitweb
LU-17152 tests: unmount NFS clients with zconf_umount_clients 86/56886/2
authorJian Yu <yujian@whamcloud.com>
Tue, 5 Nov 2024 04:35:27 +0000 (20:35 -0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 18 Nov 2024 17:43:20 +0000 (17:43 +0000)
commit061f1b576b9d10cc962c5ded2d404e41e0a4d84c
tree687785b60084a6ab8a360c2ee4a166926096a364
parent9b8ca98c0cb9b61266fe0bd864dc264cbb08a3fa
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.

Lustre-change: https://review.whamcloud.com/52533
Lustre-commit: 563deecae0ac2690b6d8d5571bf7af09408943cd

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

Change-Id: I37a38502362399540c28e78d1343e768b490ce8b
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56886
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Deiter <adeiter@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/parallel-scale-nfsv4.sh
lustre/tests/setup-nfs.sh