Skip to content

Commit

Permalink
utils/make-ontap-with-windows-ad.sh: fix expected return code
Browse files Browse the repository at this point in the history
the 2nd cifs mount on same mountpoint shoud fail

Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Jan 23, 2025
1 parent 622b47a commit b325b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/make-ontap-with-windows-ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ cifsmp=/mnt/cifsmp-ontap
cifsmp_krb5=/mnt/cifsmp-ontap-krb5
vm exec -vx $clientvm -- mkdir -p $cifsmp $cifsmp_krb5
vm exec -vx $clientvm -- mount //$NETAPP_NAS_HOSTNAME/$NETAPP_CIFS_SHARE $cifsmp -ouser=$NETAPP_CIFS_USER,password=$NETAPP_CIFS_PASSWD,sec=krb5
vm exec -vx $clientvm -- mount //$NETAPP_NAS_HOSTNAME/$NETAPP_CIFS_SHARE $cifsmp -ouser=$NETAPP_CIFS_USER,password=$NETAPP_CIFS_PASSWD,sec=krb5
vm exec -vx1-255 $clientvm -- mount //$NETAPP_NAS_HOSTNAME/$NETAPP_CIFS_SHARE $cifsmp -ouser=$NETAPP_CIFS_USER,password=$NETAPP_CIFS_PASSWD,sec=krb5

0 comments on commit b325b53

Please sign in to comment.