X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsetup-cifs.sh;h=9b91e43eaa13ec9733d43357a240a178b3c40b7e;hp=637b33e473332f6302136022b1f437e8f19a3417;hb=0f9c30fc32b0558bd62a319cbe78b3883b500987;hpb=84b28e40b9dde854d7bbe01ba9ce457d3f013577 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" }