From 0f9c30fc32b0558bd62a319cbe78b3883b500987 Mon Sep 17 00:00:00 2001 From: gaurav mahajan Date: Thu, 14 Oct 2021 13:12:38 +0300 Subject: [PATCH] LU-15103 tests: clean up busy cifs mount Busy cifs mount point makes cleanup_cifs fail which will infact fails lustre unmount as cifs mount point is lustre mount. Test-Parameters: trivial Signed-off-by: gaurav mahajan Signed-off-by: Elena Gryaznova HPE-bug-id: LUS-4146 Reviewed-by: Sergey Cheremencev Reviewed-by: Alexander Zarochentsev Change-Id: I4b7ec7e0a6a706198e328dad337648bf3cb2c3be Reviewed-on: https://review.whamcloud.com/45238 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/setup-cifs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/setup-cifs.sh b/lustre/tests/setup-cifs.sh index 637b33e..9b91e43 100644 --- a/lustre/tests/setup-cifs.sh +++ b/lustre/tests/setup-cifs.sh @@ -94,6 +94,6 @@ cleanup_cifs() { local smbclients=${3} echo -e "\nUnmounting CIFS clients..." - do_nodes $smbclients "umount -f $smbclimntpt" || return 1 + zconf_umount_clients $smbclients $smbclimntpt -f || return 1 do_node $smbsrv "service smb stop" } -- 1.8.3.1