Whamcloud - gitweb
LU-14975 utils: non-recursive dir migration fix
[fs/lustre-release.git] / lustre / tests / setup-cifs.sh
index 637b33e..9b91e43 100644 (file)
@@ -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"
 }